mirror of
https://github.com/manifoldco/promptui.git
synced 2026-03-14 22:35:53 +01:00
10 lines
304 B
Modula-2
10 lines
304 B
Modula-2
module github.com/manifoldco/promptui
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/chzyer/logex v1.1.10 // indirect
|
|
github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e
|
|
github.com/chzyer/test v0.0.0-20180213035817-a1ea475d72b1 // indirect
|
|
golang.org/x/sys v0.0.0-20181122145206-62eef0e2fa9b // indirect
|
|
)
|