15 lines
275 B
Modula-2
15 lines
275 B
Modula-2
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
|
|
)
|