summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-01-20 21:18:03 -0600
committerJeff Carr <[email protected]>2024-01-20 21:18:03 -0600
commit7a05ee53abcc5585a727f541a7d685121b7f8145 (patch)
tree6ce2bb006c323a7bc73f25485b4f1b2d8c9c3031 /go.mod
parente3cc044efc879682911c8f62f77d07ca7c49b7e9 (diff)
changes for the autotypistv0.12.17
go mod automation testing read tags Signed-off-by: Jeff Carr <[email protected]> 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 a39dcfd..8b96538 100644
--- a/go.mod
+++ b/go.mod
@@ -3,9 +3,9 @@ module go.wit.com/lib/gui/repostatus
go 1.21.4
require (
- go.wit.com/gui v0.12.18
- go.wit.com/lib/gadgets v0.12.12
- go.wit.com/log v0.5.5
+ go.wit.com/gui v0.12.19
+ go.wit.com/lib/gadgets v0.12.14
+ go.wit.com/log v0.5.6
go.wit.com/widget v1.1.6
)