Bump github.com/golang/protobuf from 1.5.2 to 1.5.3 (#374)

Bumps [github.com/golang/protobuf](https://github.com/golang/protobuf) from 1.5.2 to 1.5.3.
- [Release notes](https://github.com/golang/protobuf/releases)
- [Commits](https://github.com/golang/protobuf/compare/v1.5.2...v1.5.3)

---
updated-dependencies:
- dependency-name: github.com/golang/protobuf
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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-03-13 09:11:31 -04:00
committed by GitHub
parent 006918123d
commit b96cb4ddd0
2 changed files with 3 additions and 2 deletions

2
go.mod
View File

@@ -3,7 +3,7 @@ module github.com/fullstorydev/grpcurl
go 1.15
require (
github.com/golang/protobuf v1.5.2
github.com/golang/protobuf v1.5.3
github.com/jhump/protoreflect v1.14.1
google.golang.org/grpc v1.53.0
google.golang.org/protobuf v1.28.1