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)
kubernetes-sigs/controller-runtime#219 (comment)

Signed-off-by: Craig Rodrigues <craig@portworx.com>
  • Loading branch information
Craig Rodrigues committed Apr 4, 2019
1 parent 5081f3e commit b93ab2a
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 b93ab2a

Please sign in to comment.