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

Lock down dependencies #45

Closed
holic opened this issue Jun 16, 2015 · 2 comments · Fixed by #95
Closed

Lock down dependencies #45

holic opened this issue Jun 16, 2015 · 2 comments · Fixed by #95

Comments

@holic
Copy link
Contributor

holic commented Jun 16, 2015

I'm not sure how best to do this in the Go universe (I've seen https://github.com/tools/godep), but it would be great to lock down external dependencies to a specific version/revision so that site builds are entirely reproducible. I'm seeing some differences between sites generated on a server with a fresh install of gostatic vs. my local copy.

Thoughts?

@piranha
Copy link
Owner

piranha commented Jun 18, 2015

I'd like that, but I really have no idea what's the best way to do that right now. :) Contributions are welcome!

@krpors
Copy link
Contributor

krpors commented Oct 5, 2015

Go 1.5 has experimental vendoring. I might take a look soon to see if I can get something to work. I'm new to this vendoring anyway, so probably a good exercise.

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 a pull request may close this issue.

3 participants