snmp-mqtt/src/smq/go.mod
Wolfgang Hottgenroth b0def60a92
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
fix, 2
2025-02-10 13:43:15 +01:00

16 lines
282 B
Modula-2

module smq
go 1.22.5
require (
github.com/eclipse/paho.mqtt.golang v1.4.3
github.com/google/uuid v1.6.0
github.com/gosnmp/gosnmp v1.37.0
)
require (
github.com/gorilla/websocket v1.5.0 // indirect
golang.org/x/net v0.34.0 // indirect
golang.org/x/sync v0.1.0 // indirect
)