13 lines
443 B
Modula-2
13 lines
443 B
Modula-2
![]() |
module github.com/dchote/snmp-mqtt
|
||
|
|
||
|
go 1.13
|
||
|
|
||
|
require (
|
||
|
github.com/aleasoluciones/goaleasoluciones v0.0.0-20190802084519-19690e2580be // indirect
|
||
|
github.com/aleasoluciones/gosnmpquerier v0.0.0-20190802084245-be620504e4c1
|
||
|
github.com/docopt/docopt-go v0.0.0-20180111231733-ee0de3bc6815 // indirect
|
||
|
github.com/eclipse/paho.mqtt.golang v1.2.0
|
||
|
github.com/soniah/gosnmp v1.22.0
|
||
|
golang.org/x/net v0.0.0-20191014212845-da9a3fd4c582 // indirect
|
||
|
)
|