We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello everyone! I wanted to use this lib for creating applications. I ran $ go mod tidy for downloading dependencies. Then $ go build.
$ go mod tidy
$ go build
but I saw "no required module provides package github.com/gizak/termui/v3"
Then, I executed $ go get github.com/gizak/termui but again I saw the error message.
$ go get github.com/gizak/termui
What should I do?
The text was updated successfully, but these errors were encountered:
can you provides the code example that you tried to compile?
Sorry, something went wrong.
No branches or pull requests
Hello everyone!
I wanted to use this lib for creating applications.
I ran
$ go mod tidy
for downloading dependencies. Then$ go build
.but I saw "no required module provides package github.com/gizak/termui/v3"
Then, I executed
$ go get github.com/gizak/termui
but again I saw the error message.
What should I do?
The text was updated successfully, but these errors were encountered: