Move client library to separate repo

git.kill0.net/chill9/lifx-go
This commit is contained in:
2021-02-14 19:02:26 -06:00
parent 761e38fd8e
commit cf8b34fe01
15 changed files with 11 additions and 830 deletions

1
go.mod
View File

@ -3,6 +3,7 @@ module git.kill0.net/chill9/lume
go 1.15
require (
git.kill0.net/chill9/lifx-go v0.0.0-20210215004437-f86c28b0a5ef
github.com/BurntSushi/toml v0.3.1
golang.org/x/sys v0.0.0-20210110051926-789bb1bd4061
)