1
0
Fork 0
mirror of https://github.com/prometheus-operator/prometheus-operator.git synced 2025-04-16 09:16:38 +00:00
prometheus-operator/scripts/go.mod
2020-11-23 10:21:56 +01:00

19 lines
754 B
Modula-2

module github.com/prometheus-operator/prometheus-operator/tooling
go 1.15
require (
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 // indirect
github.com/alecthomas/units v0.0.0-20190924025748-f65c72e2690d // indirect
github.com/brancz/gojsontoyaml v0.0.0-20191212081931-bf2969bbd742
github.com/campoy/embedmd v1.0.0
github.com/google/go-cmp v0.4.0 // indirect
github.com/google/go-jsonnet v0.17.0
github.com/json-iterator/go v1.1.9 // indirect
github.com/jsonnet-bundler/jsonnet-bundler v0.3.1
github.com/pkg/errors v0.9.1
golang.org/x/sys v0.0.0-20200122134326-e047566fdf82 // indirect
gopkg.in/yaml.v3 v3.0.0-20191120175047-4206685974f2 // indirect
k8s.io/code-generator v0.18.2
sigs.k8s.io/controller-tools v0.4.1
)