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
  • Loading branch information
Craig Rodrigues committed Apr 15, 2019
1 parent a8a825a commit 2c72ad2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -120,3 +120,9 @@ require (
k8s.io/client-go v8.0.0+incompatible
k8s.io/kubernetes v1.9.6
)

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

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

replace github.com/docker/distribution/digest => github.com/opencontainers/go-digest v0.0.0-20190306001800-ac19fd6e74

0 comments on commit 2c72ad2

Please sign in to comment.