diff options
| author | Jeff Carr <[email protected]> | 2024-01-24 22:15:57 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-24 22:15:57 -0600 |
| commit | ef588e8e22d59150907654026558b03753af864c (patch) | |
| tree | e3621e04298b05b6ef18102b43e7c131bafa2637 /go.mod | |
| parent | 99f53dd97bfcd24f7dfc570d929faf92d01b16e3 (diff) | |
absolutely never directoriesv0.13.9
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 18 |
1 files changed, 0 insertions, 18 deletions
@@ -4,32 +4,14 @@ go 1.21.4 require ( github.com/Showmax/go-fqdn v1.0.0 - github.com/creack/pty v1.1.21 - github.com/jsimonetti/rtnetlink v1.4.0 go.wit.com/gui v0.13.11 go.wit.com/lib/gadgets v0.13.0 go.wit.com/log v0.5.6 - go.wit.com/shell v0.2.3 - golang.org/x/term v0.16.0 ) require ( - 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/svent/go-nbreader v0.0.0-20150201200112-7cef48da76dc // indirect - github.com/tmc/scp v0.0.0-20170824174625-f7b48647feef // indirect - github.com/wercker/journalhook v0.0.0-20230927020745-64542ffa4117 // 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.4 // indirect go.wit.com/widget v1.1.6 // indirect - golang.org/x/crypto v0.17.0 // indirect - golang.org/x/net v0.17.0 // indirect - golang.org/x/sync v0.1.0 // indirect - golang.org/x/sys v0.16.0 // indirect ) |
