summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-01-18 01:33:07 -0600
committerJeff Carr <[email protected]>2024-01-18 01:33:07 -0600
commit0659d10509ab24936be08a515a851017e6280d7d (patch)
tree46d12360596807b6174354d4142143899475de5e /main.go
parentcbb54585e2cd7f48ed0eeb60cf7b14bde85bfaa5 (diff)
fix pathsv0.1.1
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'main.go')
-rw-r--r--main.go8
1 files changed, 4 insertions, 4 deletions
diff --git a/main.go b/main.go
index d342096..13d9680 100644
--- a/main.go
+++ b/main.go
@@ -1,10 +1,10 @@
package main
-import (
- "go.wit.com/log"
+import (
+ "go.wit.com/bug/debugger"
"go.wit.com/gui/gui"
- "go.wit.com/gui/debugger"
- "go.wit.com/gui/cloudflare"
+ "go.wit.com/lib/gui/cloudflare"
+ "go.wit.com/log"
)
var title string = "Cloudflare DNS Control Panel"