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

go 1.26.3

require (
	golang.org/x/image v0.32.0
	roseh.moe/pkg/sixel v0.1.1-0.20260529031610-dcae1c9d1400
)

require golang.org/x/sys v0.37.0