Skip to content

Commit efe9779

Browse files
build(deps): bump github.com/prometheus/common from 0.59.1 to 0.60.0 (#3409)
Bumps [github.com/prometheus/common](https://github.com/prometheus/common) from 0.59.1 to 0.60.0. - [Release notes](https://github.com/prometheus/common/releases) - [Changelog](https://github.com/prometheus/common/blob/main/RELEASE.md) - [Commits](prometheus/common@v0.59.1...v0.60.0) --- updated-dependencies: - dependency-name: github.com/prometheus/common dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a63b449 commit efe9779

File tree

6 files changed

+16
-50
lines changed

6 files changed

+16
-50
lines changed

go.mod

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ require (
2727
github.com/pkg/errors v0.9.1
2828
github.com/prometheus/client_golang v1.20.4
2929
github.com/prometheus/client_model v0.6.1
30-
github.com/prometheus/common v0.59.1
30+
github.com/prometheus/common v0.60.0
3131
github.com/sirupsen/logrus v1.9.3
3232
github.com/spf13/cobra v1.8.1
3333
github.com/spf13/pflag v1.0.5
@@ -157,7 +157,7 @@ require (
157157
golang.org/x/crypto v0.28.0 // indirect
158158
golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56 // indirect
159159
golang.org/x/mod v0.21.0 // indirect
160-
golang.org/x/oauth2 v0.22.0 // indirect
160+
golang.org/x/oauth2 v0.23.0 // indirect
161161
golang.org/x/sys v0.26.0 // indirect
162162
golang.org/x/term v0.25.0 // indirect
163163
golang.org/x/text v0.19.0 // indirect

go.sum

+4-4
Original file line numberDiff line numberDiff line change
@@ -1855,8 +1855,8 @@ github.com/prometheus/client_model v0.4.0/go.mod h1:oMQmHW1/JoDwqLtg57MGgP/Fb1CJ
18551855
github.com/prometheus/client_model v0.5.0/go.mod h1:dTiFglRmd66nLR9Pv9f0mZi7B7fk5Pm3gvsjB5tr+kI=
18561856
github.com/prometheus/client_model v0.6.1 h1:ZKSh/rekM+n3CeS952MLRAdFwIKqeY8b62p8ais2e9E=
18571857
github.com/prometheus/client_model v0.6.1/go.mod h1:OrxVMOVHjw3lKMa8+x6HeMGkHMQyHDk9E3jmP2AmGiY=
1858-
github.com/prometheus/common v0.59.1 h1:LXb1quJHWm1P6wq/U824uxYi4Sg0oGvNeUm1z5dJoX0=
1859-
github.com/prometheus/common v0.59.1/go.mod h1:GpWM7dewqmVYcd7SmRaiWVe9SSqjf0UrwnYnpEZNuT0=
1858+
github.com/prometheus/common v0.60.0 h1:+V9PAREWNvJMAuJ1x1BaWl9dewMW4YrHZQbx0sJNllA=
1859+
github.com/prometheus/common v0.60.0/go.mod h1:h0LYf1R1deLSKtD4Vdg8gy4RuOvENW2J/h19V5NADQw=
18601860
github.com/prometheus/procfs v0.15.1 h1:YagwOFzUgYfKKHX6Dr+sHT7km/hxC76UB0learggepc=
18611861
github.com/prometheus/procfs v0.15.1/go.mod h1:fB45yRUv8NstnjriLhBQLuOUt+WW4BsoGhij/e3PBqk=
18621862
github.com/redis/go-redis/extra/rediscmd/v9 v9.0.5 h1:EaDatTxkdHG+U3Bk4EUr+DZ7fOGwTfezUiUJMaIcaho=
@@ -2213,8 +2213,8 @@ golang.org/x/oauth2 v0.13.0/go.mod h1:/JMhi4ZRXAf4HG9LiNmxvk+45+96RUlVThiH8FzNBn
22132213
golang.org/x/oauth2 v0.15.0/go.mod h1:q48ptWNTY5XWf+JNten23lcvHpLJ0ZSxF5ttTHKVCAM=
22142214
golang.org/x/oauth2 v0.16.0/go.mod h1:hqZ+0LWXsiVoZpeld6jVt06P3adbS2Uu911W1SsJv2o=
22152215
golang.org/x/oauth2 v0.17.0/go.mod h1:OzPDGQiuQMguemayvdylqddI7qcD9lnSDb+1FiwQ5HA=
2216-
golang.org/x/oauth2 v0.22.0 h1:BzDx2FehcG7jJwgWLELCdmLuxk2i+x9UDpSiss2u0ZA=
2217-
golang.org/x/oauth2 v0.22.0/go.mod h1:XYTD2NtWslqkgxebSiOHnXEap4TF09sJSc7H1sXbhtI=
2216+
golang.org/x/oauth2 v0.23.0 h1:PbgcYx2W7i4LvjJWEbf0ngHV6qJYr86PkAV3bXdLEbs=
2217+
golang.org/x/oauth2 v0.23.0/go.mod h1:XYTD2NtWslqkgxebSiOHnXEap4TF09sJSc7H1sXbhtI=
22182218
golang.org/x/sync v0.0.0-20181108010431-42b317875d0f/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
22192219
golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
22202220
golang.org/x/sync v0.0.0-20190227155943-e225da77a7e6/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=

vendor/github.com/prometheus/common/model/labelset_string.go

-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/prometheus/common/model/labelset_string_go120.go

-39
This file was deleted.

vendor/golang.org/x/oauth2/token.go

+7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modules.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -592,8 +592,8 @@ github.com/prometheus/client_golang/prometheus/testutil/promlint/validations
592592
# github.com/prometheus/client_model v0.6.1
593593
## explicit; go 1.19
594594
github.com/prometheus/client_model/go
595-
# github.com/prometheus/common v0.59.1
596-
## explicit; go 1.20
595+
# github.com/prometheus/common v0.60.0
596+
## explicit; go 1.21
597597
github.com/prometheus/common/expfmt
598598
github.com/prometheus/common/model
599599
# github.com/prometheus/procfs v0.15.1
@@ -769,7 +769,7 @@ golang.org/x/net/internal/timeseries
769769
golang.org/x/net/proxy
770770
golang.org/x/net/trace
771771
golang.org/x/net/websocket
772-
# golang.org/x/oauth2 v0.22.0
772+
# golang.org/x/oauth2 v0.23.0
773773
## explicit; go 1.18
774774
golang.org/x/oauth2
775775
golang.org/x/oauth2/internal

0 commit comments

Comments
 (0)