diff options
| author | Jeff Carr <[email protected]> | 2024-01-14 15:20:39 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-14 15:20:39 -0600 |
| commit | bf1e08632bdca33b9a2d3ea20776cc60ba36e99c (patch) | |
| tree | ed5c1c919e097c4c1156c7b54ae1f8cded67f8df /go.mod | |
| parent | c070af1d9605fddb44d8028b1c9ec7a2786d8f1d (diff) | |
update go modv0.3.4
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 20 |
1 files changed, 11 insertions, 9 deletions
@@ -3,23 +3,25 @@ module go.wit.com/gui/digitalocean go 1.21.4 require ( - github.com/alexflint/go-arg v1.4.3 github.com/digitalocean/godo v1.107.0 - go.wit.com/gui/gadgets v0.1.3 - go.wit.com/gui/gui v0.10.3 - go.wit.com/log v0.4.2 - golang.org/x/oauth2 v0.15.0 + go.wit.com/arg v1.4.4 + go.wit.com/gui/gadgets v0.12.4 + go.wit.com/gui/gui v0.12.8 + go.wit.com/log v0.5.3 + golang.org/x/oauth2 v0.16.0 ) require ( - github.com/alexflint/go-scalar v1.1.0 // indirect + 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/gui/toolkits v0.4.1 // indirect - go.wit.com/spew v0.0.0-20240101141411-c7b8e91573c9 // indirect - golang.org/x/net v0.19.0 // 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.3 // indirect + go.wit.com/gui/widget v1.1.3 // 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 google.golang.org/protobuf v1.31.0 // indirect |
