16 lines
414 B
Modula-2
16 lines
414 B
Modula-2
module tool
|
|
|
|
go 1.23.1
|
|
|
|
require gopkg.in/ini.v1 v1.67.0
|
|
|
|
require (
|
|
github.com/fatih/color v1.18.0 // indirect
|
|
github.com/gookit/color v1.5.4 // indirect
|
|
github.com/mattn/go-colorable v0.1.13 // indirect
|
|
github.com/mattn/go-isatty v0.0.20 // indirect
|
|
github.com/stretchr/testify v1.10.0 // indirect
|
|
github.com/xo/terminfo v0.0.0-20210125001918-ca9a967f8778 // indirect
|
|
golang.org/x/sys v0.25.0 // indirect
|
|
)
|