Skip to content

Commit 848815b

Browse files
authored
Merge pull request #64 from k8snetworkplumbingwg/dependabot/go_modules/github.com/prometheus/client_golang-1.22.0
Bump github.com/prometheus/client_golang from 1.12.1 to 1.22.0
2 parents c1ec2b0 + 3a9452b commit 848815b

File tree

2 files changed

+29
-437
lines changed

2 files changed

+29
-437
lines changed

go.mod

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.23.0
55
require (
66
github.com/onsi/ginkgo/v2 v2.23.4
77
github.com/onsi/gomega v1.38.0
8-
github.com/prometheus/client_golang v1.12.1
8+
github.com/prometheus/client_golang v1.23.0
99
github.com/prometheus/client_model v0.6.2
1010
github.com/vishvananda/netlink v1.3.1
1111
golang.org/x/time v0.0.0-20220210224613-90d013bbcef8
@@ -15,16 +15,16 @@ require (
1515

1616
require (
1717
github.com/beorn7/perks v1.0.1 // indirect
18-
github.com/cespare/xxhash/v2 v2.2.0 // indirect
18+
github.com/cespare/xxhash/v2 v2.3.0 // indirect
1919
github.com/go-logr/logr v1.4.2 // indirect
2020
github.com/go-task/slim-sprig/v3 v3.0.0 // indirect
2121
github.com/gogo/protobuf v1.3.2 // indirect
2222
github.com/golang/protobuf v1.5.3 // indirect
2323
github.com/google/go-cmp v0.7.0 // indirect
2424
github.com/google/pprof v0.0.0-20250403155104-27863c87afa6 // indirect
25-
github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 // indirect
26-
github.com/prometheus/common v0.32.1 // indirect
27-
github.com/prometheus/procfs v0.7.3 // indirect
25+
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
26+
github.com/prometheus/common v0.65.0 // indirect
27+
github.com/prometheus/procfs v0.16.1 // indirect
2828
github.com/vishvananda/netns v0.0.5 // indirect
2929
go.uber.org/automaxprocs v1.6.0 // indirect
3030
golang.org/x/net v0.41.0 // indirect

0 commit comments

Comments
 (0)