diff options
| author | Jeff Carr <[email protected]> | 2024-01-18 05:34:24 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-18 05:34:24 -0600 |
| commit | 104d1c9f87519b02d06ab71b7b6a961d9420dce0 (patch) | |
| tree | 54d9b0cff59e80344d63430d6ea76099c5863976 /go.mod | |
| parent | a8d95fef8d0879a3e3ecdac76ab4df4fee658fcf (diff) | |
fixed pathsv0.12.9
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/lib/gadgets go 1.21.4 require ( - go.wit.com/gui/gui v0.12.10 + go.wit.com/gui v0.12.16 go.wit.com/log v0.5.5 ) @@ -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/gui/widget v1.1.3 // indirect + go.wit.com/widget v1.1.5 // indirect ) |
