summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod10
1 files changed, 5 insertions, 5 deletions
diff --git a/go.mod b/go.mod
index c86b10c..f77615b 100644
--- a/go.mod
+++ b/go.mod
@@ -1,16 +1,16 @@
-module go.wit.com/gui/lib/cloudflare
+module go.wit.com/lib/gui/cloudflare
go 1.21.4
require (
- go.wit.com/gui/gadgets v0.12.5
- go.wit.com/gui/gui v0.12.9
- go.wit.com/log v0.5.4
+ go.wit.com/gui v0.12.19
+ go.wit.com/lib/gadgets v0.12.14
+ go.wit.com/log v0.5.6
)
require (
go.wit.com/dev/alexflint/arg v1.4.5 // indirect
go.wit.com/dev/alexflint/scalar v1.2.1 // indirect
go.wit.com/dev/davecgh/spew v1.1.4 // indirect
- go.wit.com/gui/widget v1.1.3 // indirect
+ go.wit.com/widget v1.1.6 // indirect
)