AlecAivazis / survey

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

docs(readme): update how to fetch this package #289

Closed unbyte closed 4 years ago

unbyte commented 4 years ago

go get github.com/AlecAivazis/survey => go get github.com/AlecAivazis/survey/v2


> go get github.com/AlecAivazis/survey
go: downloading github.com/AlecAivazis/survey v1.8.8
go: github.com/AlecAivazis/survey upgrade => v1.8.8
go get: github.com/AlecAivazis/survey@v1.8.8: parsing go.mod:
        module declares its path as: gopkg.in/AlecAivazis/survey.v1
                but was required as: github.com/AlecAivazis/survey
> go get github.com/AlecAivazis/survey/v2
go: downloading github.com/AlecAivazis/survey/v2 v2.0.7
go: github.com/AlecAivazis/survey/v2 upgrade => v2.0.7
go: downloading github.com/mattn/go-colorable v0.1.2