diff options
| author | Jeff Carr <[email protected]> | 2024-01-18 22:36:35 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-18 22:36:35 -0600 |
| commit | c1b2c4a18200172f01cf9a0d02aa632f087224d5 (patch) | |
| tree | 6e6f7e81cd5175056d4d93096f23d451551b58a5 /go.mod | |
| parent | f3d6daa29eccbaeb7b9b1709b4ddffe010c00bd0 (diff) | |
update pathsv0.12.5
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
@@ -1,15 +1,15 @@ -module go.wit.com/gui/debugger +module go.wit.com/lib/debugger 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/gadgets v0.12.6 - go.wit.com/gui/gui v0.12.10 - go.wit.com/gui/lib/logsettings v0.0.1 - go.wit.com/gui/widget v1.1.4 + 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 ) require ( |
