Notes added by 'git notes append'
This commit is contained in:
parent
40818144fd
commit
a0f32c4d0e
|
@ -1 +1,23 @@
|
|||
// `autogen:go.mod`
|
||||
|
||||
module go.wit.com/lib/gui/digitalocean
|
||||
|
||||
go 1.20
|
||||
|
||||
require (
|
||||
github.com/digitalocean/godo v1.131.1
|
||||
go.wit.com/dev/alexflint/arg v1.5.5
|
||||
go.wit.com/gui v0.22.13
|
||||
go.wit.com/lib/gadgets v0.22.5
|
||||
go.wit.com/log v0.22.9
|
||||
golang.org/x/oauth2 v0.24.0
|
||||
)
|
||||
|
||||
require (
|
||||
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.7 // indirect
|
||||
go.wit.com/dev/alexflint/scalar v1.2.4 // indirect
|
||||
go.wit.com/widget v1.1.27 // indirect
|
||||
golang.org/x/time v0.6.0 // indirect
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue