-
-
Notifications
You must be signed in to change notification settings - Fork 269
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
go get github.com/brianvoe/gofakeit/v5 giving error #88
Comments
Im sorry this is a little out of my wheel house of expertise. If you find out the issue im more than willing to fix it if it is indeed a gofakeit issue. |
The path "github.com/brianvoe/gofakeit/v5" is not existing.
What you can do is remove v5 and replace import statements to "
github.com/brianvoe/gofakeit" instead of "github.com/brianvoe/gofakeit/v5".
I am able to go get "github.com/brianvoe/gofakeit". I solved the problem
renaming "gofakeit" to "v5" and placing that under "github.com/brianvoe/
gofakeit/".
Regards
Deepak
…On Mon, Apr 27, 2020 at 3:35 AM Brian Voelker ***@***.***> wrote:
Im sorry this is a little out of my wheel house of expertise. If you find
out the issue im more than willing to fix it if it is indeed a gofakeit
issue.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#88 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AC2YBLCKRT44F7UPTEADSALROSV3TANCNFSM4MRGYBNQ>
.
--
DISCLAIMER: This message, including any attachment, is intended only for
the use of the individual or entity to which it is addressed and may
contain information that is non-public, proprietary, privileged,
confidential and exempt from disclosure under applicable law, or may
constitute attorney work product. If you are not the intended recipient,
you are hereby notified that any use, dissemination,distribution or copying
of this communication is strictly prohibited. If you have received this
communication in error, notify SimSol Technologies and Services Private
Limited immediately by telephone/email and delete this message and any
attachments thereof immediately.
|
@simsolTech your solution not working for me. this error shows up in my ci:
|
@PumpkinSeed actually I don't know why it's throwing this problem, I'm investigating to find out. BTW my CI script is just a simple |
You can comment on this later if you find out what your issue it. but im going to close this for now considering i dont think its a gofakeit issue. |
Work around:
Suggested solution:
|
The only way i can see this being true is if your not using go mods. |
You are right. It goes of with go mod. Thanks. Best regards |
I just found the root cause of the issue I was encountering, maybe for others who may end up here. |
@p3ym4n Probably you using the vendor folder instead of doing the |
Yes @PumpkinSeed, but I prefer to keep the vendor folder in the repo to prevent calling the go get on each step of the CI. |
Glad you found your issue! |
Error: cannot find package "github.com/brianvoe/gofakeit/v5"
Go get github.com/brianvoe/gofakeit is pulling the code. But throwing error :
goserver1 % go get github.com/brianvoe/gofakeit
internal/race
compile: version "go1.14" does not match go tool version "go1.14.2"
unicode/utf8
compile: version "go1.14" does not match go tool version "go1.14.2"
runtime/internal/sys
compile: version "go1.14" does not match go tool version "go1.14.2"
math/bits
compile: version "go1.14" does not match go tool version "go1.14.2"
unicode
compile: version "go1.14" does not match go tool version "go1.14.2"
encoding
compile: version "go1.14" does not match go tool version "go1.14.2"
unicode/utf16
compile: version "go1.14" does not match go tool version "go1.14.2"
image/color
compile: version "go1.14" does not match go tool version "go1.14.2"
github.com/brianvoe/gofakeit/data
compile: version "go1.14" does not match go tool version "go1.14.2"
sync/atomic
compile: version "go1.14" does not match go tool version "go1.14.2"
internal/cpu
compile: version "go1.14" does not match go tool version "go1.14.2"
runtime/internal/atomic
compile: version "go1.14" does not match go tool version "go1.14.2"
The text was updated successfully, but these errors were encountered: