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 )