summaryrefslogtreecommitdiffstats
path: root/go.mod
blob: 607feb76e63661bd7865a58c1e60fb7db62463c5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
module roseh.moe/pkg/roseh.moe

go 1.25.0

require (
	github.com/mattn/go-sqlite3 v1.14.50
	github.com/skip2/go-qrcode v0.0.0-20200617195104-da1b6568686e
	golang.org/x/image v0.45.0
	golang.org/x/term v0.45.0
	roseh.moe/pkg/oae2 v0.3.0
	roseh.moe/pkg/wordlist v1.0.2
)

require golang.org/x/sys v0.47.0 // indirect