aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod10
1 files changed, 10 insertions, 0 deletions
diff --git a/go.mod b/go.mod
new file mode 100644
index 0000000..2614df2
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,10 @@
1module code.crute.me/pomonaconsulting/six_monitoring
2
3go 1.13
4
5require (
6 github.com/prometheus-community/bind_exporter v0.3.0
7 github.com/prometheus/client_golang v1.4.1
8 github.com/prometheus/common v0.9.1
9 github.com/stretchr/testify v1.4.0
10)