diff options
| author | Jeff Carr <[email protected]> | 2024-01-27 14:22:24 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-27 14:22:24 -0600 |
| commit | 868968db32f62e8c2318989fe3ee219db28fa566 (patch) | |
| tree | 35d1168df4987486f79dcf53681b24e831c9f10d /go.mod | |
| parent | 8de0a3092e0f9004e5bb2ded0039f1297073a670 (diff) | |
new gui versionv0.13.18
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -5,9 +5,9 @@ go 1.21.4 require ( github.com/digitalocean/godo v1.108.0 go.wit.com/dev/alexflint/arg v1.4.5 - go.wit.com/gui v0.13.11 - go.wit.com/lib/gadgets v0.13.0 - go.wit.com/log v0.5.6 + go.wit.com/gui v0.13.18 + go.wit.com/lib/gadgets v0.13.18 + go.wit.com/log v0.13.18 golang.org/x/oauth2 v0.16.0 ) @@ -18,7 +18,7 @@ require ( github.com/hashicorp/go-retryablehttp v0.7.4 // 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.9 // indirect golang.org/x/net v0.20.0 // indirect golang.org/x/time v0.0.0-20220922220347-f3bd1da661af // indirect google.golang.org/appengine v1.6.7 // indirect |
