summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-01-21 03:22:51 -0600
committerJeff Carr <[email protected]>2024-01-21 03:22:51 -0600
commitb4f1bf383600dd96491b13deb13fbed9e6be4cad (patch)
tree53fbd6f68bec3d616dd1342d7f4ddf78e54c1313 /go.mod
parent2524852611cd70d4f451957fa54a05278157185a (diff)
working on a repostatus window map[]
almost perfect autobuild enable auto run used this app to update all the other guis 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 c430646..0317457 100644
--- a/go.mod
+++ b/go.mod
@@ -5,9 +5,9 @@ go 1.21.4
require (
go.wit.com/gui v0.12.19
go.wit.com/lib/debugger v0.12.7
- go.wit.com/lib/gadgets v0.12.14
+ go.wit.com/lib/gadgets v0.12.15
go.wit.com/lib/gui/logsettings v0.10.2
- go.wit.com/lib/gui/repostatus v0.12.18
+ go.wit.com/lib/gui/repostatus v0.12.20
go.wit.com/log v0.5.6
)