aboutsummaryrefslogtreecommitdiff
path: root/cmd
diff options
context:
space:
mode:
authorEthel Morgan <eth@ethulhu.co.uk>2020-06-23 16:45:00 +0100
committerEthel Morgan <eth@ethulhu.co.uk>2020-06-23 16:45:00 +0100
commitaa3450cf30be88ddd221911a44a85c2d1e96e7dd (patch)
treed1aadd4d9c40da4bbdfeab4243ef683a62e890dd /cmd
parent54d24cbc56c012f30de902c2746899ffbf9154eb (diff)
use the library versions of catbus & logger
Diffstat (limited to 'cmd')
-rw-r--r--cmd/catbus-actuator-wakeonlan/main.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/cmd/catbus-actuator-wakeonlan/main.go b/cmd/catbus-actuator-wakeonlan/main.go
index 2649206..af826ad 100644
--- a/cmd/catbus-actuator-wakeonlan/main.go
+++ b/cmd/catbus-actuator-wakeonlan/main.go
@@ -9,10 +9,10 @@ import (
"flag"
"log"
- "go.eth.moe/catbus-wakeonlan/catbus"
+ "go.eth.moe/catbus"
"go.eth.moe/catbus-wakeonlan/config"
- "go.eth.moe/catbus-wakeonlan/logger"
"go.eth.moe/catbus-wakeonlan/wakeonlan"
+ "go.eth.moe/logger"
)
var (