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

Bumps [google.golang.org/protobuf](https://github.com/protocolbuffers/protobuf-go) from 1.22.0 to 1.24.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.22.0...v1.24.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-06-05 14:07:37 +02:00
committed by GitHub
parent 1e2e149371
commit 5a7389a227
2 changed files with 6 additions and 2 deletions

4
go.mod
View File

@@ -56,9 +56,9 @@ require (
golang.org/x/text v0.3.2
golang.org/x/tools v0.0.0-20200512001501-aaeff5de670a
google.golang.org/api v0.24.0 // indirect
google.golang.org/genproto v0.0.0-20200511104702-f5ebc3bea380
google.golang.org/genproto v0.0.0-20200526211855-cb27e3aa2013
google.golang.org/grpc v1.29.1
google.golang.org/protobuf v1.22.0
google.golang.org/protobuf v1.24.0
gopkg.in/square/go-jose.v2 v2.5.1
gopkg.in/yaml.v2 v2.2.8 // indirect
)