Update all deps

This commit is contained in:
Renovate Bot
2021-03-18 02:53:25 +00:00
committed by renovate[bot]
parent 91876beb4e
commit c8550b32f6
2 changed files with 9 additions and 2 deletions

4
go.mod
View File

@@ -3,10 +3,10 @@ module github.com/unistack-org/micro-config-service/v3
go 1.14
require (
github.com/golang/protobuf v1.4.3
github.com/golang/protobuf v1.5.1
github.com/imdario/mergo v0.3.12
github.com/unistack-org/micro/v3 v3.2.23
google.golang.org/genproto v0.0.0-20200904004341-0bd0a958aa1d // indirect
google.golang.org/grpc v1.36.0
google.golang.org/protobuf v1.25.0
google.golang.org/protobuf v1.26.0
)