Notes added by 'git notes append'
This commit is contained in:
parent
00b16d5bf2
commit
a44ee0f608
|
@ -1 +1,30 @@
|
|||
// `autogen:go.mod`
|
||||
|
||||
module go.wit.com/apps/control-panel-droplet
|
||||
|
||||
go 1.22
|
||||
|
||||
toolchain go1.23.6
|
||||
|
||||
require (
|
||||
go.wit.com/dev/alexflint/arg v1.5.5
|
||||
go.wit.com/gui v0.22.26
|
||||
go.wit.com/lib/debugger v0.22.9
|
||||
go.wit.com/lib/gui/digitalocean v0.21.9
|
||||
go.wit.com/log v0.22.16
|
||||
)
|
||||
|
||||
require (
|
||||
github.com/digitalocean/godo v1.137.0 // 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.7 // indirect
|
||||
go.wit.com/dev/alexflint/scalar v1.2.4 // indirect
|
||||
go.wit.com/lib/gadgets v0.22.9 // indirect
|
||||
go.wit.com/lib/gui/logsettings v0.22.9 // indirect
|
||||
go.wit.com/lib/protobuf/guipb v0.0.2 // indirect
|
||||
go.wit.com/widget v1.1.29 // indirect
|
||||
golang.org/x/oauth2 v0.26.0 // indirect
|
||||
golang.org/x/time v0.6.0 // indirect
|
||||
google.golang.org/protobuf v1.36.5 // indirect
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue