The repo of logrus is renamed as “sirupsen/logrus” since 2018, all latest
versions are using the new name. And the original versions might cause
case-insensitive import collision when the OS is not case sentitive.
Use "github.com/sirupsen/logrus" instead of "github.com/Sirupsen/logrus"
in the imports.
The repo of logrus is renamed as “sirupsen/logrus” since 2018, all latest versions are using the new name. And the original versions might cause case-insensitive import collision when the OS is not case sentitive.
Use "github.com/sirupsen/logrus" instead of "github.com/Sirupsen/logrus" in the imports.
Signed-off-by: wenyingd wenyingd@vmware.com