mikrotik-exporter/go.mod

16 lines
441 B
Modula-2
Raw 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
2021-08-10 03:18:37 +02:00
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
2022-02-22 00:41:46 +01:00
gopkg.in/yaml.v2 v2.4.0
)