Notes added by 'git notes append'
This commit is contained in:
parent
79a925d3a4
commit
38af1d3442
|
@ -1 +1,34 @@
|
|||
// `autogen:go.mod`
|
||||
|
||||
module go.wit.com/apps/control-panel-dns
|
||||
|
||||
go 1.22
|
||||
|
||||
toolchain go1.23.6
|
||||
|
||||
require (
|
||||
github.com/miekg/dns v1.1.63
|
||||
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/gadgets v0.22.9
|
||||
go.wit.com/lib/gui/cloudflare v0.22.10
|
||||
go.wit.com/lib/gui/linuxstatus v0.22.13
|
||||
go.wit.com/lib/gui/logsettings v0.22.9
|
||||
go.wit.com/lib/gui/shell v0.22.26
|
||||
go.wit.com/log v0.22.16
|
||||
)
|
||||
|
||||
require (
|
||||
github.com/Showmax/go-fqdn v1.0.0 // indirect
|
||||
github.com/go-cmd/cmd v1.4.3 // indirect
|
||||
go.wit.com/dev/alexflint/scalar v1.2.4 // indirect
|
||||
go.wit.com/lib/protobuf/guipb v0.0.2 // indirect
|
||||
go.wit.com/widget v1.1.29 // indirect
|
||||
golang.org/x/mod v0.18.0 // indirect
|
||||
golang.org/x/net v0.31.0 // indirect
|
||||
golang.org/x/sync v0.7.0 // indirect
|
||||
golang.org/x/sys v0.27.0 // indirect
|
||||
golang.org/x/tools v0.22.0 // indirect
|
||||
google.golang.org/protobuf v1.36.5 // indirect
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue