Bump google.golang.org/protobuf from 1.30.0 to 1.31.0 (#401)

Bumps google.golang.org/protobuf from 1.30.0 to 1.31.0.

---
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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2023-06-26 12:05:13 -04:00
committed by GitHub
parent ae7dadff19
commit 9a59bed1d2
2 changed files with 3 additions and 2 deletions

2
go.mod
View File

@@ -6,5 +6,5 @@ require (
github.com/golang/protobuf v1.5.3
github.com/jhump/protoreflect v1.14.1
google.golang.org/grpc v1.56.1
google.golang.org/protobuf v1.30.0
google.golang.org/protobuf v1.31.0
)