From ec47b533e2d748f6831f0fd2f68e93d0954c1d8f Mon Sep 17 00:00:00 2001 From: Rose Hogenson Date: Mon, 24 Aug 2026 22:49:01 -0700 Subject: Initial commit --- go.mod | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 go.mod (limited to 'go.mod') 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 -- cgit v1.3.1