summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-01-23 11:22:33 -0600
committerJeff Carr <[email protected]>2024-01-23 11:22:33 -0600
commitc408a7cca557f8e8933484cff20934564ec70d17 (patch)
treec6d02efe74f4dbe2b080189bf6d9ba44f1eefdf0 /go.mod
parentb4f1bf383600dd96491b13deb13fbed9e6be4cad (diff)
working towards global branch settings
repostatus improvements common branch handling scan all repos code cleanups check dirty before global delete go mod using a quieter gui smarter scripting 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 0317457..48d4141 100644
--- a/go.mod
+++ b/go.mod
@@ -3,9 +3,9 @@ module go.wit.com/apps/autotypist
go 1.21.4
require (
- go.wit.com/gui v0.12.19
+ go.wit.com/gui v0.12.20
go.wit.com/lib/debugger v0.12.7
- go.wit.com/lib/gadgets v0.12.15
+ go.wit.com/lib/gadgets v0.12.16
go.wit.com/lib/gui/logsettings v0.10.2
go.wit.com/lib/gui/repostatus v0.12.20
go.wit.com/log v0.5.6