All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
16 lines
282 B
Modula-2
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
|
|
)
|