Update all deps

This commit is contained in:
Renovate Bot
2021-03-18 02:01:09 +00:00
committed by renovate[bot]
parent b568475635
commit 445b3a0f6e
2 changed files with 7 additions and 67 deletions

4
go.mod
View File

@@ -3,7 +3,7 @@ module github.com/unistack-org/micro-codec-jsonpb/v3
go 1.15
require (
github.com/golang/protobuf v1.4.3
github.com/golang/protobuf v1.5.1
github.com/unistack-org/micro/v3 v3.2.23
google.golang.org/protobuf v1.25.0
google.golang.org/protobuf v1.26.0
)