diff options
| author | Jeff Carr <[email protected]> | 2024-01-27 11:14:55 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-27 11:14:55 -0600 |
| commit | 042d9e7d035d3f7feeb52ffa41e092b62dcf6888 (patch) | |
| tree | 618f4f781e9eeee1dc0b1e84ff885f61c9a424a0 /go.mod | |
| parent | 634b8ae1089b3366b2f88fb8e8955750078ad834 (diff) | |
more release automation testingv0.13.0
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 18 |
1 files changed, 9 insertions, 9 deletions
@@ -5,14 +5,14 @@ go 1.21.4 require ( github.com/miekg/dns v1.1.58 go.wit.com/dev/alexflint/arg v1.4.5 - go.wit.com/gui v0.13.11 - go.wit.com/lib/debugger v0.13.0 - go.wit.com/lib/gadgets v0.13.0 - go.wit.com/lib/gui/cloudflare v0.13.0 - go.wit.com/lib/gui/linuxstatus v0.13.9 - go.wit.com/lib/gui/logsettings v0.13.0 - go.wit.com/lib/gui/shell v0.13.0 - go.wit.com/log v0.5.6 + go.wit.com/gui v0.13.14 + go.wit.com/lib/debugger v0.13.16 + go.wit.com/lib/gadgets v0.13.16 + go.wit.com/lib/gui/cloudflare v0.13.16 + go.wit.com/lib/gui/linuxstatus v0.13.16 + go.wit.com/lib/gui/logsettings v0.13.16 + go.wit.com/lib/gui/shell v0.13.14 + go.wit.com/log v0.13.0 ) require ( @@ -25,7 +25,7 @@ require ( github.com/wercker/journalhook v0.0.0-20230927020745-64542ffa4117 // indirect go.wit.com/dev/alexflint/scalar v1.2.1 // indirect go.wit.com/dev/davecgh/spew v1.1.4 // indirect - go.wit.com/widget v1.1.6 // indirect + go.wit.com/widget v1.1.8 // indirect golang.org/x/crypto v0.18.0 // indirect golang.org/x/mod v0.14.0 // indirect golang.org/x/net v0.20.0 // indirect |
