mirror of
https://github.com/nshttpd/mikrotik-exporter
synced 2025-04-05 02:29:10 +02:00
16 lines
441 B
Modula-2
16 lines
441 B
Modula-2
module mikrotik-exporter
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/miekg/dns v1.1.43
|
|
github.com/prometheus/client_golang v1.4.1
|
|
github.com/prometheus/common v0.9.1
|
|
github.com/sirupsen/logrus v1.8.1
|
|
github.com/stretchr/testify v1.4.0
|
|
golang.org/x/net v0.0.0-20210805182204-aaa1db679c0d // indirect
|
|
golang.org/x/sys v0.0.0-20210809222454-d867a43fc93e // indirect
|
|
gopkg.in/routeros.v2 v2.0.0-20190905230420-1bbf141cdd91
|
|
gopkg.in/yaml.v2 v2.4.0
|
|
)
|