From a0baba0821441d9cf38f0b33fe12fb96925c6236 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Wed, 17 Jan 2024 23:39:03 -0600 Subject: new paths Signed-off-by: Jeff Carr --- nocui/action.go | 2 +- nocui/main.go | 2 +- nocui/stdin.go | 2 +- nocui/structs.go | 2 +- nocui/tree.go | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) (limited to 'nocui') 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 -- cgit v1.2.3