mirror of
https://github.com/gosticks/go-hue-interface.git
synced 2025-10-16 11:45:35 +00:00
9 lines
124 B
Modula-2
9 lines
124 B
Modula-2
module github.com/gosticks/go-hue-interface
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/sergi/go-diff v1.1.0
|
|
gopkg.in/yaml.v2 v2.3.0
|
|
)
|