diff options
| author | Jeff Carr <[email protected]> | 2024-01-15 19:39:19 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-15 19:39:19 -0600 |
| commit | 495a08eddaef290dd4a6f63a543cf31ef26522f5 (patch) | |
| tree | 49b6119e393b5f3f245a3fecaa05b260e40d097e /go.mod | |
| parent | db86b09070f2ffd69dda9354aff7c9383739a8e0 (diff) | |
start to clean out directoriesv0.12.4
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 33 |
1 files changed, 11 insertions, 22 deletions
@@ -3,31 +3,23 @@ module go.wit.com/apps/control-panel-dns go 1.21.4 require ( - github.com/Showmax/go-fqdn v1.0.0 github.com/alexflint/go-arg v1.4.3 - github.com/creack/pty v1.1.21 - github.com/golang/protobuf v1.5.3 - github.com/jsimonetti/rtnetlink v1.4.0 github.com/miekg/dns v1.1.57 - github.com/rs/dnstrace v1.4.1 - go.wit.com/gui v0.9.2 - go.wit.com/gui/cloudflare v0.12.1 - go.wit.com/gui/debugger v0.12.2 - go.wit.com/gui/gadgets v0.12.4 - go.wit.com/gui/gui v0.12.8 - go.wit.com/log v0.5.3 + go.wit.com/gui/debugger v0.12.3 + go.wit.com/gui/gadgets v0.12.5 + go.wit.com/gui/gui v0.12.9 + go.wit.com/gui/lib/cloudflare v0.12.2 + go.wit.com/gui/lib/linuxstatus v0.5.5 + go.wit.com/gui/lib/logsettings v0.0.1 + go.wit.com/log v0.5.4 go.wit.com/shell v0.2.3 - golang.org/x/term v0.16.0 ) require ( - github.com/alexflint/go-scalar v1.2.0 // indirect + github.com/Showmax/go-fqdn v1.0.0 // indirect + github.com/alexflint/go-scalar v1.1.0 // indirect github.com/coreos/go-systemd v0.0.0-20191104093116-d3cd4ed1dbcf // indirect - github.com/google/go-cmp v0.6.0 // indirect - github.com/josharian/native v1.1.0 // indirect github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect - github.com/mdlayher/netlink v1.7.2 // indirect - github.com/mdlayher/socket v0.4.1 // indirect github.com/sirupsen/logrus v1.9.3 // indirect github.com/sourcegraph/conc v0.3.0 // indirect github.com/svent/go-nbreader v0.0.0-20150201200112-7cef48da76dc // indirect @@ -35,16 +27,13 @@ require ( github.com/wercker/journalhook v0.0.0-20230927020745-64542ffa4117 // indirect go.uber.org/atomic v1.7.0 // indirect go.uber.org/multierr v1.9.0 // indirect - go.wit.com/arg v1.4.4 // indirect go.wit.com/dev/alexflint/arg v1.4.5 // indirect go.wit.com/dev/alexflint/scalar v1.2.1 // indirect - go.wit.com/dev/davecgh/spew v1.1.3 // indirect + go.wit.com/dev/davecgh/spew v1.1.4 // indirect go.wit.com/gui/widget v1.1.3 // indirect golang.org/x/crypto v0.17.0 // indirect golang.org/x/mod v0.12.0 // indirect golang.org/x/net v0.17.0 // indirect - golang.org/x/sync v0.4.0 // indirect - golang.org/x/sys v0.16.0 // indirect + golang.org/x/sys v0.15.0 // indirect golang.org/x/tools v0.13.0 // indirect - google.golang.org/protobuf v1.26.0 // indirect ) |
