Skip to content

Commit cce712f

Browse files
build(deps): bump github.com/prometheus/client_golang
Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.13.0 to 1.20.5. - [Release notes](https://github.com/prometheus/client_golang/releases) - [Changelog](https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md) - [Commits](prometheus/client_golang@v1.13.0...v1.20.5) --- updated-dependencies: - dependency-name: github.com/prometheus/client_golang dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e9c8db0 commit cce712f

File tree

2 files changed

+48
-49
lines changed

2 files changed

+48
-49
lines changed

go.mod

Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ require (
2020
github.com/montanaflynn/stats v0.7.1
2121
github.com/opencontainers/selinux v1.11.0
2222
github.com/pkg/errors v0.9.1
23-
github.com/prometheus/client_golang v1.13.0
24-
github.com/prometheus/client_model v0.6.0
25-
github.com/prometheus/common v0.37.0
23+
github.com/prometheus/client_golang v1.20.5
24+
github.com/prometheus/client_model v0.6.1
25+
github.com/prometheus/common v0.55.0
2626
github.com/prometheus/exporter-toolkit v0.7.2
27-
github.com/prometheus/procfs v0.8.0
27+
github.com/prometheus/procfs v0.15.1
2828
github.com/safchain/ethtool v0.4.1
2929
github.com/soundcloud/go-runit v0.0.0-20150630195641-06ad41a06c4a
3030
github.com/stretchr/testify v1.9.0
@@ -34,33 +34,35 @@ require (
3434
)
3535

3636
require (
37+
github.com/alecthomas/kingpin/v2 v2.4.0 // indirect
3738
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 // indirect
38-
github.com/alecthomas/units v0.0.0-20190924025748-f65c72e2690d // indirect
39+
github.com/alecthomas/units v0.0.0-20211218093645-b94a6e3cc137 // indirect
3940
github.com/beorn7/perks v1.0.1 // indirect
40-
github.com/cespare/xxhash/v2 v2.1.2 // indirect
41+
github.com/cespare/xxhash/v2 v2.3.0 // indirect
4142
github.com/davecgh/go-spew v1.1.1 // indirect
4243
github.com/dennwc/ioctl v1.0.0 // indirect
4344
github.com/go-logfmt/logfmt v0.5.1 // indirect
44-
github.com/golang/protobuf v1.5.2 // indirect
4545
github.com/google/go-cmp v0.6.0 // indirect
4646
github.com/josharian/native v1.1.0 // indirect
4747
github.com/jpillora/backoff v1.0.0 // indirect
48-
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
48+
github.com/klauspost/compress v1.17.9 // indirect
49+
github.com/kylelemons/godebug v1.1.0 // indirect
4950
github.com/mdlayher/genetlink v1.3.2 // indirect
5051
github.com/mdlayher/socket v0.4.1 // indirect
52+
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
5153
github.com/mwitkow/go-conntrack v0.0.0-20190716064945-2f068394615f // indirect
5254
github.com/pmezard/go-difflib v1.0.0 // indirect
5355
github.com/siebenmann/go-kstat v0.0.0-20210513183136-173c9b0a9973 // indirect
5456
github.com/tklauser/numcpus v0.8.0 // indirect
57+
github.com/xhit/go-str2duration/v2 v2.1.0 // indirect
5558
go.uber.org/atomic v1.7.0 // indirect
5659
go.uber.org/multierr v1.6.0 // indirect
5760
golang.org/x/crypto v0.27.0 // indirect
58-
golang.org/x/net v0.23.0 // indirect
59-
golang.org/x/oauth2 v0.0.0-20220223155221-ee480838109b // indirect
61+
golang.org/x/net v0.26.0 // indirect
62+
golang.org/x/oauth2 v0.21.0 // indirect
6063
golang.org/x/sync v0.8.0 // indirect
6164
golang.org/x/text v0.18.0 // indirect
62-
google.golang.org/appengine v1.6.6 // indirect
63-
google.golang.org/protobuf v1.33.0 // indirect
65+
google.golang.org/protobuf v1.34.2 // indirect
6466
gopkg.in/yaml.v2 v2.4.0 // indirect
6567
gopkg.in/yaml.v3 v3.0.1 // indirect
6668
)

0 commit comments

Comments
 (0)