14 lines
417 B
Modula-2
14 lines
417 B
Modula-2
module github.com/deranjer/ForlornProjectManager
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/c-bata/go-prompt v0.2.3
|
|
github.com/mattn/go-colorable v0.1.7 // indirect
|
|
github.com/mattn/go-runewidth v0.0.9 // indirect
|
|
github.com/mattn/go-tty v0.0.3 // indirect
|
|
github.com/pkg/term v0.0.0-20200520122047-c3ffed290a03 // indirect
|
|
github.com/tidwall/sjson v1.1.1 // indirect
|
|
golang.org/x/sys v0.0.0-20200223170610-d5e6a3e2c0ae
|
|
)
|