This commit is contained in:
2023-11-25 12:21:36 +01:00
commit bf0452fa6d
3 changed files with 98 additions and 0 deletions

14
go.mod Normal file
View File

@ -0,0 +1,14 @@
module hottis.de/universal-data-ingest
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
)