diff options
| author | Jeff Carr <[email protected]> | 2024-01-24 22:55:34 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-24 22:55:34 -0600 |
| commit | 8de0a3092e0f9004e5bb2ded0039f1297073a670 (patch) | |
| tree | c3bbb2e7107380f7d8e66558d00f9ba5a23e5102 /go.mod | |
| parent | 1c2dfda279cd69493f40fa5780b9ecad6eb55cb9 (diff) | |
new guiv0.13.0
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 14 |
1 files changed, 6 insertions, 8 deletions
@@ -1,26 +1,24 @@ -module go.wit.com/gui/lib/digitalocean +module go.wit.com/lib/gui/digitalocean go 1.21.4 require ( github.com/digitalocean/godo v1.108.0 - go.wit.com/arg v1.4.4 - go.wit.com/gui/gadgets v0.12.5 - go.wit.com/gui/gui v0.12.10 - go.wit.com/log v0.5.5 + 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 golang.org/x/oauth2 v0.16.0 ) require ( - github.com/alexflint/go-scalar v1.2.0 // indirect github.com/golang/protobuf v1.5.3 // indirect github.com/google/go-querystring v1.1.0 // indirect github.com/hashicorp/go-cleanhttp v0.5.2 // indirect github.com/hashicorp/go-retryablehttp v0.7.4 // indirect - go.wit.com/dev/alexflint/arg v1.4.5 // indirect go.wit.com/dev/alexflint/scalar v1.2.1 // indirect go.wit.com/dev/davecgh/spew v1.1.4 // indirect - go.wit.com/gui/widget v1.1.3 // indirect + go.wit.com/widget v1.1.6 // 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 |
