10 lines
181 B
AMPL
10 lines
181 B
AMPL
module github.com/lixenwraith/terminal
|
|
|
|
go 1.26.0
|
|
|
|
require (
|
|
github.com/lixenwraith/color v0.0.0-20260715115131-49124ee97342
|
|
golang.org/x/sys v0.47.0
|
|
golang.org/x/term v0.45.0
|
|
)
|