1
0
Fork 0
mirror of https://github.com/prometheus-operator/prometheus-operator.git synced 2025-04-16 01:06:27 +00:00
prometheus-operator/scripts/go.mod
Simon Pasquier 4a890fa09f *: bump controller-gen to v0.8.0
Signed-off-by: Simon Pasquier <spasquie@redhat.com>
2022-03-22 11:58:00 +01:00

14 lines
455 B
Modula-2

module github.com/prometheus-operator/prometheus-operator/tooling
go 1.15
require (
github.com/brancz/gojsontoyaml v0.0.0-20191212081931-bf2969bbd742
github.com/bwplotka/mdox v0.9.0
github.com/golangci/golangci-lint v1.44.2
github.com/google/go-jsonnet v0.18.0
github.com/jsonnet-bundler/jsonnet-bundler v0.3.1
github.com/yeya24/promlinter v0.1.1-0.20210918184747-d757024714a1
k8s.io/code-generator v0.23.5
sigs.k8s.io/controller-tools v0.8.0
)