Skip to content

Commit 92af6ab

Browse files
authored
Merge pull request kubernetes#131204 from dims/move-to-released-version-of-prometheus/client_golang-v1.22.0-from-rc.0
Move to released version of prometheus/client_golang v1.22.0 from rc.0
2 parents ab3e83f + 2ef4a84 commit 92af6ab

File tree

32 files changed

+46
-46
lines changed

32 files changed

+46
-46
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ require (
5050
github.com/opencontainers/selinux v1.11.1
5151
github.com/pkg/errors v0.9.1
5252
github.com/pmezard/go-difflib v1.0.0
53-
github.com/prometheus/client_golang v1.22.0-rc.0
53+
github.com/prometheus/client_golang v1.22.0
5454
github.com/prometheus/client_model v0.6.1
5555
github.com/prometheus/common v0.62.0
5656
github.com/robfig/cron/v3 v3.0.1

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -412,8 +412,8 @@ github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZb
412412
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
413413
github.com/pquerna/cachecontrol v0.1.0 h1:yJMy84ti9h/+OEWa752kBTKv4XC30OtVVHYv/8cTqKc=
414414
github.com/pquerna/cachecontrol v0.1.0/go.mod h1:NrUG3Z7Rdu85UNR3vm7SOsl1nFIeSiQnrHV5K9mBcUI=
415-
github.com/prometheus/client_golang v1.22.0-rc.0 h1:meoqLyZIVEIiQxZmyVTOnzk/bA+n2pN2MXN8pSzX2ws=
416-
github.com/prometheus/client_golang v1.22.0-rc.0/go.mod h1:R7ljNsLXhuQXYZYtw6GAE9AZg8Y7vEW5scdCXrWRXC0=
415+
github.com/prometheus/client_golang v1.22.0 h1:rb93p9lokFEsctTys46VnV1kLCDpVZ0a/Y92Vm0Zc6Q=
416+
github.com/prometheus/client_golang v1.22.0/go.mod h1:R7ljNsLXhuQXYZYtw6GAE9AZg8Y7vEW5scdCXrWRXC0=
417417
github.com/prometheus/client_model v0.0.0-20190812154241-14fe0d1b01d4/go.mod h1:xMI15A0UPsDsEKsMN9yxemIoYk6Tm2C1GtYGdfGttqA=
418418
github.com/prometheus/client_model v0.6.1 h1:ZKSh/rekM+n3CeS952MLRAdFwIKqeY8b62p8ais2e9E=
419419
github.com/prometheus/client_model v0.6.1/go.mod h1:OrxVMOVHjw3lKMa8+x6HeMGkHMQyHDk9E3jmP2AmGiY=

staging/src/k8s.io/apiextensions-apiserver/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ require (
8080
github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f // indirect
8181
github.com/pkg/errors v0.9.1 // indirect
8282
github.com/pmezard/go-difflib v1.0.0 // indirect
83-
github.com/prometheus/client_golang v1.22.0-rc.0 // indirect
83+
github.com/prometheus/client_golang v1.22.0 // indirect
8484
github.com/prometheus/client_model v0.6.1 // indirect
8585
github.com/prometheus/common v0.62.0 // indirect
8686
github.com/prometheus/procfs v0.15.1 // indirect

staging/src/k8s.io/apiextensions-apiserver/go.sum

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

staging/src/k8s.io/apiserver/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ require (
9696
github.com/pkg/errors v0.9.1 // indirect
9797
github.com/pmezard/go-difflib v1.0.0 // indirect
9898
github.com/pquerna/cachecontrol v0.1.0 // indirect
99-
github.com/prometheus/client_golang v1.22.0-rc.0 // indirect
99+
github.com/prometheus/client_golang v1.22.0 // indirect
100100
github.com/prometheus/client_model v0.6.1 // indirect
101101
github.com/prometheus/common v0.62.0 // indirect
102102
github.com/prometheus/procfs v0.15.1 // indirect

staging/src/k8s.io/apiserver/go.sum

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

staging/src/k8s.io/cloud-provider/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ require (
6363
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
6464
github.com/pkg/errors v0.9.1 // indirect
6565
github.com/pmezard/go-difflib v1.0.0 // indirect
66-
github.com/prometheus/client_golang v1.22.0-rc.0 // indirect
66+
github.com/prometheus/client_golang v1.22.0 // indirect
6767
github.com/prometheus/client_model v0.6.1 // indirect
6868
github.com/prometheus/common v0.62.0 // indirect
6969
github.com/prometheus/procfs v0.15.1 // indirect

staging/src/k8s.io/cloud-provider/go.sum

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

staging/src/k8s.io/component-base/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ require (
1313
github.com/google/go-cmp v0.7.0
1414
github.com/moby/term v0.5.0
1515
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822
16-
github.com/prometheus/client_golang v1.22.0-rc.0
16+
github.com/prometheus/client_golang v1.22.0
1717
github.com/prometheus/client_model v0.6.1
1818
github.com/prometheus/common v0.62.0
1919
github.com/prometheus/procfs v0.15.1

staging/src/k8s.io/component-base/go.sum

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

0 commit comments

Comments
 (0)