This repository has been archived on 2023-08-29. You can view files and clone it, but cannot push or open issues or pull requests.
automation/go.mod
Dreaded_X c97a3c03bd
Some checks failed
continuous-integration/drone/push Build is failing
Directly use the hue api v2 as this gives more control
2022-09-14 03:24:18 +02:00

15 lines
313 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
golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 // indirect
)