14 lines
285 B
AMPL
14 lines
285 B
AMPL
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
|
|
)
|