17 lines
407 B
Modula-2
17 lines
407 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
|
|
github.com/kelvins/sunrisesunset v0.0.0-20210220141756-39fa1bd816d5
|
|
)
|
|
|
|
require (
|
|
github.com/gorilla/websocket v1.4.2 // indirect
|
|
github.com/r3labs/sse/v2 v2.8.1 // indirect
|
|
golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 // indirect
|
|
gopkg.in/cenkalti/backoff.v1 v1.1.0 // indirect
|
|
)
|