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
Golang version 18.10 , Help me Pls
The text was updated successfully, but these errors were encountered:
Tested in docker with 1.16 and 1.21, same issue.
Sorry, something went wrong.
Same issue here. This blocks me from using it.
Same issue here, impossible to install. version: go version go1.21.4 linux/amd64
go version go1.21.4 linux/amd64
go: gopkg.in/urfave/cli.v2@v2.0.0-alpha: parsing go.mod: module declares its path as: github.com/urfave/cli/v2 but was required as: gopkg.in/urfave/cli.v2 removing gopkg.in/urfave/cli.v2@v2.0.0-alpha go: github.com/oxequa/realize imports gopkg.in/urfave/cli.v2: cannot find module providing package gopkg.in/urfave/cli.v2
Fix described in #262
In go.mod add replace gopkg.in/urfave/cli.v2 => github.com/urfave/cli/v2 v2.27.1
replace gopkg.in/urfave/cli.v2 => github.com/urfave/cli/v2 v2.27.1
No branches or pull requests
Golang version 18.10 , Help me Pls
The text was updated successfully, but these errors were encountered: