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

Can't install anything with glide get #744

Closed
lucaswxp opened this issue Jan 20, 2017 · 1 comment
Closed

Can't install anything with glide get #744

lucaswxp opened this issue Jan 20, 2017 · 1 comment

Comments

@lucaswxp
Copy link

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?

@sdboyer
Copy link
Member

sdboyer commented Jan 20, 2017

Sorry, yeah, this is a known issue: #468 #690

@sdboyer sdboyer closed this as completed Jan 20, 2017
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

No branches or pull requests

2 participants