fix(deps): update all deps

This commit is contained in:
Renovate Bot
2021-03-18 02:10:29 +00:00
committed by renovate[bot]
parent 8efaecf4d9
commit be32d844d2
2 changed files with 10 additions and 2 deletions

4
go.mod
View File

@@ -4,7 +4,7 @@ go 1.16
require (
github.com/armon/go-metrics v0.3.6 // indirect
github.com/golang/protobuf v1.4.3
github.com/golang/protobuf v1.5.1
github.com/google/btree v1.0.0 // indirect
github.com/google/uuid v1.2.0
github.com/hashicorp/errwrap v1.1.0 // indirect
@@ -18,5 +18,5 @@ require (
github.com/mitchellh/hashstructure/v2 v2.0.1
github.com/unistack-org/micro/v3 v3.2.23
golang.org/x/crypto v0.0.0-20210218145215-b8e89b74b9df // indirect
google.golang.org/protobuf v1.25.0
google.golang.org/protobuf v1.26.0
)