diff options
| author | Jeff Carr <[email protected]> | 2024-01-27 13:27:44 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-27 13:27:44 -0600 |
| commit | ffcb93f175769e5605c623721292b1fec9c97e1f (patch) | |
| tree | 2a2ea929fc0998fb32f94b92bcc5734965095913 /go.mod | |
| parent | 042d9e7d035d3f7feeb52ffa41e092b62dcf6888 (diff) | |
release automationv0.13.18
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.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 + go.wit.com/gui v0.13.18 + go.wit.com/lib/debugger v0.13.18 + go.wit.com/lib/gadgets v0.13.18 + go.wit.com/lib/gui/cloudflare v0.13.18 + go.wit.com/lib/gui/linuxstatus v0.13.18 + go.wit.com/lib/gui/logsettings v0.13.18 + go.wit.com/lib/gui/shell v0.13.18 + go.wit.com/log v0.13.18 ) 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.8 // indirect + go.wit.com/widget v1.1.9 // 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 |
