heroku / docker-registry-client

A Go API client for the v2 Docker Registry API
BSD 3-Clause "New" or "Revised" License
297 stars 225 forks source link

change dependency from docker/distributions/digest #34

Closed chriskite closed 6 years ago

chriskite commented 7 years ago

docker/distributions/digest no longer exists. Instead, they are now using opencontainers/go-digest.

This pull request removes the dependency on docker/distributions/digest, and adds a dependency on opencontainers/go-digest in layers.go and manifest.go. Minor changes were made to be compatible with the new package.

I also ran godep save, and committed the result.

dmathieu commented 7 years ago

Thank you Chris. Could you get the gofmt failing tests passing?

fatih commented 7 years ago

can anyone please check this again? Right now we can't vendor this dep because of this. Would be happy if anyone could merge this.

ojacobson commented 6 years ago

Closing in favour of #49