summaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorRose Hogenson <rosehogenson@posteo.net>2025-12-07 14:46:56 -0800
committerRose Hogenson <rosehogenson@posteo.net>2025-12-07 14:46:56 -0800
commit66e4d0829d919d575bf23d5b6bb76e69bde0c3c8 (patch)
treed3bb13e08de41763a22b560ff3aef241f3440706 /go.mod
parent1c63df9bb9be05182f681c96412cda304c5051f2 (diff)
downloadroseh.moe-66e4d0829d919d575bf23d5b6bb76e69bde0c3c8.tar.zst
Increase target security to 32 bytes
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod5
1 files changed, 4 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 2e8667e..aff7edd 100644
--- a/go.mod
+++ b/go.mod
@@ -1,9 +1,12 @@
-module roseh.moe/pkg/roseh.moe
+module roseh.moe/cmd/roseh.moe
go 1.25
require (
github.com/skip2/go-qrcode v0.0.0-20200617195104-da1b6568686e
+ golang.org/x/term v0.37.0
roseh.moe/pkg/ccl v1.0.0
roseh.moe/pkg/wordlist v1.0.2
)
+
+require golang.org/x/sys v0.38.0 // indirect