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

maybe you could use godep manage third dependency #200

Closed
Alienero opened this issue Jul 25, 2015 · 6 comments
Closed

maybe you could use godep manage third dependency #200

Alienero opened this issue Jul 25, 2015 · 6 comments
Labels
feature ⚙️ New feature or request

Comments

@Alienero
Copy link

No description provided.

@mholt
Copy link
Member

mholt commented Jul 25, 2015

Yeah, this is something we're looking into. We'll probably have dependencies pinned down before we reach 1.0.

@mholt mholt added the feature ⚙️ New feature or request label Jul 25, 2015
@rmrio
Copy link

rmrio commented Sep 17, 2015

Just interesting, what you think about using gb tool?

@mholt
Copy link
Member

mholt commented Sep 17, 2015

gb is a good tool. When I tried it, it didn't support cross-compilation which was a show-stopper. It does now, so I need to try again. I'm also waiting to see how the Go 1.5 vendor experiment goes.

@unknwon
Copy link

unknwon commented Dec 12, 2015

@mholt checkin vendor to VCS feels so rude, just discovered glide which just locks version of deps (thinking using it for my projects too).

@mholt
Copy link
Member

mholt commented Dec 12, 2015

Nice. Yeah, and with Caddy we have somewhat of a unique situation since builds are done live in production. The updated build server that I've already started working on sort of does its own dependency management.

@mholt
Copy link
Member

mholt commented Feb 7, 2016

We might use the Go tool vendor feature coming with Go 1.6, so I'm going to close this. Vendoring at least certain dependencies is something I'll be looking into.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature ⚙️ New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants