Update discovery, go mod, and make a simple commandline control
This commit is contained in:
parent
c62aa93ae0
commit
c50304bbcd
5 changed files with 162 additions and 12 deletions
12
go.mod
Normal file
12
go.mod
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
module git.barakmich.com/barak/hue
|
||||
|
||||
go 1.17
|
||||
|
||||
require (
|
||||
github.com/amimof/huego v1.2.0
|
||||
github.com/andlabs/ui v0.0.0-20200610043537-70a69d6ae31e
|
||||
github.com/lucasb-eyer/go-colorful v1.2.0
|
||||
github.com/maruel/temperature v1.0.0
|
||||
)
|
||||
|
||||
require github.com/spf13/pflag v1.0.5 // indirect
|
||||
Loading…
Add table
Add a link
Reference in a new issue