v0.1.0 initial commit

This commit is contained in:
2026-08-06 10:18:22 -04:00
commit 28e42523e1
31 changed files with 5055 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
module github.com/lixenwraith/vif-log
go 1.26.5
require (
github.com/lixenwraith/color v0.0.0-20260719094342-615e11bc7897
github.com/lixenwraith/terminal v0.0.0-20260801131017-3d9631d1dbda
)
require (
golang.org/x/sys v0.47.0 // indirect
golang.org/x/term v0.45.0 // indirect
)