mirror of
https://github.com/nshttpd/mikrotik-exporter.git
synced 2025-02-01 22:31:39 +01:00
16 lines
447 B
Modula-2
16 lines
447 B
Modula-2
module mikrotik-exporter
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect
|
|
github.com/miekg/dns v1.1.22
|
|
github.com/prometheus/client_golang v1.4.1
|
|
github.com/prometheus/common v0.9.1
|
|
github.com/sirupsen/logrus v1.4.2
|
|
github.com/stretchr/testify v1.4.0
|
|
golang.org/x/sys v0.0.0-20200202164722-d101bd2416d5 // indirect
|
|
gopkg.in/routeros.v2 v2.0.0-20190905230420-1bbf141cdd91
|
|
gopkg.in/yaml.v2 v2.2.5
|
|
)
|