summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-01-27 10:11:04 -0600
committerJeff Carr <[email protected]>2024-01-27 10:11:04 -0600
commit242186184025f3736d5288796bf5f7ab2667fdad (patch)
tree3d0ac384131a63e16dc655bae254ebccc92bb040 /go.mod
parent3b95194fdce534b36041d25a92e77ff6059f2785 (diff)
release automation testingv0.13.16
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 644d8c0..38efe6d 100644
--- a/go.mod
+++ b/go.mod
@@ -3,13 +3,13 @@ module go.wit.com/toolkits/debian
go 1.21.4
require (
- go.wit.com/gui v0.13.13
- go.wit.com/log v0.5.6
+ go.wit.com/gui v0.13.14
+ go.wit.com/log v0.13.0
)
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/widget v1.1.7 // indirect
+ go.wit.com/widget v1.1.8 // indirect
)