summaryrefslogtreecommitdiff
path: root/bind-exporter/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'bind-exporter/go.mod')
-rw-r--r--bind-exporter/go.mod17
1 files changed, 17 insertions, 0 deletions
diff --git a/bind-exporter/go.mod b/bind-exporter/go.mod
new file mode 100644
index 0000000..6fda58d
--- /dev/null
+++ b/bind-exporter/go.mod
@@ -0,0 +1,17 @@
1module code.crute.me/mcrute/bind-exporter
2
3go 1.17
4
5require github.com/prometheus/client_golang v1.12.1
6
7require (
8 github.com/beorn7/perks v1.0.1 // indirect
9 github.com/cespare/xxhash/v2 v2.1.2 // indirect
10 github.com/golang/protobuf v1.5.2 // indirect
11 github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
12 github.com/prometheus/client_model v0.2.0 // indirect
13 github.com/prometheus/common v0.32.1 // indirect
14 github.com/prometheus/procfs v0.7.3 // indirect
15 golang.org/x/sys v0.0.0-20220114195835-da31bd327af9 // indirect
16 google.golang.org/protobuf v1.26.0 // indirect
17)