Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove old dependency for logrus #31

Closed
szuecs opened this issue Oct 30, 2017 · 0 comments · Fixed by #32
Closed

remove old dependency for logrus #31

szuecs opened this issue Oct 30, 2017 · 0 comments · Fixed by #32

Comments

@szuecs
Copy link
Contributor

szuecs commented Oct 30, 2017

We get build failures, because of your dependency

You should update github.com/Sirupsen/logrus to github.com/sirupsen/logrus

% make test
go test -v -race github.com/szuecs/external-dns github.com/szuecs/external-dns/controller github.com/szuecs/external-dns/endpoint github.com/szuecs/external-dns/internal/testutils  github.com/szuecs/external-dns/pkg/apis/externaldns github.com/szuecs/external-dns/pkg /apis/externaldns/validation github.com/szuecs/external-dns/plan github.com/szuecs/external- dns/provider github.com/szuecs/external-dns/registry github.com/szuecs/external-dns/source
../../kubernetes-incubator/external-dns/vendor/github.com/infobloxopen/infoblox-go-client/lock.go:5:2: case-insensitive import collision: "github.com/kubernetes-incubator/external-dns/vendor/github.com/Sirupsen/logrus" and "github.com/kubernetes-incubator/external-dns/vendor/github.com/sirupsen/logrus"
vendor/github.com/infobloxopen/infoblox-go-client/lock.go:5:2: case-insensitive import collision: "github.com/szuecs/external-dns/vendor/github.com/Sirupsen/logrus" and "github.com/szuecs/external-dns/vendor/github.com/sirupsen/logrus"
make: *** [test] Error 1
szuecs added a commit to szuecs/infoblox-go-client that referenced this issue Oct 30, 2017
johnbelamaric pushed a commit that referenced this issue Oct 30, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant