-
-
Notifications
You must be signed in to change notification settings - Fork 14
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
genny dependency issue #36
Comments
Just wanted to say I have the same problem. I'm trying to install buffalo on my dev machine with the command
|
The problem is the The solution, is to not use the We will be reverting the |
still happens even without |
Description
Hello,
this worked fine yesterday 23/12/2019 with (probably) genny version 0.4.1 )v.5.x is 9 hours old right now)
I have a Dockerfile that from golang:1.13.4 uses
go get github.com/gobuffalo/buffalo/buffalo
The command fails with the error
build github.com/gobuffalo/buffalo/buffalo: cannot load github.com/gobuffalo/genny/gogen/gomods: module github.com/gobuffalo/genny@latest found (v0.5.2), but does not contain package github.com/gobuffalo/genny/gogen/gomods
In go.mod I have no reference to genny,so I suppose it is a dependency of buffalo
To be ablle to install buffalo can I use something lie
git config --global --add url."github.com/gobuffalo/genny@v0.4.1".insteadOf "https://github.com/gobuffalo/genny@latest"
Thanks
Steps to Reproduce the Problem
docker run --entrypoin bash -it golang/1.13.4
go get github.com/gobuffalo/buffalo/buffalo
Expected Behavior
no errors
Actual Behavior
build github.com/gobuffalo/buffalo/buffalo: cannot load github.com/gobuffalo/genny/gogen/gomods: module github.com/gobuffalo/genny@latest found (v0.5.2), but does not contain package github.com/gobuffalo/genny/gogen/gomods
Info
buffalo is not installed, so no "buffalo info"
The text was updated successfully, but these errors were encountered: