summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-01-15 17:22:51 -0600
committerJeff Carr <[email protected]>2024-01-15 17:22:51 -0600
commitdb86b09070f2ffd69dda9354aff7c9383739a8e0 (patch)
tree276c44f3d8d4f9673850c273d402375cac2d3d8e /main.go
parent0fcbdca8965cf97c0261b79a6e04e71b729f66b3 (diff)
move linuxstatus into separate repov0.12.3
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'main.go')
-rw-r--r--main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.go b/main.go
index 5c6ea31..0e2a126 100644
--- a/main.go
+++ b/main.go
@@ -14,7 +14,7 @@ import (
"go.wit.com/gui/gui"
"go.wit.com/gui/debugger"
- "go.wit.com/apps/control-panel-dns/linuxstatus"
+ "go.wit.com/gui/lib/linuxstatus"
"github.com/miekg/dns"
)