Bump go.unistack.org/micro/v3 from 3.9.10 to 3.9.11

Bumps [go.unistack.org/micro/v3](https://github.com/unistack-org/micro) from 3.9.10 to 3.9.11.
- [Release notes](https://github.com/unistack-org/micro/releases)
- [Commits](https://github.com/unistack-org/micro/compare/v3.9.10...v3.9.11)

---
updated-dependencies:
- dependency-name: go.unistack.org/micro/v3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2022-07-11 17:24:27 +00:00
committed by GitHub
parent faf698cfcb
commit e8678e2da6
2 changed files with 3 additions and 21 deletions

9
go.mod
View File

@@ -3,15 +3,8 @@ module go.unistack.org/micro-server-http/v3
go 1.16
require (
github.com/ef-ds/deque v1.0.4 // indirect
github.com/golang-jwt/jwt/v4 v4.4.0 // indirect
github.com/google/gnostic v0.6.9 // indirect
github.com/google/go-cmp v0.5.7 // indirect
github.com/kr/pretty v0.2.1 // indirect
github.com/kr/text v0.2.0 // indirect
go.unistack.org/micro/v3 v3.9.10
go.unistack.org/micro/v3 v3.9.11
golang.org/x/net v0.0.0-20220624214902-1bab6f366d9e
google.golang.org/protobuf v1.28.0 // indirect
gopkg.in/yaml.v2 v2.3.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)