Update all deps

This commit is contained in:
Renovate Bot
2021-02-25 21:45:36 +00:00
committed by renovate[bot]
parent 5b1f63dc98
commit 4ce41519a3
2 changed files with 190 additions and 10 deletions

6
go.mod
View File

@@ -3,7 +3,7 @@ module github.com/unistack-org/protoc-gen-micro/v3
go 1.16
require (
github.com/grpc-ecosystem/grpc-gateway/v2 v2.2.0
google.golang.org/genproto v0.0.0-20210224155714-063164c882e6
google.golang.org/protobuf v1.25.0
github.com/grpc-ecosystem/grpc-gateway/v2 v2.3.0
google.golang.org/genproto v0.0.0-20210225212918-ad91960f0274
google.golang.org/protobuf v1.25.1-0.20201208041424-160c7477e0e8
)