27 lines
829 B
Modula-2
27 lines
829 B
Modula-2
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
|
|
)
|
|
|
|
require (
|
|
github.com/alexflint/go-scalar v1.1.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
|
|
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
|
|
)
|