AlecAivazis / survey

A golang library for building interactive and accessible prompts with full support for windows and posix terminals.
MIT License
4.08k stars 350 forks source link

glide support #235

Closed brzyangg closed 5 years ago

brzyangg commented 5 years ago

Hello: Do you plan to support glide? I use glide have error: [ERROR] Error scanning github.com/AlecAivazis/survey/v2: cannot find package "." in: /home/xxx/.glide/cache/src/https-github.com-AlecAivazis-survey/v2

AlecAivazis commented 5 years ago

Since we've adopted gomodules, i think it's on glide to understand the versioning in the import path.

I don't know if survey should be responsible for integrating with all of the dependency management tools out there but if you know of an easy way to do so, I don't mind tweaking some things here or there as long as they don't break the gomodule imports

brzyangg commented 5 years ago

I think there are more code to change, or support go module first, thank you