diff options
| author | Jeff Carr <[email protected]> | 2024-01-18 05:01:54 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-18 05:01:54 -0600 |
| commit | 623b35629bb3617d0f541729646007159f8ae56a (patch) | |
| tree | 95e870c4268ffce17a8429b9a2fbf58addf3f931 /go.mod | |
| parent | ff3a51f3544a255b2b2bcd489e7ef71a12e7196a (diff) | |
new pathsv0.12.10
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -1,16 +1,18 @@ -module go.wit.com/gui/lib/repostatus +module go.wit.com/lib/gui/repostatus go 1.21.4 require ( - go.wit.com/gui/gadgets v0.12.5 - go.wit.com/gui/gui v0.12.10 + go.wit.com/gui v0.9.24 + go.wit.com/lib/gadgets v0.12.7 go.wit.com/log v0.5.5 + go.wit.com/widget v1.1.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/gui v0.12.10 // indirect go.wit.com/gui/widget v1.1.3 // indirect ) |
