summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod21
1 files changed, 21 insertions, 0 deletions
diff --git a/go.mod b/go.mod
new file mode 100644
index 0000000..4e03b8e
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,21 @@
+module go.wit.com/lib/gui/prep
+
+go 1.24.1
+
+require (
+ go.wit.com/dev/alexflint/arg v1.6.4
+ go.wit.com/gui v0.25.4
+ go.wit.com/lib/fhelp v0.0.24
+ go.wit.com/lib/gui/shell v0.22.33
+ go.wit.com/log v0.25.1
+ google.golang.org/protobuf v1.36.9
+)
+
+require (
+ github.com/alexflint/go-scalar v1.2.0 // indirect
+ github.com/go-cmd/cmd v1.4.3 // indirect
+ github.com/google/uuid v1.6.0 // indirect
+ go.wit.com/lib/protobuf/guipb v0.0.17 // indirect
+ go.wit.com/widget v1.1.30 // indirect
+ golang.org/x/text v0.29.0 // indirect
+)