diff options
| author | Jeff Carr <[email protected]> | 2023-12-20 14:15:00 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2023-12-20 14:15:00 -0600 |
| commit | 9f7da73c67e391e1797479f99a0578bde0fe2c0e (patch) | |
| tree | e635091058c4fd6da949e6ccbd1291fa3c929cb3 /toolkit/nocui | |
| parent | 85b9a036c289fe840e69e1852866f429b87cf63e (diff) | |
move to go.wit.com/guiv0.9.0
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'toolkit/nocui')
| -rw-r--r-- | toolkit/nocui/action.go | 2 | ||||
| -rw-r--r-- | toolkit/nocui/common.go | 2 | ||||
| -rw-r--r-- | toolkit/nocui/event.go | 2 | ||||
| -rw-r--r-- | toolkit/nocui/log.go | 2 | ||||
| -rw-r--r-- | toolkit/nocui/main.go | 2 | ||||
| -rw-r--r-- | toolkit/nocui/stdin.go | 2 | ||||
| -rw-r--r-- | toolkit/nocui/structs.go | 2 | ||||
| -rw-r--r-- | toolkit/nocui/widget.go | 2 |
8 files changed, 8 insertions, 8 deletions
diff --git a/toolkit/nocui/action.go b/toolkit/nocui/action.go index 2e5f20b..0455cdb 100644 --- a/toolkit/nocui/action.go +++ b/toolkit/nocui/action.go @@ -1,7 +1,7 @@ package main import ( - "git.wit.org/wit/gui/toolkit" + "go.wit.com/gui/toolkit" ) func (n *node) show(b bool) { diff --git a/toolkit/nocui/common.go b/toolkit/nocui/common.go index 786bf39..5817432 100644 --- a/toolkit/nocui/common.go +++ b/toolkit/nocui/common.go @@ -12,7 +12,7 @@ package main */ import ( - "git.wit.org/wit/gui/toolkit" + "go.wit.com/gui/toolkit" ) // this is the channel we send user events like diff --git a/toolkit/nocui/event.go b/toolkit/nocui/event.go index 1075266..fca1d01 100644 --- a/toolkit/nocui/event.go +++ b/toolkit/nocui/event.go @@ -1,7 +1,7 @@ package main import ( - "git.wit.org/wit/gui/toolkit" + "go.wit.com/gui/toolkit" ) func (n *node) doWidgetClick() { diff --git a/toolkit/nocui/log.go b/toolkit/nocui/log.go index 306feed..193a5a2 100644 --- a/toolkit/nocui/log.go +++ b/toolkit/nocui/log.go @@ -1,7 +1,7 @@ package main import ( - witlog "git.wit.org/wit/gui/log" + witlog "go.wit.com/gui/log" ) // various debugging flags diff --git a/toolkit/nocui/main.go b/toolkit/nocui/main.go index 942a195..22cf7da 100644 --- a/toolkit/nocui/main.go +++ b/toolkit/nocui/main.go @@ -2,7 +2,7 @@ package main import ( "sync" - "git.wit.org/wit/gui/toolkit" + "go.wit.com/gui/toolkit" ) var muAction sync.Mutex diff --git a/toolkit/nocui/stdin.go b/toolkit/nocui/stdin.go index 0738d00..98285c0 100644 --- a/toolkit/nocui/stdin.go +++ b/toolkit/nocui/stdin.go @@ -7,7 +7,7 @@ import ( "strings" "strconv" - "git.wit.org/wit/gui/toolkit" + "go.wit.com/gui/toolkit" ) func simpleStdin() { diff --git a/toolkit/nocui/structs.go b/toolkit/nocui/structs.go index 90c2c1e..387ac51 100644 --- a/toolkit/nocui/structs.go +++ b/toolkit/nocui/structs.go @@ -1,6 +1,6 @@ package main -// import "git.wit.org/wit/gui/toolkit" +// import "go.wit.com/gui/toolkit" // stores the raw toolkit internals type guiWidget struct { diff --git a/toolkit/nocui/widget.go b/toolkit/nocui/widget.go index 9155530..71629af 100644 --- a/toolkit/nocui/widget.go +++ b/toolkit/nocui/widget.go @@ -1,7 +1,7 @@ package main import ( - "git.wit.org/wit/gui/toolkit" + "go.wit.com/gui/toolkit" ) // this is specific to the nocui toolkit |
