aboutsummaryrefslogtreecommitdiffstats
path: root/go.mod
blob: 5e5c7fde873243166458d097774aa3318cdeb04e (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.0
)

require golang.org/x/sys v0.37.0