Files
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

16 lines
330 B
AMPL

module github.com/grafana/grafana/pkg/build/wire
go 1.25.5
require (
github.com/google/go-cmp v0.7.0
github.com/google/subcommands v1.2.0
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2
golang.org/x/tools v0.38.0
)
require (
golang.org/x/mod v0.29.0 // indirect
golang.org/x/sync v0.18.0 // indirect
)