-
Notifications
You must be signed in to change notification settings - Fork 231
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
build github.com/oxequa/realize: cannot load gopkg.in/urfave/cli.v2 #253
Comments
same here. |
same here |
me too. |
you can do |
Thank you for telling us. I tried it. However, the following error occurred:
|
@keitakn try without |
I try |
I tried the above
Docker file
|
- "ENV GO111MODULE on" がデフォルトで有効になったので明示的に記載するのをやめた - realizeをgo getする際に問題が発生したのでgopkg.in/urfave/cli.v2を別途追加するように改修 oxequa/realize#253
@aksentyev My Dockerfile
|
I got the exact same issue and |
For those of you still encountering the issue after trying the suggestions above here is the cause and solution. To begin From
To
Notice the movement of the line
to below the installation of
as quoted above. I hope this will help any of you trying to utilize realize in your project that is using go modules. |
@ajones this
exists in my env. so,
worked for me. |
I fixed the problem on my fork https://github.com/grzegorz-zur/realize |
@grzegorz-zur It still doesn't work with go modules。My golang version is 1.13.4 go: finding github.com/valyala/bytebufferpool v1.0.0 |
ok, I will do that. |
i needed to use but i still have the issue of
The problem is obvious, but i cannot
This is probably explained by the fact i am using modules so in the end the following worked
|
I fixed it by not being in the directory where I had a go project. |
I added the below line to
|
this worked for me |
Still getting the same error because of the import |
I am still getting: github.com/oxequa/realize imports with go 1.9 |
same problem here in |
Hi,
When I run
go get -u github.com/oxequa/realize
I got the following errorMy Dockerfile
Result Log
The text was updated successfully, but these errors were encountered: