micro-broker-service/go.mod
dependabot[bot] 649cdf34f2
Bump google.golang.org/protobuf from 1.26.0 to 1.27.1
Bumps [google.golang.org/protobuf](https://github.com/protocolbuffers/protobuf-go) from 1.26.0 to 1.27.1.
- [Release notes](https://github.com/protocolbuffers/protobuf-go/releases)
- [Changelog](https://github.com/protocolbuffers/protobuf-go/blob/master/release.bash)
- [Commits](https://github.com/protocolbuffers/protobuf-go/compare/v1.26.0...v1.27.1)

---
updated-dependencies:
- dependency-name: google.golang.org/protobuf
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-09-06 14:24:03 +00:00

11 lines
234 B
Modula-2

module github.com/unistack-org/micro-broker-service/v3
go 1.16
require (
github.com/golang/protobuf v1.5.1 // indirect
github.com/unistack-org/micro/v3 v3.3.17
google.golang.org/grpc v1.37.1
google.golang.org/protobuf v1.27.1
)