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

Add config file for dep #55

Closed kispaljr closed 5 years ago

kispaljr commented 6 years ago

Adds a config file for the 'dep' tool, so that it will pick the same version of the direct dependency: github.com/docker/distribution, as the one stated in Godep.json (7484e51bf6af0d3b1a849644cdaced3cfcf13617)

This supposed to fix #54

kispaljr commented 6 years ago

@lorenzobenvenuti @RussellRollins @ojacobson @dmathieu

I understand that this project is not maintained anymore, but a lot of people still seem to find it useful, only #54 prevents all 'dep' users to use it. Could you merge just this very simple commit so that we can use this?