v0.1.0 initial commit
This commit is contained in:
@@ -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
|
||||
)
|
||||
Reference in New Issue
Block a user