-
Notifications
You must be signed in to change notification settings - Fork 1k
Cannot install on go 1.11.2 #2055
Comments
I met the same error, have you found a solution of it ? |
No :( |
I think this has something to do with the new Go modules code? You can see Can you try turning off Go modules support and seeing if this works? |
FWIW, I can't reproduce this on either tip or Go 1.11.2. |
Closing thin one as I've happily moved everything to modules. Thank you for the great support received here! |
I met the same error. |
Here's some digging from my encounter with this.
However, the vendored Masterminds is from branch 2.x. In the tagged v1.4.2, Constraint is private, in 2.x it's not. I'm not 100% sure how to fix this in my case, but leaving this here to potentially satisfy someone else's curiosity. |
I fixed this by forcing semver to a particular (2.x) git commit:
|
Thank you for satisfying my curiosity lol |
What
dep
command did you run?The text was updated successfully, but these errors were encountered: