diff options
| author | Jeff Carr <[email protected]> | 2024-01-20 20:24:58 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-20 20:24:58 -0600 |
| commit | 15e9548cf50fad96ee938f134daca32d7b83b896 (patch) | |
| tree | 0663412f430517c55697325cea59c339c05c57bc /go.mod | |
| parent | c1b2c4a18200172f01cf9a0d02aa632f087224d5 (diff) | |
it's my memory so I can forgetv0.12.6
lots of general improvements
ready to fix gocui
working on log settings
fix the debugger
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -5,11 +5,11 @@ go 1.21.4 require ( github.com/sourcegraph/conc v0.3.0 go.wit.com/dev/alexflint/arg v1.4.5 - go.wit.com/gui v0.12.17 - go.wit.com/lib/gadgets v0.12.11 - go.wit.com/lib/gui/logsettings v0.10.1 - go.wit.com/log v0.5.5 - go.wit.com/widget v1.1.5 + go.wit.com/gui v0.12.19 + go.wit.com/lib/gadgets v0.12.14 + go.wit.com/lib/gui/logsettings v0.10.2 + go.wit.com/log v0.5.6 + go.wit.com/widget v1.1.6 ) require ( |
