Skip to content

Fix 'sirupsen/logrus' import statements #465

Description

@vdemeester

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions