Skip to content
This repository was archived by the owner on Mar 27, 2024. It is now read-only.

Update go-containerregistry deps #241

Merged
merged 2 commits into from
Jun 11, 2018
Merged

Conversation

nkubala
Copy link
Contributor

@nkubala nkubala commented Jun 11, 2018

This updates the github.com/google/go-containerregistry dependencies in container-diff. I changed all references to go-containerregistry/... to go-containerregistry/pkg/... in code, then ran dep ensure && dep prune && bazel run gazelle.

After doing this, there was a compile error related to a mismatch in versions of github.com/docker/distribution. This seems to be related to a nested dependency of docker itself on this distribution library, which is a dependency of the docker client library we're using. dep itself doesn't know how to resolve this dependency, so I had to manually pin it to master which resolved the compile issue.

dlorenc
dlorenc previously approved these changes Jun 11, 2018
@nkubala nkubala merged commit 09ad15a into GoogleContainerTools:master Jun 11, 2018
@nkubala nkubala deleted the deps branch June 11, 2018 19:48
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants