changes
This commit is contained in:
14
src/udi/go.mod
Normal file
14
src/udi/go.mod
Normal file
@ -0,0 +1,14 @@
|
||||
module udi
|
||||
|
||||
go 1.21.3
|
||||
|
||||
require (
|
||||
github.com/eclipse/paho.mqtt.golang v1.4.3
|
||||
github.com/google/uuid v1.4.0
|
||||
)
|
||||
|
||||
require (
|
||||
github.com/gorilla/websocket v1.5.0 // indirect
|
||||
golang.org/x/net v0.8.0 // indirect
|
||||
golang.org/x/sync v0.1.0 // indirect
|
||||
)
|
Reference in New Issue
Block a user