From 18175866466e4788d172baa68805977f34b9df37 Mon Sep 17 00:00:00 2001 From: Rose Hogenson Date: Sat, 11 Oct 2025 21:19: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..ec1519b --- /dev/null +++ b/go.mod @@ -0,0 +1,5 @@ +module roseh.moe/cmd/diceware + +go 1.25.1 + +require roseh.moe/pkg/wordlist v1.0.2 -- cgit v1.3.1