From 50ac21e86a8cacc0407a7f39ec6da5d8f9ed123d Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sat, 8 Feb 2025 19:41:11 -0600 Subject: [PATCH] Notes added by 'git notes append' --- 9c6a232bb6c9746678e58d69b2592a52fd118835 | 31 ++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/9c6a232bb6c9746678e58d69b2592a52fd118835 b/9c6a232bb6c9746678e58d69b2592a52fd118835 index ad5b49c..04022e1 100644 --- a/9c6a232bb6c9746678e58d69b2592a52fd118835 +++ b/9c6a232bb6c9746678e58d69b2592a52fd118835 @@ -1 +1,32 @@ // `autogen:go.mod` + +module go.wit.com/apps/control-panel-dns + +go 1.22 + +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.24 + go.wit.com/lib/debugger v0.22.7 + go.wit.com/lib/gadgets v0.22.7 + go.wit.com/lib/gui/cloudflare v0.22.8 + go.wit.com/lib/gui/linuxstatus v0.22.10 + go.wit.com/lib/gui/logsettings v0.22.7 + go.wit.com/lib/gui/shell v0.22.24 + go.wit.com/log v0.22.11 +) + +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.28 // 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 +)