-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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 modules: tolerate replace directive #1172
Comments
I do not know any Ruby, but this would look something like: 64931aa |
Thanks for this @hazcod. Looking at the tests here (and particularly this fixture) it looks like Dependabot can handle comments, so I'm guessing it's something else going wrong here. |
My
|
Great, thanks! @hmarr is this a Go 1.12 issue? |
It might be the |
Any ETA on this issue? |
Hoping to have this fixed this week - sorry it's taking a while, it's been a slightly crazy couple of weeks! |
No problem, congratulations with the acquisition! |
@hazcod I've just been testing our the If you can share the name of the repo with me, then I can have a deeper dig into what's gone wrong, as it sounds like the error message you got wasn't quite right. @vallieres are you able to share a repo / problematic (For both, I'm |
@hmar I've emailed you the |
In case it helps with any of the issues mentioned here, I figured I'd mention that I shipped support for Go 1.12 yesterday. |
@hazcod thanks for sending those across - I replied to the email directly so let's continue that conversation there. So far I haven't been able to reproduce any errors relating to comments or the replace directive, so if anyone has any further examples, I'd love to see them! |
@hmarr did you by accident fix the issue? My dependabot issues got closed on the project. |
Maybe a result of @hmarr's work on Go 1.12? |
@hazcod glad to hear you're no longer getting the error - it could've been Go 1.12 related. I'm going to leave this open for now as I think the issue some other people are seeing is related to the replace directive - specifically, we don't support using the replace directive if it points to a vendored / local module, as we currently only fetch the |
#1193 will be deployed within the next 15 mins or so, and I'm hopeful that it'll fix the issue with the |
Hello,
Currently your
go.mod
parser does not allow//
comments in the go.mod file.Error thrown is 'was unable to parse your go.mod file'.
Please allow this to be used.
The text was updated successfully, but these errors were encountered: