Bump github.com/jhump/protoreflect from 1.15.5 to 1.15.6 (#446)

Bumps [github.com/jhump/protoreflect](https://github.com/jhump/protoreflect) from 1.15.5 to 1.15.6.
- [Release notes](https://github.com/jhump/protoreflect/releases)
- [Commits](https://github.com/jhump/protoreflect/compare/v1.15.5...v1.15.6)

---
updated-dependencies:
- dependency-name: github.com/jhump/protoreflect
  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-02-07 12:30:33 -05:00
committed by GitHub
parent 149a93e0ec
commit 184c8f70b5
2 changed files with 3 additions and 3 deletions

2
go.mod
View File

@@ -4,7 +4,7 @@ go 1.18
require (
github.com/golang/protobuf v1.5.3
github.com/jhump/protoreflect v1.15.5
github.com/jhump/protoreflect v1.15.6
google.golang.org/grpc v1.57.1
google.golang.org/protobuf v1.32.0
)