summaryrefslogtreecommitdiff
path: root/nocui/go.mod
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-01-08 20:52:10 -0600
committerJeff Carr <[email protected]>2024-01-08 20:52:10 -0600
commit3c2da3f096a5e8aeaa657deb2dc047cc23118c99 (patch)
tree9be876900a02aebed4540f5453759ea1f1d5c7ce /nocui/go.mod
parent2a9724d7a89733db8c41571a8b5d9d0e1f0d76b3 (diff)
use "go.wit.com/log"
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'nocui/go.mod')
-rw-r--r--nocui/go.mod10
1 files changed, 10 insertions, 0 deletions
diff --git a/nocui/go.mod b/nocui/go.mod
new file mode 100644
index 0000000..0e2f341
--- /dev/null
+++ b/nocui/go.mod
@@ -0,0 +1,10 @@
+module go.wit.com/gui/toolkits/nocui
+
+go 1.21.4
+
+require (
+ go.wit.com/gui/widget v0.0.0-20240105185907-84aafa536a93
+ go.wit.com/log v0.4.2
+)
+
+require go.wit.com/spew v0.0.0-20240101141411-c7b8e91573c9 // indirect