14 lines
244 B
Modula-2
14 lines
244 B
Modula-2
module automation
|
|
|
|
go 1.17
|
|
|
|
require (
|
|
github.com/eclipse/paho.mqtt.golang v1.3.5
|
|
github.com/joho/godotenv v1.4.0
|
|
)
|
|
|
|
require (
|
|
github.com/gorilla/websocket v1.4.2 // indirect
|
|
golang.org/x/net v0.0.0-20210410081132-afb366fc7cd1 // indirect
|
|
)
|