diff options
| author | Rose Hogenson <rosehogenson@posteo.net> | 2025-10-11 21:19:01 -0700 |
|---|---|---|
| committer | Rose Hogenson <rosehogenson@posteo.net> | 2025-10-11 21:19:01 -0700 |
| commit | 18175866466e4788d172baa68805977f34b9df37 (patch) | |
| tree | 2260e42e420053c4f6c3debb9d0ba96939802086 /go.mod | |
| download | diceware-18175866466e4788d172baa68805977f34b9df37.tar.zst | |
Initial commit
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -0,0 +1,5 @@ +module roseh.moe/cmd/diceware + +go 1.25.1 + +require roseh.moe/pkg/wordlist v1.0.2 |
