summaryrefslogtreecommitdiff
path: root/nocui
diff options
context:
space:
mode:
Diffstat (limited to 'nocui')
-rw-r--r--nocui/action.go2
-rw-r--r--nocui/main.go2
-rw-r--r--nocui/stdin.go2
-rw-r--r--nocui/structs.go2
-rw-r--r--nocui/tree.go2
5 files changed, 5 insertions, 5 deletions
diff --git a/nocui/action.go b/nocui/action.go
index cf258c1..ea1a6fa 100644
--- a/nocui/action.go
+++ b/nocui/action.go
@@ -8,7 +8,7 @@ package main
import (
"go.wit.com/log"
- "go.wit.com/gui/widget"
+ "go.wit.com/lib/widget"
// "go.wit.com/gui/toolkits/tree"
)
diff --git a/nocui/main.go b/nocui/main.go
index ebf3fae..4b2b53b 100644
--- a/nocui/main.go
+++ b/nocui/main.go
@@ -9,7 +9,7 @@ package main
import (
"go.wit.com/log"
- "go.wit.com/gui/toolkits/tree"
+ "go.wit.com/toolkits/tree"
)
func init() {
diff --git a/nocui/stdin.go b/nocui/stdin.go
index f003ee4..9b9f794 100644
--- a/nocui/stdin.go
+++ b/nocui/stdin.go
@@ -9,7 +9,7 @@ import (
"strconv"
"go.wit.com/log"
- "go.wit.com/gui/widget"
+ "go.wit.com/lib/widget"
)
func simpleStdin() {
diff --git a/nocui/structs.go b/nocui/structs.go
index c8a7cb4..8d01ef0 100644
--- a/nocui/structs.go
+++ b/nocui/structs.go
@@ -1,7 +1,7 @@
package main
import (
- "go.wit.com/gui/toolkits/tree"
+ "go.wit.com/toolkits/tree"
)
// stores the raw toolkit internals
diff --git a/nocui/tree.go b/nocui/tree.go
index 784e923..6ba353e 100644
--- a/nocui/tree.go
+++ b/nocui/tree.go
@@ -5,7 +5,7 @@ package main
*/
import (
- "go.wit.com/gui/widget"
+ "go.wit.com/lib/widget"
)
// Other goroutines must use this to access the GUI