Skip to content
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

Dependabot can't parse your go.mod #791

Closed
dependabot-preview bot opened this issue Dec 19, 2019 · 1 comment · Fixed by #810
Closed

Dependabot can't parse your go.mod #791

dependabot-preview bot opened this issue Dec 19, 2019 · 1 comment · Fixed by #810

Comments

@dependabot-preview
Copy link
Contributor

Dependabot couldn't parse the go.mod found at /go.mod.

The error Dependabot encountered was:

go: github.com/containers/buildah@v1.11.6 requires
	github.com/openshift/api@v3.9.1-0.20190810003144-27fb16909b15+incompatible: invalid pseudo-version: preceding tag (v3.9.0) not found

View the update logs.

@mtrmac
Copy link
Collaborator

mtrmac commented Jan 8, 2020

(This is discussed in containers/podman#4728 .)

mtrmac added a commit to mtrmac/skopeo that referenced this issue Jan 23, 2020
Should help with containers#791.

Signed-off-by: Miloslav Trmač <mitr@redhat.com>
mtrmac added a commit to mtrmac/skopeo that referenced this issue Jan 23, 2020
Should help with containers#791.

Signed-off-by: Miloslav Trmač <mitr@redhat.com>
vrothberg pushed a commit that referenced this issue Jan 23, 2020
Should help with #791.

Signed-off-by: Miloslav Trmač <mitr@redhat.com>
mtrmac added a commit to mtrmac/skopeo that referenced this issue Feb 4, 2020
The referenced tag has been removed, which breaks dependabot (containers#791).

This is another attempt to fix it, by removing an explicit reference
(which was added when updating Buildah, because the version seemed newer than
Buildah's v0.0.0 with a newer commit).

The referenced package is never even physically vendored in here, so remove the
reference:

> go mod edit -droprequire=github.com/openshift/api
> make vendor

Signed-off-by: Miloslav Trmač <mitr@redhat.com>
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Sep 22, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant