Related to moby/moby#33641, from initial issue on moby/moby
It appears that everything in this project is using the package name Sirupsen/logrus instead of sirupsen/logrus as is suggested by the readme:
Seeing weird case-sensitive problems? Unfortunately, the author failed to realize the consequences of renaming to lower-case. Due to the Go package environment, this caused issues. Regretfully, there's no turning back now. Everything using logrus will need to use the lower-case: github.com/sirupsen/logrus. Any package that isn't, should be changed.
moby/moby is fixing it (i.e. using sirupsen lowercase) and as it is a dependency of cli (as docker/docker for now), we are also going to handle that in this repository. This issue is there to track that move.
Related to moby/moby#33641, from initial issue on
moby/mobyIt appears that everything in this project is using the package name
Sirupsen/logrusinstead ofsirupsen/logrusas is suggested by the readme:moby/mobyis fixing it (i.e. usingsirupsenlowercase) and as it is a dependency ofcli(asdocker/dockerfor now), we are also going to handle that in this repository. This issue is there to track that move.