-
-
Notifications
You must be signed in to change notification settings - Fork 435
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
openapi3: can't build from latest master
#1036
Comments
Have you tried running |
Yes, of course |
Ohh, I see the problem, replace directives are not transient, you need to copy these replace directives into your go.mod. Note for the maintainers, putting replace into a module is not a wise idea as it forces anyone that wants to use the library to add the same replace directives. |
Thanks for the hint, this indeed seems to be the problem. However, the underlying point seems to be that I'm not an expert in Go dependencies, but is there a way to fix this? |
oasdiff/yaml3 is just a fork of invopop/yaml, we shouldn't be using the changes until they are merged in to the main project (read both answers here). |
Hello,
we're currently trying to update to the latest commit on
master
as we need a fix for #1016. However, after the update we can't use it anymore, the following error occurs:Can we do something to fix it? Thanks!
For the related PR, see woodpecker-ci/woodpecker#4492.
The text was updated successfully, but these errors were encountered: