Update module google.golang.org/grpc to v1.57.0
parent
bba09ac2
No related branches found
No related tags found
... | ... | @@ -12,7 +12,7 @@ require ( |
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0 | ||
github.com/prometheus/client_golang v1.11.0 | ||
golang.org/x/sync v0.3.0 | ||
google.golang.org/grpc v1.53.0 | ||
google.golang.org/grpc v1.57.0 | ||
google.golang.org/protobuf v1.31.0 | ||
) | ||
... | ... | @@ -23,8 +23,9 @@ require ( |
github.com/prometheus/client_model v0.2.0 // indirect | ||
github.com/prometheus/common v0.31.1 // indirect | ||
github.com/prometheus/procfs v0.7.3 // indirect | ||
golang.org/x/net v0.5.0 // indirect | ||
golang.org/x/sys v0.4.0 // indirect | ||
golang.org/x/text v0.6.0 // indirect | ||
google.golang.org/genproto v0.0.0-20230110181048-76db0878b65f // indirect | ||
golang.org/x/net v0.9.0 // indirect | ||
golang.org/x/sys v0.7.0 // indirect | ||
golang.org/x/text v0.9.0 // indirect | ||
google.golang.org/genproto v0.0.0-20230526161137-0005af68ea54 // indirect | ||
google.golang.org/genproto/googleapis/rpc v0.0.0-20230525234030-28d5490b6b19 // indirect | ||
) |
Please register or sign in to comment