Files
terminal/go.mod
T

10 lines
181 B
AMPL

module github.com/lixenwraith/terminal
go 1.27.1
require (
github.com/lixenwraith/color v0.0.0-20260719094342-615e11bc7897
golang.org/x/sys v0.48.0
golang.org/x/term v0.46.0
)