Bump google.golang.org/grpc from v1.72.2 to v1.73.0 (#1440)

Co-authored-by: dghubble-renovate[bot] <119624128+dghubble-renovate[bot]@users.noreply.github.com>
This commit is contained in:
dghubble-renovate[bot]
2025-06-06 06:44:46 +00:00
committed by GitHub
parent 57ee476bee
commit fcede1cf76
2 changed files with 21 additions and 21 deletions

6
go.mod
View File

@@ -14,7 +14,7 @@ require (
github.com/stretchr/testify v1.10.0
golang.org/x/crypto v0.39.0
golang.org/x/net v0.40.0
google.golang.org/grpc v1.72.2
google.golang.org/grpc v1.73.0
)
require (
@@ -34,7 +34,7 @@ require (
github.com/vincent-petithory/dataurl v1.0.0 // indirect
golang.org/x/sys v0.33.0 // indirect
golang.org/x/text v0.26.0 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20250227231956-55c901821b1e // indirect
google.golang.org/protobuf v1.36.5 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20250324211829-b45e905df463 // indirect
google.golang.org/protobuf v1.36.6 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)