Skip to content

Conversation

@surajnarwade
Copy link

- What I did

- How I did it

- How to verify it

- Description for the changelog

- A picture of a cute animal (not mandatory but encouraged)

@GordonTheTurtle
Copy link

Please sign your commits following these rules:
https://github.com/moby/moby/blob/master/CONTRIBUTING.md#sign-your-work
The easiest way to do this is to amend the last commit:

$ git clone -b "fix-import" [email protected]:surajnarwade/cli.git somewhere
$ cd somewhere
$ git commit --amend -s --no-edit
$ git push -f

Amending updates the existing PR. You DO NOT need to open a new one.

Copy link
Member

@thaJeztah thaJeztah left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry, but this change is not correct

"sort"
"strings"

"github.com/Sirupsen/logrus"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This doesn't look correct; the repository was renamed from Sirupsen/logrus to sirupsen/logrus (see a0113c3, and #424)

The correct import path is now with a lowercase s: sirupsen/logrus#553

@thaJeztah
Copy link
Member

Closing per my comment above, but feel free to comment after that

@thaJeztah thaJeztah closed this Sep 26, 2017
@surajnarwade
Copy link
Author

@thaJeztah , URL looks like https://github.com/Sirupsen/logrus and it's breaking the code
(S is capital)

@surajnarwade
Copy link
Author

@thaJeztah my bad, I have not seen that issue before but somehow that is breaking my kompose code

@vdemeester
Copy link
Collaborator

@surajnarwade the problem is that with the rename, once a dependency has update logrus to reference it with the lowercase s, all dependencies should update too. This mean kubernetes/kompose, docker/libcompose, etc 👼

@surajnarwade
Copy link
Author

@vdemeester thanks for clearing thing

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants