blob: 6dba04c0d7c32166e66516b09396f7b95bb90919 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
module roseh.moe/cmd/thumbnailer
go 1.26.3
require (
github.com/mattn/go-runewidth v0.0.23
golang.org/x/image v0.28.0
golang.org/x/sys v0.45.0
roseh.moe/pkg/sixel v0.1.1-0.20260529031610-dcae1c9d1400
)
require github.com/clipperhouse/uax29/v2 v2.2.0 // indirect
|