summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-01-20 16:13:54 -0600
committerJeff Carr <[email protected]>2024-01-20 16:13:54 -0600
commit826ff283984e310a27401514b2db10b66e49e87c (patch)
tree810f8a25da5073dfb6b678eb5551cd766eaea938 /go.mod
parent0c3ed55c33f1ce18c8d1797ade708b143589a8dc (diff)
add debugging window
this app is used to debug the gui and toolkit packages 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 2488569..c3a54ec 100644
--- a/go.mod
+++ b/go.mod
@@ -1,10 +1,10 @@
-module go.wit.com/apps/basicwindow
+module go.wit.com/apps/gadgetwindow
go 1.21.4
require (
- go.wit.com/gui v0.12.17
- go.wit.com/lib/gadgets v0.12.11
+ go.wit.com/gui v0.12.18
+ go.wit.com/lib/gadgets v0.12.13
go.wit.com/log v0.5.5
)