Skip to content

Commit 250b222

Browse files
authored
Merge pull request #685 from dobsonj/client-golang-v1.11.1-release-6.0
Bump prometheus/client_golang to v1.11.1
2 parents 3249103 + 0dab4db commit 250b222

File tree

6 files changed

+142
-35
lines changed

6 files changed

+142
-35
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ require (
1212
github.com/kubernetes-csi/csi-lib-utils v0.10.0
1313
github.com/kubernetes-csi/csi-test/v4 v4.0.2
1414
github.com/kubernetes-csi/external-snapshotter/client/v6 v6.0.0
15-
github.com/prometheus/client_golang v1.11.0
15+
github.com/prometheus/client_golang v1.11.1
1616
github.com/prometheus/client_model v0.2.0
1717
github.com/prometheus/common v0.28.0
1818
github.com/spf13/cobra v1.2.1

go.sum

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -490,8 +490,9 @@ github.com/prometheus/client_golang v0.9.1/go.mod h1:7SWBe2y4D6OKWSNQJUaRYU/AaXP
490490
github.com/prometheus/client_golang v0.9.3/go.mod h1:/TN21ttK/J9q6uSwhBd54HahCDft0ttaMvbicHlPoso=
491491
github.com/prometheus/client_golang v1.0.0/go.mod h1:db9x61etRT2tGnBNRi70OPL5FsnadC4Ky3P0J6CfImo=
492492
github.com/prometheus/client_golang v1.7.1/go.mod h1:PY5Wy2awLA44sXw4AOSfFBetzPP4j5+D6mVACh+pe2M=
493-
github.com/prometheus/client_golang v1.11.0 h1:HNkLOAEQMIDv/K+04rukrLx6ch7msSRwf3/SASFAGtQ=
494493
github.com/prometheus/client_golang v1.11.0/go.mod h1:Z6t4BnS23TR94PD6BsDNk8yVqroYurpAkEiz0P2BEV0=
494+
github.com/prometheus/client_golang v1.11.1 h1:+4eQaD7vAZ6DsfsxB15hbE0odUjGI5ARs9yskGu1v4s=
495+
github.com/prometheus/client_golang v1.11.1/go.mod h1:Z6t4BnS23TR94PD6BsDNk8yVqroYurpAkEiz0P2BEV0=
495496
github.com/prometheus/client_model v0.0.0-20180712105110-5c3871d89910/go.mod h1:MbSGuTsp3dbXC40dX6PRTWyKYBIrTGTE9sqQNg2J8bo=
496497
github.com/prometheus/client_model v0.0.0-20190129233127-fd36f4220a90/go.mod h1:xMI15A0UPsDsEKsMN9yxemIoYk6Tm2C1GtYGdfGttqA=
497498
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ github.com/modern-go/reflect2
111111
# github.com/pkg/errors v0.9.1
112112
## explicit
113113
github.com/pkg/errors
114-
# github.com/prometheus/client_golang v1.11.0
114+
# github.com/prometheus/client_golang v1.11.1
115115
## explicit; go 1.13
116116
github.com/prometheus/client_golang/prometheus
117117
github.com/prometheus/client_golang/prometheus/internal

0 commit comments

Comments
 (0)