diff options
| author | Jeff Carr <[email protected]> | 2024-01-14 13:22:44 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-14 13:22:44 -0600 |
| commit | 7a2860d04dfc66309fe9d4c9bb6915a8a3ff2a58 (patch) | |
| tree | 8da7e46358024c7ea6b0058ce3d47e9c5fcd277e /go.mod | |
| parent | d9115cc29adeac39159587bf72b16e9349154997 (diff) | |
more go mod testingv0.12.3
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -3,13 +3,13 @@ module go.wit.com/gui/gadgets go 1.21.4 require ( - go.wit.com/gui/gui v0.10.3 - go.wit.com/log v0.4.2 + go.wit.com/gui/gui v0.12.6 + go.wit.com/log v0.5.3 ) require ( - github.com/alexflint/go-arg v1.4.3 // indirect - github.com/alexflint/go-scalar v1.1.0 // indirect - go.wit.com/gui/toolkits v0.4.1 // indirect - go.wit.com/spew v0.0.0-20240101141411-c7b8e91573c9 // indirect + github.com/alexflint/go-scalar v1.2.0 // indirect + go.wit.com/dev/alexflint/go-arg v1.4.6 // indirect + go.wit.com/dev/davecgh/spew v1.1.3 // indirect + go.wit.com/gui/widget v0.0.0-20240105185907-84aafa536a93 // indirect ) |
