* Support importing local cue modules when generating TS types with cog * Generate enums as unions of values instead of an actual `enum` statement * Update transformers to use the new TS enums * Update go workspaces --------- Co-authored-by: Ivan Ortega <ivanortegaalba@gmail.com>
16 lines
329 B
Modula-2
16 lines
329 B
Modula-2
module github.com/grafana/grafana/pkg/build/wire
|
|
|
|
go 1.23.1
|
|
|
|
require (
|
|
github.com/google/go-cmp v0.6.0
|
|
github.com/google/subcommands v1.2.0
|
|
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2
|
|
golang.org/x/tools v0.27.0
|
|
)
|
|
|
|
require (
|
|
golang.org/x/mod v0.22.0 // indirect
|
|
golang.org/x/sync v0.9.0 // indirect
|
|
)
|