diff options
| author | Jeff Carr <[email protected]> | 2024-01-20 19:53:23 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-20 19:53:23 -0600 |
| commit | 57843518b20cbf544a96b885b619e83529602597 (patch) | |
| tree | 0712deb9602a8a5a184ad6b0d49dbee8b4699516 /go.mod | |
| parent | e21b61fa9690e547d47a71ad99bfd2af6eb8c58a (diff) | |
lots of cleanups for the gui and toolkit packagesv0.12.14
log flags gui again
fix panic()
SetVisible() false on create
update go mod
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -3,13 +3,13 @@ module go.wit.com/lib/gadgets go 1.21.4 require ( - go.wit.com/gui v0.12.18 - go.wit.com/log v0.5.5 + go.wit.com/gui v0.12.19 + go.wit.com/log v0.5.6 ) 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.5 // indirect + go.wit.com/widget v1.1.6 // indirect ) |
