summaryrefslogtreecommitdiff
path: root/go/vaxis-test/go.mod
blob: 8786df1f26ccd184d0b8078b03e6335ca32af384 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
module git.sr.ht/~runxiyu/proground/go/vaxis-test

go 1.22.5

require (
	git.sr.ht/~rockorager/vaxis v0.10.3 // indirect
	github.com/containerd/console v1.0.4 // indirect
	github.com/mattn/go-runewidth v0.0.16 // indirect
	github.com/mattn/go-sixel v0.0.5 // indirect
	github.com/rivo/uniseg v0.4.7 // indirect
	github.com/soniakeys/quant v1.0.0 // indirect
	golang.org/x/image v0.19.0 // indirect
	golang.org/x/sys v0.24.0 // indirect
)