first working commit

This commit is contained in:
Lobo 2025-10-11 20:20:36 -03:00
commit 68525224d5
9 changed files with 633 additions and 0 deletions

18
go.mod Normal file
View file

@ -0,0 +1,18 @@
module codeberg.org/lobo/nanite
go 1.24.4
require (
git.sr.ht/~rockorager/vaxis v0.15.0
github.com/rivo/uniseg v0.4.7
)
require (
github.com/containerd/console v1.0.3 // indirect
github.com/mattn/go-runewidth v0.0.16 // indirect
github.com/mattn/go-sixel v0.0.5 // indirect
github.com/soniakeys/quant v1.0.0 // indirect
golang.org/x/exp v0.0.0-20230522175609-2e198f4a06a1 // indirect
golang.org/x/image v0.9.0 // indirect
golang.org/x/sys v0.35.0 // indirect
)