cinder-docker-driver icon indicating copy to clipboard operation
cinder-docker-driver copied to clipboard

Switch to lowercase logrus import

Open LukeHandle opened this issue 7 years ago • 0 comments

It seems a year or so back github.com/Sirupsen/logrus became github.com/sirupsen/logrus and this caused a bunch of issues with packages when they did not use the same version. The current guideline is:

Everything using logrus will need to use the lower-case: github.com/sirupsen/logrus. Any package that isn't, should be changed.

Thanks!

LukeHandle avatar Jul 08 '18 11:07 LukeHandle