7a8ca707f9
* 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 * feat: update swagger * feat: update swagger * fix: remove enterprise imports
21 lines
605 B
Modula-2
21 lines
605 B
Modula-2
module utf8-support
|
|
|
|
go 1.24.2
|
|
|
|
require (
|
|
github.com/prometheus/client_golang v1.20.5
|
|
github.com/prometheus/common v0.60.1
|
|
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/procfs v0.15.1 // indirect
|
|
golang.org/x/sys v0.30.0 // indirect
|
|
google.golang.org/protobuf v1.34.2 // indirect
|
|
)
|