You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
747 B
20 lines
747 B
module opendev.org/vexxhost/network_exporter |
|
|
|
go 1.13 |
|
|
|
require ( |
|
github.com/aristanetworks/goeapi v0.3.1-0.20191106033133-fe66bef98ad5 |
|
github.com/go-routeros/routeros v0.0.0-20190905230431-4e69e5fc3b22 |
|
github.com/google/martian v2.1.0+incompatible |
|
github.com/karrick/tparse v2.4.2+incompatible |
|
github.com/mitchellh/mapstructure v1.1.2 // indirect |
|
github.com/prometheus/client_golang v1.3.0 |
|
github.com/prometheus/common v0.7.0 |
|
github.com/soniah/gosnmp v1.22.0 |
|
github.com/stretchr/testify v1.4.0 |
|
github.com/vaughan0/go-ini v0.0.0-20130923145212-a98ad7ee00ec // indirect |
|
golang.org/x/tools v0.0.0-20200110213125-a7a6caa82ab2 // indirect |
|
gopkg.in/alecthomas/kingpin.v2 v2.2.6 |
|
gopkg.in/yaml.v2 v2.2.2 |
|
honnef.co/go/tools v0.0.1-2019.2.3 |
|
)
|
|
|