blob: 894f88aa4f4b92824fba486995e76d79b566fa0e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
module roseh.moe/pkg/roseh.moe
go 1.24.0
require (
golang.org/x/term v0.36.0
roseh.moe/pkg/ccl v0.1.0
roseh.moe/pkg/wordlist v1.0.2
)
require golang.org/x/sys v0.37.0 // indirect
|