summaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorRose Hogenson <rosehogenson@posteo.net>2025-10-25 16:18:00 -0700
committerRose Hogenson <rosehogenson@posteo.net>2025-10-25 17:27:52 -0700
commitd952f0cafc8e90a6ebb826db491d9f18cf4dd1d7 (patch)
tree1a069e82fcbc24042abd8d90d2417018adee7499 /go.mod
parentae0e116d90cc9b2e7e268e497a7838bc756e2087 (diff)
downloadroseh.moe-d952f0cafc8e90a6ebb826db491d9f18cf4dd1d7.tar.zst
Use asspb instead of ini
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod3
1 files changed, 2 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 247f10d..6e43460 100644
--- a/go.mod
+++ b/go.mod
@@ -1,9 +1,10 @@
module roseh.moe/pkg/roseh.moe
-go 1.24.0
+go 1.25.1
require (
golang.org/x/term v0.35.0
+ roseh.moe/pkg/asspb v1.2.0
roseh.moe/pkg/wordlist v1.0.2
)