Skip to content

Commit 9a95e4e

Browse files
authored
Merge pull request #2621 from kubernetes-sigs/dependabot/go_modules/github.com/grpc-ecosystem/go-grpc-middleware/providers/prometheus-1.1.0
build(deps): bump github.com/grpc-ecosystem/go-grpc-middleware/providers/prometheus from 1.0.1 to 1.1.0
2 parents a05dd1c + 8f34d1e commit 9a95e4e

File tree

7 files changed

+127
-31
lines changed

7 files changed

+127
-31
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ require (
1616
github.com/go-ole/go-ole v1.3.0
1717
github.com/golang/protobuf v1.5.4
1818
github.com/google/uuid v1.6.0
19-
github.com/grpc-ecosystem/go-grpc-middleware/providers/prometheus v1.0.1
19+
github.com/grpc-ecosystem/go-grpc-middleware/providers/prometheus v1.1.0
2020
github.com/kata-containers/kata-containers/src/runtime v0.0.0-20240702121346-ef3f6515cf8a
2121
github.com/kubernetes-csi/csi-lib-utils v0.14.1
2222
github.com/kubernetes-csi/csi-proxy/client v1.0.1

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -256,8 +256,8 @@ github.com/gorilla/websocket v1.5.0/go.mod h1:YR8l580nyteQvAITg2hZ9XVh4b55+EU/ad
256256
github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79/go.mod h1:FecbI9+v66THATjSRHfNgh1IVFe/9kFxbXtjV0ctIMA=
257257
github.com/grpc-ecosystem/go-grpc-middleware v1.3.0 h1:+9834+KizmvFV7pXQGSXQTsaWhq2GjuNUt0aUU0YBYw=
258258
github.com/grpc-ecosystem/go-grpc-middleware v1.3.0/go.mod h1:z0ButlSOZa5vEBq9m2m2hlwIgKw+rp3sdCBRoJY+30Y=
259-
github.com/grpc-ecosystem/go-grpc-middleware/providers/prometheus v1.0.1 h1:qnpSQwGEnkcRpTqNOIR6bJbR0gAorgP9CSALpRcKoAA=
260-
github.com/grpc-ecosystem/go-grpc-middleware/providers/prometheus v1.0.1/go.mod h1:lXGCsh6c22WGtjr+qGHj1otzZpV/1kwTMAqkwZsnWRU=
259+
github.com/grpc-ecosystem/go-grpc-middleware/providers/prometheus v1.1.0 h1:QGLs/O40yoNK9vmy4rhUGBVyMf1lISBGtXRpsu/Qu/o=
260+
github.com/grpc-ecosystem/go-grpc-middleware/providers/prometheus v1.1.0/go.mod h1:hM2alZsMUni80N33RBe6J0e423LB+odMj7d3EMP9l20=
261261
github.com/grpc-ecosystem/go-grpc-middleware/v2 v2.1.0 h1:pRhl55Yx1eC7BZ1N+BBWwnKaMyD8uC+34TLdndZMAKk=
262262
github.com/grpc-ecosystem/go-grpc-middleware/v2 v2.1.0/go.mod h1:XKMd7iuf/RGPSMJ/U4HP0zS2Z9Fh8Ps9a+6X26m/tmI=
263263
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0 h1:Ovs26xHkKqVztRpIrF/92BcuyuQ/YW4NSIpoGtfXNho=

vendor/github.com/grpc-ecosystem/go-grpc-middleware/providers/prometheus/options.go

Lines changed: 24 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/grpc-ecosystem/go-grpc-middleware/providers/prometheus/reporter.go

Lines changed: 31 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/grpc-ecosystem/go-grpc-middleware/providers/prometheus/server_metrics.go

Lines changed: 49 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/grpc-ecosystem/go-grpc-middleware/providers/prometheus/server_options.go

Lines changed: 18 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modules.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -342,8 +342,8 @@ github.com/google/uuid
342342
# github.com/gorilla/websocket v1.5.0
343343
## explicit; go 1.12
344344
github.com/gorilla/websocket
345-
# github.com/grpc-ecosystem/go-grpc-middleware/providers/prometheus v1.0.1
346-
## explicit; go 1.19
345+
# github.com/grpc-ecosystem/go-grpc-middleware/providers/prometheus v1.1.0
346+
## explicit; go 1.21
347347
github.com/grpc-ecosystem/go-grpc-middleware/providers/prometheus
348348
# github.com/grpc-ecosystem/go-grpc-middleware/v2 v2.1.0
349349
## explicit; go 1.19

0 commit comments

Comments
 (0)