neofeels/go.mod

17 lines
462 B
Modula-2
Raw Normal View History

2025-01-05 16:40:26 +00:00
module git.tilde.town/nbsp/neofeels
go 1.23.4
2025-01-05 19:07:39 +00:00
require git.sr.ht/~rockorager/vaxis v0.11.0
2025-01-05 16:40:26 +00:00
require (
github.com/containerd/console v1.0.3 // indirect
2025-01-05 19:07:39 +00:00
github.com/creack/pty v1.1.18 // indirect
2025-01-05 16:40:26 +00:00
github.com/mattn/go-runewidth v0.0.14 // indirect
github.com/mattn/go-sixel v0.0.5 // indirect
github.com/rivo/uniseg v0.4.4 // indirect
github.com/soniakeys/quant v1.0.0 // indirect
golang.org/x/image v0.9.0 // indirect
golang.org/x/sys v0.10.0 // indirect
)