diff options
| author | Rose Hogenson <rosehogenson@posteo.net> | 2025-07-12 06:57:39 -0700 |
|---|---|---|
| committer | Rose Hogenson <rosehogenson@posteo.net> | 2025-07-12 06:57:39 -0700 |
| commit | 169d0d10b0634a8d76444d2a45bd7b7fd2aa3ec0 (patch) | |
| tree | f6db28c43110485d70153c9b2085dec6b78c558f /go.mod | |
| parent | d0886ff7d15968039a51da6de9ea4789d15335ed (diff) | |
| download | words-169d0d10b0634a8d76444d2a45bd7b7fd2aa3ec0.tar.zst | |
Rewrite in Go
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -0,0 +1,5 @@ +module gitlab.com/rhogenson/words + +go 1.24.4 + +require github.com/google/go-cmp v0.7.0 |
