Skip to content

Fixes for changes in go-openapi/errors v0.19.6 #127

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

Closed
wants to merge 1 commit into from

Conversation

bdperkin
Copy link

@bdperkin bdperkin commented Aug 2, 2020

In our packaging of dataplaneapi in Fedora 33, we found that go-openapi/errors was updated in the distro such that dataplaneapi would no longer compile. It appears that it is related to the following commit:
go-openapi/errors@07f65d3
The changes in this pull request allow us to once again build dataplaneapi against go-openapi/errors v0.19.6

@oktalz
Copy link
Member

oktalz commented Oct 7, 2020

dataplaneapi is a Go project that uses go modules
and it uses github.com/go-openapi/errors as a package

can you clarify what we found that go-openapi/errors was updated in the distro means ?
since this is go package, it should not depend on distro versions

we currently use v0.19.4 version of that package
dataplane can be moved to v0.19.7 that is last version, but in that case go.mod file also needs to be updated,
because as you see, this PR actually breaks compiling of dataplaneapi

@oktalz oktalz closed this Mar 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants