summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod15
1 files changed, 15 insertions, 0 deletions
diff --git a/go.mod b/go.mod
new file mode 100644
index 0000000..adfed80
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,15 @@
+module go.wit.com/apps/helloworld
+
+go 1.21.4
+
+require (
+ go.wit.com/gui v0.12.16
+ go.wit.com/log v0.5.5
+)
+
+require (
+ 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.5 // indirect
+)