blob: 6e4346024a9e38d8ab353b3ffb43cffdf261511d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
module roseh.moe/pkg/roseh.moe
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
)
require golang.org/x/sys v0.36.0 // indirect
|