summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-01-20 20:47:40 -0600
committerJeff Carr <[email protected]>2024-01-20 20:47:40 -0600
commit8a07a26f2a1fbdd2d0025679163560634b73bbdd (patch)
tree0654acbdb8a424a45ad786be7d5e959387b34995 /go.mod
parent530fbcc1298bd65329bdb5d2d8f84aef8122f30f (diff)
go mod toward auto rebuildv0.0.6
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 e563fdf..1658087 100644
--- a/go.mod
+++ b/go.mod
@@ -3,8 +3,8 @@ module go.wit.com/toolkits/tree
go 1.21.4
require (
- go.wit.com/log v0.5.5
- go.wit.com/widget v1.1.5
+ go.wit.com/log v0.5.6
+ go.wit.com/widget v1.1.6
)
require go.wit.com/dev/davecgh/spew v1.1.4 // indirect