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.

A Go Dependency Manager, Johnny Deps

10 pointsby kyleredalmost 12 years ago

2 comments

mattybalmost 12 years ago
First off: cool!<p>A few thoughts:<p>* This only works with Git. It doesn&#x27;t look it&#x27;d be much work to make it work for all 4.<p>* This only pins deps you&#x27;ve declared; that set may or may not contain transitive deps. If it&#x27;s not complete, the transitive deps will be frozen, forever, until you blow them out of your GOPATH.<p>* Issue #3 looks fun.
评论 #6104837 未加载
评论 #6104816 未加载
skybrianalmost 12 years ago
On first glance this looks similar to a pubspec.yaml file in Dart. Maybe you could borrow ideas from there.<p>It seems like for a business you&#x27;d also want to download your dependencies and check them in, in case the original repo isn&#x27;t available.