module github.com/monitoring-mixins/website/hack go 1.17 require ( github.com/brancz/gojsontoyaml v0.0.0-20191212081931-bf2969bbd742 github.com/google/go-jsonnet v0.18.0 github.com/jsonnet-bundler/jsonnet-bundler v0.4.0 ) require ( github.com/alecthomas/template v0.0.0-20160405071501-a0175ee3bccc // indirect github.com/alecthomas/units v0.0.0-20151022065526-2efee857e7cf // indirect github.com/fatih/color v1.10.0 // indirect github.com/ghodss/yaml v1.0.0 // indirect github.com/mattn/go-colorable v0.1.8 // indirect github.com/mattn/go-isatty v0.0.12 // indirect github.com/pkg/errors v0.8.0 // 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 )