Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixed the indirect dependencies issue #994

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

fearblackcat
Copy link

There's an issue that cannot get the specific version when use indirect dependencies.
It can repeat this issue through the following steps.

  1. Import a package(considering as A package) but not declare in the current project glide.yaml
  2. The glide.yaml(note: this glide.yaml is in the package directory) of the importing package(A) has a specific version of another package(considering as B package)
  3. Execute the commands in the root project:
    a. glide cc
    b. glide up
  4. You will find that the version of package B in the glide.lock is not the specific version in glide.yaml

So I fixed this issue. Please help review.
Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant