docker / libcompose

*Unmaintained/Deprecated* An experimental go library providing Compose-like functionality
https://godoc.org/github.com/docker/libcompose
Apache License 2.0
586 stars 191 forks source link

Lowercase sirupsen/logrus package import #493

Closed rifelpet closed 6 years ago

rifelpet commented 7 years ago

I'm using libcompose and need a more recent version of docker/docker than what is pinned in libcompose's vendor.conf. One of the issues with using the latest master branch of docker/docker is that it imports a lowercase sirupsen/logrus while libcompose imports Sirupsen/logrus.

I went through libcompose's imports and the only ones using Logrus import the lowercase version in their master branch.

Can libcompose be switched to use the lowercase import and have its dependencies be updated to more recent versions?

vdemeester commented 7 years ago

yes, I was waiting for docker/docker and docker/cli to get updated

arbourd commented 6 years ago

Related PR: #498

rifelpet commented 6 years ago

Closed via #498