Skip to content

Commit

Permalink
Add replacement rules for Sirupsen/logrus and docker/distribution
Browse files Browse the repository at this point in the history
Recommended here:
golang/go#26904 (comment)

Signed-off-by: Craig Rodrigues <[email protected]>
  • Loading branch information
Craig Rodrigues committed Mar 19, 2019
1 parent 7f6dac4 commit 2471c8e
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -121,14 +121,6 @@ require (

replace github.com/kubernetes-incubator/external-storage => github.com/libopenstorage/external-storage v5.2.0-openstorage+incompatible

exclude github.com/Sirupsen/logrus v1.4.0
replace github.com/Sirupsen/logrus => github.com/sirupsen/logrus v1.0.5

exclude github.com/Sirupsen/logrus v1.3.0

exclude github.com/Sirupsen/logrus v1.2.0

exclude github.com/Sirupsen/logrus v1.1.1

exclude github.com/Sirupsen/logrus v1.1.0

exclude github.com/Sirupsen/logrus v1.0.6
replace github.com/docker/distribution/digest => github.com/opencontainers/go-digest v0.0.0-20190306001800-ac19fd6e74

0 comments on commit 2471c8e

Please sign in to comment.