diff options
| author | Rose Hogenson <rosehogenson@posteo.net> | 2025-10-25 16:18:00 -0700 |
|---|---|---|
| committer | Rose Hogenson <rosehogenson@posteo.net> | 2025-10-25 17:27:52 -0700 |
| commit | d952f0cafc8e90a6ebb826db491d9f18cf4dd1d7 (patch) | |
| tree | 1a069e82fcbc24042abd8d90d2417018adee7499 /go.mod | |
| parent | ae0e116d90cc9b2e7e268e497a7838bc756e2087 (diff) | |
| download | roseh.moe-d952f0cafc8e90a6ebb826db491d9f18cf4dd1d7.tar.zst | |
Use asspb instead of ini
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 ) |
