summaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorRose Hogenson <rosehogenson@posteo.net>2026-08-24 22:49:01 -0700
committerRose Hogenson <rosehogenson@posteo.net>2026-08-24 22:49:01 -0700
commitec47b533e2d748f6831f0fd2f68e93d0954c1d8f (patch)
tree3f456337a0fafbf51fda17ac52e2102ddcf47468 /go.mod
downloadrsh-main.tar.zst
Initial commitHEADmain
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..1c5d030
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,5 @@
+module roseh.moe/cmd/rsh
+
+go 1.26.5
+
+require github.com/google/go-cmp v0.7.0