monero-exporter/go.mod
Ciro S. Costa debdce3fb2 rework collector
this is a big refactor, essentially rewriting the custom collector from
scratch, and as such, creating a new dashboard based on the new metrics.

Signed-off-by: Ciro S. Costa <utxobr@protonmail.com>
2021-08-02 17:44:20 -04:00

19 lines
611 B
Modula-2

module github.com/cirocosta/monero-exporter
go 1.16
require (
github.com/beorn7/perks v1.0.1 // indirect
github.com/bmizerany/perks v0.0.0-20141205001514-d9a9656a3a4b
github.com/cirocosta/go-monero v0.0.5-0.20210731140604-e84b32b615af
github.com/go-logr/logr v0.4.0
github.com/go-logr/zapr v0.4.0
github.com/golangci/golangci-lint v1.41.1
github.com/oschwald/geoip2-golang v1.5.0
github.com/prometheus/client_golang v1.11.0
github.com/spf13/cobra v1.2.1
go.uber.org/zap v1.17.0
golang.org/x/net v0.0.0-20210716203947-853a461950ff // indirect
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
)