diff options
| author | Jeff Carr <[email protected]> | 2024-01-28 22:34:31 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-28 22:34:31 -0600 |
| commit | 27028d2f40298fdde069f4e7e03218f8ecdd9dfe (patch) | |
| tree | 4a7d3dc98a86719c54c624186ed03a66c1c78fcd /go.mod | |
| parent | 7d43cd2d31acbff18098e97148681048a76e549a (diff) | |
new releasev0.14.0
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,7 +3,7 @@ module go.wit.com/apps/helloworld go 1.21.4 require ( - go.wit.com/gui v0.13.18 + go.wit.com/gui v0.14.0 go.wit.com/log v0.13.18 ) @@ -11,5 +11,5 @@ 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.9 // indirect + go.wit.com/widget v1.1.10 // indirect ) |
