Masterminds / glide

Package Management for Golang
https://glide.sh
Other
8.15k stars 541 forks source link

Error when repository URL have sub levels #1052

Closed jaswdr closed 4 years ago

jaswdr commented 5 years ago

Glide did not work when a repository have more levels, like https://gitlab.com/vendor/project/repository, the error like the message bellow is printed:

[ERROR] Error scanning gitlab.com/jaswdr/project/repo/package: cannot find package "." in:
        /home/jaswdr/.glide/cache/src/git-gitlab.com-jaswdr-project-repo.git/package
mojtabacazi commented 3 years ago

@jaswdr Did you find a solution?

jaswdr commented 3 years ago

@mojtabacazi I give up and started to use another package manager, when I opened this I didn't have time to fix it by myself, today I don't have any interest anymore in the glide project.