27d1c63107
* Go: Bump to 1.24.2
It is not likely we are actually affected by the CVEs, but updating proactively is not a bad idea nonetheless.
Fixes: CVE-2025-22871
Fixes: https://github.com/grafana/grafana-operator-experience-squad/issues/1311
* CI: Update golangci-lint
(cherry picked from commit 1c4284a8b4)
21 lines
614 B
Modula-2
21 lines
614 B
Modula-2
module high-card
|
|
|
|
go 1.24.2
|
|
|
|
require (
|
|
github.com/prometheus/client_golang v1.20.2
|
|
golang.org/x/exp v0.0.0-20240823005443-9b4947da3948
|
|
)
|
|
|
|
require (
|
|
github.com/beorn7/perks v1.0.1 // indirect
|
|
github.com/cespare/xxhash/v2 v2.3.0 // indirect
|
|
github.com/klauspost/compress v1.17.9 // indirect
|
|
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
|
|
github.com/prometheus/client_model v0.6.1 // indirect
|
|
github.com/prometheus/common v0.55.0 // indirect
|
|
github.com/prometheus/procfs v0.15.1 // indirect
|
|
golang.org/x/sys v0.30.0 // indirect
|
|
google.golang.org/protobuf v1.34.2 // indirect
|
|
)
|