|
module git.nobla.cn/golang/kos
|
|
|
|
go 1.20
|
|
|
|
require (
|
|
github.com/mattn/go-runewidth v0.0.3
|
|
github.com/patrickmn/go-cache v2.1.0+incompatible
|
|
github.com/peterh/liner v1.2.2
|
|
github.com/sourcegraph/conc v0.3.0
|
|
)
|
|
|
|
require golang.org/x/sys v0.0.0-20211117180635-dee7805ff2e1 // indirect
|