chore(deps): bump google.golang.org/protobuf from 1.21.0 to 1.22.0 (#88)

Bumps [google.golang.org/protobuf](https://github.com/protocolbuffers/protobuf-go) from 1.21.0 to 1.22.0.
- [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.21.0...v1.22.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
This commit is contained in:
dependabot-preview[bot]
2020-05-12 06:41:34 +02:00
committed by GitHub
parent 10360a3636
commit 7b5d51f5ce
2 changed files with 3 additions and 1 deletions

2
go.mod
View File

@@ -49,6 +49,6 @@ require (
google.golang.org/appengine v1.6.6 // indirect
google.golang.org/genproto v0.0.0-20200428115010-c45acf45369a
google.golang.org/grpc v1.29.1
google.golang.org/protobuf v1.21.0
google.golang.org/protobuf v1.22.0
gopkg.in/yaml.v2 v2.2.8 // indirect
)