File tree Expand file tree Collapse file tree 4 files changed +440
-1
lines changed
Expand file tree Collapse file tree 4 files changed +440
-1
lines changed Original file line number Diff line number Diff line change 1+ downdetector-credentials.yaml
2+ downdetector-exporter
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ import (
1818 "github.com/go-kit/kit/log"
1919 kitlog "github.com/go-kit/kit/log"
2020 "github.com/go-kit/kit/log/level"
21- "github.com/urfave/cli"
21+ "github.com/urfave/cli/v2 "
2222
2323 "github.com/coreos/go-systemd/daemon"
2424 "github.com/prometheus/client_golang/prometheus"
Original file line number Diff line number Diff line change 1+ module github.com/kic68/downdetector-exporter
2+
3+ go 1.16
4+
5+ require (
6+ github.com/coreos/go-systemd v0.0.0-20191104093116-d3cd4ed1dbcf
7+ github.com/go-kit/kit v0.11.0
8+ github.com/goccy/go-yaml v1.8.10
9+ github.com/prometheus/client_golang v1.11.0
10+ github.com/urfave/cli/v2 v2.3.0
11+ )
You can’t perform that action at this time.
0 commit comments