build(deps): bump google.golang.org/protobuf in /api/v2

Bumps [google.golang.org/protobuf](https://github.com/protocolbuffers/protobuf-go) from 1.26.0 to 1.27.1.
- [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.26.0...v1.27.1)

---
updated-dependencies:
- dependency-name: google.golang.org/protobuf
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2021-08-16 09:58:43 +00:00
committed by GitHub
parent 2a54eb4e4f
commit 091d9eae83
2 changed files with 3 additions and 3 deletions

View File

@@ -4,5 +4,5 @@ go 1.14
require (
google.golang.org/grpc v1.36.1
google.golang.org/protobuf v1.26.0
google.golang.org/protobuf v1.27.1
)