summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-01-25 02:34:18 -0600
committerJeff Carr <[email protected]>2024-01-25 02:34:18 -0600
commitbf830c01f919abfe788ff601a79c365e289e3a73 (patch)
tree123c9bb746083b64c8d1470cd76c38e162b87501 /main.go
parent9b3d52e7e59cfa973d7cd95389948f2e062e2944 (diff)
new gui versionv0.13.0
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'main.go')
-rw-r--r--main.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/main.go b/main.go
index d34f0ce..ea6638b 100644
--- a/main.go
+++ b/main.go
@@ -5,9 +5,9 @@ import (
"time"
"go.wit.com/log"
- "go.wit.com/gui/gui"
- "go.wit.com/gui/debugger"
- "go.wit.com/gui/digitalocean"
+ "go.wit.com/gui"
+ "go.wit.com/lib/debugger"
+ "go.wit.com/lib/gui/digitalocean"
)
var title string = "Cloud App"