Skip to content

Commit

Permalink
Add some exclusions to work around Sirupsen/logrus -> sirupsen/logrus
Browse files Browse the repository at this point in the history
rename

See:
kubernetes-sigs/controller-runtime#219 (comment)

Signed-off-by: Craig Rodrigues <[email protected]>
  • Loading branch information
Craig Rodrigues committed Mar 19, 2019
1 parent 59e97da commit 7f6dac4
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -118,3 +118,17 @@ 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

exclude github.com/Sirupsen/logrus v1.4.0

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

0 comments on commit 7f6dac4

Please sign in to comment.