initial commit

This commit is contained in:
ston1th 2020-08-31 17:12:43 +02:00
commit 9afe51eaf4
815 changed files with 333651 additions and 0 deletions

11
go.mod Normal file
View file

@ -0,0 +1,11 @@
module git.giftfish.de/ston1th/rcctl_exporter
go 1.12
require (
github.com/go-kit/kit v0.10.0
github.com/prometheus/client_golang v1.6.0
github.com/prometheus/common v0.10.0
github.com/prometheus/node_exporter v1.0.1
gopkg.in/alecthomas/kingpin.v2 v2.2.6
)