aboutsummaryrefslogtreecommitdiffstats
path: root/go.mod
blob: 36cf1c788bcb7d3ffc009c6ca5cb67b9e95464ed (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.0.0-20260528225709-a6d059daa153
)

require golang.org/x/sys v0.37.0