Files
grafana/hack/go.mod
Matheus Macabu a3e14a8006 [release-12.3.2] Chore: Update OpenFGA to 1.11.1 (#114994)
* Chore: Update OpenFGA to 1.11.1

* Fix linter net context

* also bump expr-lang to fix CVE-2025-68156
2026-01-07 10:00:24 +01:00

17 lines
447 B
AMPL

module github.com/grafana/grafana/hack
go 1.25.5
require k8s.io/code-generator v0.34.1
require (
github.com/go-logr/logr v1.4.3 // indirect
github.com/spf13/pflag v1.0.10 // indirect
golang.org/x/mod v0.29.0 // indirect
golang.org/x/sync v0.18.0 // indirect
golang.org/x/text v0.31.0 // indirect
golang.org/x/tools v0.38.0 // indirect
k8s.io/gengo/v2 v2.0.0-20250604051438-85fd79dbfd9f // indirect
k8s.io/klog/v2 v2.130.1 // indirect
)