From 551fe7cf5044f562faf6eb656f3c860e136d4bfc Mon Sep 17 00:00:00 2001 From: Guillaume Quintard Date: Wed, 5 Jun 2019 19:12:26 -0400 Subject: [PATCH] Add go.mod --- go.mod | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 go.mod 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