Skip to content
New issue

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

github.com/oxequa/realize imports => gopkg.in/urfave/cli.v2: cannot find module providing package gopkg.in/urfave/cli.v2 #276

Open
wittavat1997 opened this issue Nov 11, 2023 · 4 comments

Comments

@wittavat1997
Copy link

Golang version 18.10 , Help me Pls

@chargraves85
Copy link

Tested in docker with 1.16 and 1.21, same issue.

@brainmaniac
Copy link

Same issue here. This blocks me from using it.

@wapcrazut
Copy link

Same issue here, impossible to install.
version: go version go1.21.4 linux/amd64

go: gopkg.in/urfave/[email protected]: 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/[email protected]
go: github.com/oxequa/realize imports
        gopkg.in/urfave/cli.v2: cannot find module providing package gopkg.in/urfave/cli.v2

@JS1B
Copy link

JS1B commented Feb 11, 2024

Fix described in #262

In go.mod add
replace gopkg.in/urfave/cli.v2 => github.com/urfave/cli/v2 v2.27.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants