summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-01-24 22:26:52 -0600
committerJeff Carr <[email protected]>2024-01-24 22:26:52 -0600
commit816c90a5ac8e7d7fe74455ed0f03362de69b5f84 (patch)
tree60725ca34b56592b5e8194a1905efe40dbef2389 /go.mod
parent2143a68409a66d045171488e5070fa22f668ffaf (diff)
new gui versionv0.13.0
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod4
1 files changed, 2 insertions, 2 deletions
diff --git a/go.mod b/go.mod
index db8e471..17a1854 100644
--- a/go.mod
+++ b/go.mod
@@ -3,8 +3,8 @@ module go.wit.com/lib/gui/cloudflare
go 1.21.4
require (
- go.wit.com/gui v0.12.19
- go.wit.com/lib/gadgets v0.12.15
+ go.wit.com/gui v0.13.11
+ go.wit.com/lib/gadgets v0.13.0
go.wit.com/log v0.5.6
)