manifoldco / promptui

Interactive prompt for command-line applications
https://www.manifold.co
BSD 3-Clause "New" or "Revised" License
6.07k stars 336 forks source link

undefined: readline.NewCancelableStdin #137

Open Vinlock opened 4 years ago

Vinlock commented 4 years ago

When I try to go build I get this error:

# wmcli/vendor/github.com/manifoldco/promptui
vendor/github.com/manifoldco/promptui/select.go:232:12: undefined: readline.NewCancelableStdin
j-vizcaino commented 4 years ago

I'm hitting the same issue, but I suspect this is because my project uses dep for modules and that the tool does not honour the pinned versions for that library.

avenda commented 4 years ago

I'm hitting the same issue, but I suspect this is because my project uses dep for modules and that the tool does not honour the pinned versions for that library.

I have the same problem and i had to move my dep to go modules and now works :/