summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod35
1 files changed, 35 insertions, 0 deletions
diff --git a/go.mod b/go.mod
new file mode 100644
index 0000000..0f30afa
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,35 @@
+module go.wit.com/lib/gui/linuxstatus
+
+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.12.19
+ go.wit.com/lib/gadgets v0.12.15
+ 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
+)