2019-11-16 06:05:31 +01:00
|
|
|
module mikrotik-exporter
|
|
|
|
|
|
|
|
go 1.13
|
|
|
|
|
|
|
|
require (
|
2020-04-08 05:06:38 +02:00
|
|
|
github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect
|
2020-02-04 04:03:45 +01:00
|
|
|
github.com/miekg/dns v1.1.22
|
2020-04-08 05:06:38 +02:00
|
|
|
github.com/prometheus/client_golang v1.4.1
|
|
|
|
github.com/prometheus/common v0.9.1
|
2019-11-16 06:05:31 +01:00
|
|
|
github.com/sirupsen/logrus v1.4.2
|
2020-04-08 05:06:38 +02:00
|
|
|
golang.org/x/sys v0.0.0-20200202164722-d101bd2416d5 // indirect
|
2019-11-16 06:05:31 +01:00
|
|
|
gopkg.in/routeros.v2 v2.0.0-20190905230420-1bbf141cdd91
|
|
|
|
gopkg.in/yaml.v2 v2.2.5
|
|
|
|
)
|