diff options
| author | Jeff Carr <[email protected]> | 2024-02-02 02:45:52 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-02-02 02:45:52 -0600 |
| commit | 60bb69e52426aae4268e3caf1d3342f995101752 (patch) | |
| tree | 118c5388550d41864ed763011492ab3bc8e2afb3 /go.mod | |
| parent | 1aacff60a13d82d7d5a317bdc13e0f1ed003b8ad (diff) | |
gocui dropdownv0.19.1
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 26 |
1 files changed, 26 insertions, 0 deletions
@@ -0,0 +1,26 @@ +module go.wit.com/lib/gui/digitalocean + +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.19.1 + go.wit.com/lib/gadgets v0.19.1 + go.wit.com/log v0.19.1 + golang.org/x/oauth2 v0.16.0 +) + +require ( + 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/scalar v1.2.1 // indirect + go.wit.com/dev/davecgh/spew v1.1.4 // indirect + go.wit.com/widget v1.1.14 // 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 +) |
