aboutsummaryrefslogtreecommitdiffstats
path: root/go.mod
blob: 2e358c54ab27225ee130c502c762fb05a91a33e4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
module roseh.moe/cmd/thumbnailer

go 1.24.3

require (
	github.com/mattn/go-runewidth v0.0.23
	golang.org/x/image v0.28.0
	golang.org/x/term v0.32.0
)

require (
	github.com/clipperhouse/uax29/v2 v2.2.0 // indirect
	golang.org/x/sys v0.33.0 // indirect
)