mikrotik-exporter/go.mod

15 lines
348 B
Modula-2
Raw Permalink Normal View History

module mikrotik-exporter
go 1.13
require (
2021-08-10 03:18:37 +02:00
github.com/miekg/dns v1.1.43
github.com/prometheus/client_golang v1.4.1
github.com/prometheus/common v0.9.1
2021-08-10 03:52:56 +02:00
github.com/sirupsen/logrus v1.8.1
2020-06-23 11:36:30 +02:00
github.com/stretchr/testify v1.4.0
golang.org/x/net v0.7.0 // indirect
gopkg.in/routeros.v2 v2.0.0-20190905230420-1bbf141cdd91
2022-02-22 00:41:46 +01:00
gopkg.in/yaml.v2 v2.4.0
)