neofeels/go.mod

22 lines
604 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-07 20:32:19 +00:00
require (
git.sr.ht/~rockorager/vaxis v0.11.0
github.com/dustin/go-humanize v1.0.1
github.com/yuin/goldmark v1.4.13
)
2025-01-05 19:07:39 +00:00
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/exp v0.0.0-20230522175609-2e198f4a06a1 // indirect
2025-01-05 16:40:26 +00:00
golang.org/x/image v0.9.0 // indirect
golang.org/x/sys v0.10.0 // indirect
)