Go dependency management tool experiment (deprecated)
Перейти к файлу
Jess Frazelle 68ac070971 add initial init test
Signed-off-by: Jess Frazelle <acidburn@google.com>
2016-12-05 18:17:43 -08:00
_testdata/rootfind Basic tests for root finding 2016-10-18 11:05:34 -04:00
vendor/github.com Vendor gituhb.com/pkg/errors 2016-11-29 18:08:28 -08:00
.gitignore replace stub isStdLib() 2016-12-02 15:44:00 -08:00
AUTHORS Add repo boilerplate and readme 2016-10-07 11:28:24 +11:00
CONTRIBUTING.md Add repo boilerplate and readme 2016-10-07 11:28:24 +11:00
CONTRIBUTORS Add repo boilerplate and readme 2016-10-07 11:28:24 +11:00
LICENSE Add repo boilerplate and readme 2016-10-07 11:28:24 +11:00
PATENTS Add repo boilerplate and readme 2016-10-07 11:28:24 +11:00
README Add repo boilerplate and readme 2016-10-07 11:28:24 +11:00
analyzer.go Add rudimentary analyzer 2016-10-18 11:29:29 -04:00
dep_test.go add initial init test 2016-12-05 18:17:43 -08:00
init.go replace versionInworkspace() stub 2016-12-05 18:17:43 -08:00
init_test.go add initial init test 2016-12-05 18:17:43 -08:00
lock.go fix imports 2016-12-05 13:30:33 -08:00
lock_test.go dep: internalize and improve JSON handling 2016-11-30 19:37:28 -05:00
main.go Simplify findProjectRoot 2016-11-30 08:33:56 -08:00
main_test.go Misc cleanups 2016-10-21 11:18:49 -07:00
manifest.go dep: internalize and improve JSON handling 2016-11-30 19:37:28 -05:00
manifest_test.go dep: internalize and improve JSON handling 2016-11-30 19:37:28 -05:00
sm.go Get rid of package-level var for SourceMgr 2016-10-18 15:10:48 -04:00
status.go dep: sort projects in lock before serializing 2016-12-03 12:36:38 -05:00

README

This is a prototype dependency management tool.