Skip to content

Commit 3efcc2f

Browse files
fix(deps): update all non-major gomod dependencies
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
1 parent 2aecf1d commit 3efcc2f

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

go.mod

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,26 +3,26 @@ module github.com/app-sre/acs-cve-prom-exporter
33
go 1.21
44

55
require (
6-
github.com/Khan/genqlient v0.7.0
6+
github.com/Khan/genqlient v0.8.0
77
github.com/alecthomas/kingpin/v2 v2.4.0
88
github.com/go-kit/log v0.2.1
99
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
1212
)
1313

1414
require (
1515
github.com/alecthomas/units v0.0.0-20240927000941-0f3dac36c52b // indirect
1616
github.com/beorn7/perks v1.0.1 // indirect
1717
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
1919
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
2121
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
2525
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
2828
)

0 commit comments

Comments
 (0)