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-25 17:51:30 +01:00

16 lines
560 B
Modula-2

module github.com/prometheus-operator/prometheus-operator/tooling
go 1.15
require (
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/golangci/golangci-lint v1.33.0
github.com/google/go-jsonnet v0.17.0
github.com/jsonnet-bundler/jsonnet-bundler v0.3.1
github.com/pkg/errors v0.9.1
github.com/yeya24/promlinter v0.0.0-20201120174540-eec9e2ee3b40
k8s.io/code-generator v0.18.2
sigs.k8s.io/controller-tools v0.4.1
)