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?
I'm using libcompose and need a more recent version of
docker/docker
than what is pinned in libcompose'svendor.conf
. One of the issues with using the latest master branch ofdocker/docker
is that it imports a lowercasesirupsen/logrus
while libcompose importsSirupsen/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?