This commit is contained in:
2023-11-25 19:11:58 +01:00
parent 926e9261d2
commit 4fff54bf98
6 changed files with 190 additions and 1 deletions

14
src/udi/go.mod Normal file
View 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
)