summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-01-13 08:20:51 -0600
committerJeff Carr <[email protected]>2025-01-13 08:20:51 -0600
commit3b61fef227b3c88495e7f2c4367b5df62a761502 (patch)
treefe6e4a247b2d3b42c8b586b7ce0d30c671acf338 /go.mod
parent81d6cd6b74fa4b4c94ec13bf02c5b9ac768d36d6 (diff)
mutex testingv0.0.43
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