Files
terminal/go.mod
T

10 lines
181 B
AMPL

module github.com/lixenwraith/terminal
go 1.26.0
require (
github.com/lixenwraith/color v0.0.0-20260719094342-615e11bc7897
golang.org/x/sys v0.47.0
golang.org/x/term v0.45.0
)