TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Go dependency management tool is made public

3 pointsby pythonistover 8 years ago

1 comment

vhost-over 8 years ago
Finally hopeful for better dependency management! I was digging through the source code and see it works with mercurial, git and bazaar using a hash or tag (so you can lock a package down to either): <a href="https:&#x2F;&#x2F;github.com&#x2F;sdboyer&#x2F;gps&#x2F;blob&#x2F;master&#x2F;vcs_source.go#L220" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;sdboyer&#x2F;gps&#x2F;blob&#x2F;master&#x2F;vcs_source.go#L22...</a><p>I&#x27;m guessing gps will be merged into the stdlib at some point.