mirror of
https://github.com/prometheus-operator/kube-prometheus.git
synced 2025-08-27 17:31:51 +02:00
11 lines
294 B
Modula-2
11 lines
294 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/campoy/embedmd v1.0.0
|
|
github.com/google/go-jsonnet v0.16.1-0.20200703153429-aaf50f5b655f
|
|
github.com/jsonnet-bundler/jsonnet-bundler v0.4.0
|
|
)
|