diff --git a/go.mod b/go.mod new file mode 100644 index 0000000..fbc05d6 --- /dev/null +++ b/go.mod @@ -0,0 +1,5 @@ +module github.com/jonnenauha/prometheus_varnish_exporter + +go 1.12 + +require github.com/prometheus/client_golang v0.9.3