Notes added by 'git notes append'
This commit is contained in:
parent
684fbc9636
commit
842a205e20
|
@ -1 +1,32 @@
|
|||
// `autogen:go.mod`
|
||||
|
||||
module go.wit.com/apps/control-panel-dns
|
||||
|
||||
go 1.21
|
||||
|
||||
toolchain go1.23.4
|
||||
|
||||
require (
|
||||
github.com/miekg/dns v1.1.63
|
||||
go.wit.com/dev/alexflint/arg v1.5.5
|
||||
go.wit.com/gui v0.22.23
|
||||
go.wit.com/lib/debugger v0.22.6
|
||||
go.wit.com/lib/gadgets v0.22.6
|
||||
go.wit.com/lib/gui/cloudflare v0.22.7
|
||||
go.wit.com/lib/gui/linuxstatus v0.22.9
|
||||
go.wit.com/lib/gui/logsettings v0.22.6
|
||||
go.wit.com/lib/gui/shell v0.22.23
|
||||
go.wit.com/log v0.22.10
|
||||
)
|
||||
|
||||
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/widget v1.1.27 // 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
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue