Skip to content

Commit ead2dda

Browse files
authored
Merge pull request #144 from dobsonj/client-golang-v1.11.1
Bump prometheus/client_golang to v1.11.1
2 parents 6080566 + 1caa788 commit ead2dda

File tree

6 files changed

+143
-34
lines changed

6 files changed

+143
-34
lines changed

go.mod

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ require (
77
github.com/golang/mock v1.5.0
88
github.com/kubernetes-csi/csi-lib-utils v0.10.0
99
github.com/kubernetes-csi/csi-test/v4 v4.0.0-20200806214950-555d70a11a8b
10+
github.com/prometheus/client_golang v1.11.1 // indirect
1011
google.golang.org/grpc v1.40.0
1112
k8s.io/klog/v2 v2.30.0
1213
)

go.sum

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,8 +285,9 @@ github.com/prometheus/client_golang v0.9.1/go.mod h1:7SWBe2y4D6OKWSNQJUaRYU/AaXP
285285
github.com/prometheus/client_golang v0.9.3/go.mod h1:/TN21ttK/J9q6uSwhBd54HahCDft0ttaMvbicHlPoso=
286286
github.com/prometheus/client_golang v1.0.0/go.mod h1:db9x61etRT2tGnBNRi70OPL5FsnadC4Ky3P0J6CfImo=
287287
github.com/prometheus/client_golang v1.7.1/go.mod h1:PY5Wy2awLA44sXw4AOSfFBetzPP4j5+D6mVACh+pe2M=
288-
github.com/prometheus/client_golang v1.11.0 h1:HNkLOAEQMIDv/K+04rukrLx6ch7msSRwf3/SASFAGtQ=
289288
github.com/prometheus/client_golang v1.11.0/go.mod h1:Z6t4BnS23TR94PD6BsDNk8yVqroYurpAkEiz0P2BEV0=
289+
github.com/prometheus/client_golang v1.11.1 h1:+4eQaD7vAZ6DsfsxB15hbE0odUjGI5ARs9yskGu1v4s=
290+
github.com/prometheus/client_golang v1.11.1/go.mod h1:Z6t4BnS23TR94PD6BsDNk8yVqroYurpAkEiz0P2BEV0=
290291
github.com/prometheus/client_model v0.0.0-20180712105110-5c3871d89910/go.mod h1:MbSGuTsp3dbXC40dX6PRTWyKYBIrTGTE9sqQNg2J8bo=
291292
github.com/prometheus/client_model v0.0.0-20190129233127-fd36f4220a90/go.mod h1:xMI15A0UPsDsEKsMN9yxemIoYk6Tm2C1GtYGdfGttqA=
292293
github.com/prometheus/client_model v0.0.0-20190812154241-14fe0d1b01d4/go.mod h1:xMI15A0UPsDsEKsMN9yxemIoYk6Tm2C1GtYGdfGttqA=

vendor/github.com/prometheus/client_golang/prometheus/promhttp/instrument_client.go

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

vendor/github.com/prometheus/client_golang/prometheus/promhttp/instrument_server.go

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

vendor/github.com/prometheus/client_golang/prometheus/promhttp/option.go

Lines changed: 31 additions & 0 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 & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ github.com/kubernetes-csi/csi-test/v4/driver
3333
github.com/kubernetes-csi/csi-test/v4/utils
3434
# github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369
3535
github.com/matttproud/golang_protobuf_extensions/pbutil
36-
# github.com/prometheus/client_golang v1.11.0
36+
# github.com/prometheus/client_golang v1.11.1
37+
## explicit
3738
github.com/prometheus/client_golang/prometheus
3839
github.com/prometheus/client_golang/prometheus/internal
3940
github.com/prometheus/client_golang/prometheus/promhttp

0 commit comments

Comments
 (0)