diff --git a/cmd/command.go b/cmd/command.go index 5ba65d8..8c90a8a 100644 --- a/cmd/command.go +++ b/cmd/command.go @@ -5,7 +5,7 @@ import ( "fmt" "strconv" - "git.kill0.net/chill9/lume" + lifx "git.kill0.net/chill9/lume" ) type Config struct { diff --git a/cmd/setcolor.go b/cmd/setcolor.go index 96d5800..374c899 100644 --- a/cmd/setcolor.go +++ b/cmd/setcolor.go @@ -4,7 +4,7 @@ import ( "flag" "fmt" - "git.kill0.net/chill9/lume" + lifx "git.kill0.net/chill9/lume" ) func init() { diff --git a/cmd/setstate.go b/cmd/setstate.go index 7be8389..d65ea0c 100644 --- a/cmd/setstate.go +++ b/cmd/setstate.go @@ -3,7 +3,7 @@ package lumecmd import ( "flag" - "git.kill0.net/chill9/lume" + lifx "git.kill0.net/chill9/lume" ) func init() { diff --git a/cmd/setwhite.go b/cmd/setwhite.go index df6cc2e..c10d267 100644 --- a/cmd/setwhite.go +++ b/cmd/setwhite.go @@ -3,7 +3,7 @@ package lumecmd import ( "flag" - "git.kill0.net/chill9/lume" + lifx "git.kill0.net/chill9/lume" ) func init() {