summaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorRose Hogenson <rosehogenson@posteo.net>2025-07-12 06:57:39 -0700
committerRose Hogenson <rosehogenson@posteo.net>2025-07-12 06:57:39 -0700
commit169d0d10b0634a8d76444d2a45bd7b7fd2aa3ec0 (patch)
treef6db28c43110485d70153c9b2085dec6b78c558f /go.mod
parentd0886ff7d15968039a51da6de9ea4789d15335ed (diff)
downloadwords-169d0d10b0634a8d76444d2a45bd7b7fd2aa3ec0.tar.zst
Rewrite in Go
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod5
1 files changed, 5 insertions, 0 deletions
diff --git a/go.mod b/go.mod
new file mode 100644
index 0000000..8ae8579
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,5 @@
+module gitlab.com/rhogenson/words
+
+go 1.24.4
+
+require github.com/google/go-cmp v0.7.0