Update module github.com/unistack-org/micro/v3 to v3.3.10

This commit was merged in pull request #20.
This commit is contained in:
Renovate Bot
2021-03-31 21:39:13 +00:00
committed by renovate[bot]
parent 79e440d3b8
commit a3821fe9a2
2 changed files with 5 additions and 1 deletions

2
go.mod
View File

@@ -5,6 +5,6 @@ go 1.15
require (
github.com/nats-io/nats-server/v2 v2.1.9 // indirect
github.com/nats-io/nats.go v1.10.0
github.com/unistack-org/micro/v3 v3.3.9
github.com/unistack-org/micro/v3 v3.3.10
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
)