diff options
| author | Jeff Carr <[email protected]> | 2024-01-20 20:47:40 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-20 20:47:40 -0600 |
| commit | 8a07a26f2a1fbdd2d0025679163560634b73bbdd (patch) | |
| tree | 0654acbdb8a424a45ad786be7d5e959387b34995 /go.mod | |
| parent | 530fbcc1298bd65329bdb5d2d8f84aef8122f30f (diff) | |
go mod toward auto rebuildv0.0.6
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |
