-
- Downloads
Merge branch 'renovate/github.com-grpc-ecosystem-go-grpc-middleware-2.x' into 'master'
Update module github.com/grpc-ecosystem/go-grpc-middleware to v2 See merge request !29
Branches
No related tags found
... | ... | @@ -9,6 +9,7 @@ require ( |
github.com/google/go-cmp v0.6.0 | ||
github.com/google/subcommands v1.2.0 | ||
github.com/grpc-ecosystem/go-grpc-middleware v1.4.0 | ||
github.com/grpc-ecosystem/go-grpc-middleware/v2 v2.0.1 | ||
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0 | ||
github.com/prometheus/client_golang v1.11.0 | ||
golang.org/x/sync v0.4.0 | ||
... | ... | @@ -23,9 +24,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.9.0 // indirect | ||
golang.org/x/sys v0.7.0 // indirect | ||
golang.org/x/text v0.9.0 // indirect | ||
golang.org/x/net v0.14.0 // indirect | ||
golang.org/x/sys v0.11.0 // indirect | ||
golang.org/x/text v0.12.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