diff options
| author | Jeff Carr <[email protected]> | 2024-01-17 23:39:03 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-17 23:39:03 -0600 |
| commit | a0baba0821441d9cf38f0b33fe12fb96925c6236 (patch) | |
| tree | 2aece2a890c66c36b08524e117753817078ee58c /nocui | |
| parent | bee272651ad38453aef27f098513f7be652c39bf (diff) | |
new paths
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'nocui')
| -rw-r--r-- | nocui/action.go | 2 | ||||
| -rw-r--r-- | nocui/main.go | 2 | ||||
| -rw-r--r-- | nocui/stdin.go | 2 | ||||
| -rw-r--r-- | nocui/structs.go | 2 | ||||
| -rw-r--r-- | nocui/tree.go | 2 |
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 |
