chore: initial prototype

This commit is contained in:
technofab 2025-05-03 22:05:29 +02:00
commit c1c19c324d
16 changed files with 1099 additions and 0 deletions

22
go.mod Normal file
View file

@ -0,0 +1,22 @@
module gitlab.com/technofab/testnix
go 1.24.2
require (
github.com/rs/zerolog v1.34.0
github.com/spf13/pflag v1.0.6
)
require (
github.com/mattn/go-runewidth v0.0.16 // indirect
github.com/rivo/uniseg v0.4.7 // indirect
golang.org/x/text v0.22.0 // indirect
)
require (
github.com/jedib0t/go-pretty/v6 v6.6.7
github.com/mattn/go-colorable v0.1.14 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/sergi/go-diff v1.3.1
golang.org/x/sys v0.32.0 // indirect
)