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

go 1.26.3

require (
	github.com/mattn/go-runewidth v0.0.24
	golang.org/x/image v0.42.0
	golang.org/x/sys v0.46.0
	roseh.moe/pkg/sixel v0.2.1
)

require github.com/clipperhouse/uax29/v2 v2.7.0 // indirect