mirror of
https://github.com/monitoring-mixins/website.git
synced 2024-12-14 11:37:31 +00:00
5e0134c2e7
As some mixins require jsonnet 0.20.0 function like std.objectKeysValues(o)
23 lines
785 B
Modula-2
23 lines
785 B
Modula-2
module github.com/monitoring-mixins/website/hack
|
|
|
|
go 1.23
|
|
|
|
require (
|
|
github.com/brancz/gojsontoyaml v0.0.0-20191212081931-bf2969bbd742
|
|
github.com/google/go-jsonnet v0.20.0
|
|
github.com/jsonnet-bundler/jsonnet-bundler v0.6.0
|
|
)
|
|
|
|
require (
|
|
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 // indirect
|
|
github.com/alecthomas/units v0.0.0-20211218093645-b94a6e3cc137 // indirect
|
|
github.com/fatih/color v1.13.0 // indirect
|
|
github.com/ghodss/yaml v1.0.0 // indirect
|
|
github.com/mattn/go-colorable v0.1.12 // indirect
|
|
github.com/mattn/go-isatty v0.0.14 // indirect
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
golang.org/x/sys v0.1.0 // indirect
|
|
gopkg.in/alecthomas/kingpin.v2 v2.2.6 // indirect
|
|
gopkg.in/yaml.v2 v2.2.7 // indirect
|
|
sigs.k8s.io/yaml v1.1.0 // indirect
|
|
)
|