summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-01-18 04:10:08 -0600
committerJeff Carr <[email protected]>2024-01-18 04:10:08 -0600
commitf25caa5b5c1ddf470b782344f25595e6f8bf76d0 (patch)
tree638f94c9bd21a4acd12140106154265f010c9464 /go.mod
parent3ac6b2486a7f17e96ea8d812437ed9bad8662260 (diff)
pathsv0.0.2
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod6
1 files changed, 3 insertions, 3 deletions
diff --git a/go.mod b/go.mod
index db7d13f..08cd7d9 100644
--- a/go.mod
+++ b/go.mod
@@ -1,11 +1,11 @@
-module go.wit.com/gui/toolkits/gocui
+module go.wit.com/toolkits/gocui
go 1.21.4
require (
github.com/awesome-gocui/gocui v1.1.0
- go.wit.com/gui/widget v1.1.3
- go.wit.com/log v0.5.4
+ go.wit.com/log v0.5.5
+ go.wit.com/widget v1.1.5
)
require (