Bump github.com/golang/protobuf from 1.5.3 to 1.5.4 (#448)

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

---
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]
2024-03-11 08:31:42 -04:00
committed by GitHub
parent 93ea011b36
commit 805ce40c63
2 changed files with 6 additions and 11 deletions

4
go.mod
View File

@@ -3,10 +3,10 @@ module github.com/fullstorydev/grpcurl
go 1.18
require (
github.com/golang/protobuf v1.5.3
github.com/golang/protobuf v1.5.4
github.com/jhump/protoreflect v1.15.6
google.golang.org/grpc v1.57.1
google.golang.org/protobuf v1.32.0
google.golang.org/protobuf v1.33.0
)
require (