@@ -3,26 +3,26 @@ module github.com/app-sre/acs-cve-prom-exporter
3
3
go 1.21
4
4
5
5
require (
6
- github.com/Khan/genqlient v0.7 .0
6
+ github.com/Khan/genqlient v0.8 .0
7
7
github.com/alecthomas/kingpin/v2 v2.4.0
8
8
github.com/go-kit/log v0.2.1
9
9
github.com/hashicorp/go-retryablehttp v0.7.7
10
- github.com/prometheus/client_golang v1.20.4
11
- github.com/prometheus/common v0.59.1
10
+ github.com/prometheus/client_golang v1.22.0
11
+ github.com/prometheus/common v0.63.0
12
12
)
13
13
14
14
require (
15
15
github.com/alecthomas/units v0.0.0-20240927000941-0f3dac36c52b // indirect
16
16
github.com/beorn7/perks v1.0.1 // indirect
17
17
github.com/cespare/xxhash/v2 v2.3.0 // indirect
18
- github.com/go-logfmt/logfmt v0.5.1 // indirect
18
+ github.com/go-logfmt/logfmt v0.6.0 // indirect
19
19
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
20
- github.com/klauspost/compress v1.17.10 // indirect
20
+ github.com/klauspost/compress v1.18.0 // indirect
21
21
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
22
- github.com/prometheus/client_model v0.6.1 // indirect
23
- github.com/prometheus/procfs v0.15 .1 // indirect
24
- github.com/vektah/gqlparser/v2 v2.5.18 // indirect
22
+ github.com/prometheus/client_model v0.6.2 // indirect
23
+ github.com/prometheus/procfs v0.16 .1 // indirect
24
+ github.com/vektah/gqlparser/v2 v2.5.25 // indirect
25
25
github.com/xhit/go-str2duration/v2 v2.1.0 // indirect
26
- golang.org/x/sys v0.26 .0 // indirect
27
- google.golang.org/protobuf v1.35.1 // indirect
26
+ golang.org/x/sys v0.32 .0 // indirect
27
+ google.golang.org/protobuf v1.36.6 // indirect
28
28
)
0 commit comments