54238f93a9
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>
12 lines
272 B
Modula-2
12 lines
272 B
Modula-2
module github.com/unistack-org/micro-server-grpc/v3
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/golang/protobuf v1.5.2
|
|
github.com/unistack-org/micro/v3 v3.3.17
|
|
golang.org/x/net v0.0.0-20210510120150-4163338589ed
|
|
google.golang.org/grpc v1.40.0
|
|
google.golang.org/protobuf v1.27.1
|
|
)
|