summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod17
1 files changed, 17 insertions, 0 deletions
diff --git a/go.mod b/go.mod
new file mode 100644
index 0000000..92d151d
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,17 @@
+module go.wit.com/apps/autogenpb
+
+go 1.21
+
+toolchain go1.23.4
+
+require (
+ github.com/alexflint/go-arg v1.5.1
+ github.com/go-cmd/cmd v1.4.3
+ github.com/google/uuid v1.6.0
+ go.wit.com/lib/gui/shell v0.22.21
+ go.wit.com/log v0.22.10
+ golang.org/x/text v0.21.0
+ google.golang.org/protobuf v1.36.2
+)
+
+require github.com/alexflint/go-scalar v1.2.0 // indirect