88d54892bd
* Add e2e dagger pipeline * various-suite not various suite * upload videos dir * produce e2e videos even on failure * nil ref * sync doesn't return container * fix quotes * try without flags first? * try without quoting? * use two dashes in flags * update CODEOWNERS * make update-workspace * go work sync * make update-workspace * add newline
16 lines
330 B
Modula-2
16 lines
330 B
Modula-2
module github.com/grafana/grafana/pkg/build/wire
|
|
|
|
go 1.24.1
|
|
|
|
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.31.0
|
|
)
|
|
|
|
require (
|
|
golang.org/x/mod v0.24.0 // indirect
|
|
golang.org/x/sync v0.12.0 // indirect
|
|
)
|