We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hey guys.
It seems like glide get is not installing the packages dependencies for me.
For instance, I tried:
glide get github.com/rs/cors glide install
When importing the package I get:
vendor/github.com/rs/cors/cors.go:30:2: cannot find package "github.com/rs/xhandler" in any of: /Users/lucaswxp/src/nodmonit/vendor/github.com/rs/xhandler (vendor tree) /usr/local/go/src/github.com/rs/xhandler (from $GOROOT) /Users/lucaswxp/src/github.com/rs/xhandler (from $GOPATH) vendor/github.com/rs/cors/cors.go:31:2: cannot find package "golang.org/x/net/context" in any of: /Users/lucaswxp/src/nodmonit/vendor/golang.org/x/net/context (vendor tree) /usr/local/go/src/golang.org/x/net/context (from $GOROOT) /Users/lucaswxp/src/golang.org/x/net/context (from $GOPATH)
It seems like glide get is not installing my dependency's dependencies? Am I missing something basic?
The text was updated successfully, but these errors were encountered:
Sorry, yeah, this is a known issue: #468 #690
Sorry, something went wrong.
No branches or pull requests
Hey guys.
It seems like glide get is not installing the packages dependencies for me.
For instance, I tried:
When importing the package I get:
It seems like glide get is not installing my dependency's dependencies? Am I missing something basic?
The text was updated successfully, but these errors were encountered: