mirror of
https://github.com/prometheus-operator/kube-prometheus.git
synced 2025-08-27 09:21:56 +02:00
13 lines
337 B
Modula-2
13 lines
337 B
Modula-2
module _ // go.mod created for tooling dependencies
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/brancz/gojsontoyaml v0.0.0-20200602132005-3697ded27e8c
|
|
github.com/bwplotka/mdox v0.9.0
|
|
github.com/google/go-jsonnet v0.18.0
|
|
github.com/jsonnet-bundler/jsonnet-bundler v0.4.0
|
|
github.com/yannh/kubeconform v0.4.7
|
|
sigs.k8s.io/yaml v1.3.0 // indirect
|
|
)
|