You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a result of the changes made in d14f7e0, it is no longer possible to install this library via go install
$ go install github.com/getkin/kin-openapi/cmd/validate@latest
go: downloading github.com/getkin/kin-openapi v0.122.0
go: github.com/getkin/kin-openapi/cmd/validate@latest (in github.com/getkin/[email protected]):
The go.mod file for the module providing named packages contains one or
more exclude directives. It must not contain directives that would cause
it to be interpreted differently than if it were the main module.
The text was updated successfully, but these errors were encountered:
Oh yes I have #888 in the works. I still need to figure out how to make this work without exclude rules.
I wanted to verify that the problematic yaml.v3 version was not being used. It does still appear in the go.sum but I'm not 100% sure this means dependents won't get it.
As a result of the changes made in d14f7e0, it is no longer possible to install this library via
go install
The text was updated successfully, but these errors were encountered: