-
Notifications
You must be signed in to change notification settings - Fork 28
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
v1.13 go mod incompatible #91
Comments
Hi @alexbeltran, thank you very much for reporting this. I don't have time to look into this right now, but will see if I can address it in the coming days. If you could provide me with some example file/directory structure, that would help to speed things up quite a bit. Thank you, |
@alexbeltran OK, finally had the time to look into this. So here's the issue:
This causes an issue here, because pegomock's own tests depend on a package (i.e. the I'm not sure I'm excited about the fact I guess we could do the following: commit the Do you think that would solve your problem? |
@alexbeltran I just went ahead an made the change on |
Thanks for investigating this so qiuckly. Sorry I didn't get back to you immediately. The |
Okay cool. Will make a release later this week. |
When running:
The following is outputted from the generated mock package.
Not clear why it is looking for a matchers library since it isn't in the generated mock package. See imports:
The text was updated successfully, but these errors were encountered: