Go dependency management tool experiment (deprecated)
Перейти к файлу
Jess Frazelle 07c6fd6bf2 add tests for deduceConstraint
Signed-off-by: Jess Frazelle <acidburn@google.com>
2016-12-16 22:20:43 -05:00
_testdata/rootfind Basic tests for root finding 2016-10-18 11:05:34 -04:00
vendor/github.com dep: Results from a `./dep ensure` run 2016-12-12 12:09:37 -08:00
.gitignore dep: init and save the resulting manfest/lock now 2016-12-12 12:09:37 -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 Implement DeriveManifestAndLock 2016-12-08 20:13:48 -05:00
context.go choose GOPATH in newContext 2016-12-08 20:13:14 -05:00
dep_test.go Add verbose logging flag, fix init for projects with packages 2016-12-15 11:05:52 +11:00
ensure.go add tests for copyFile and copyFolder 2016-12-16 22:20:43 -05:00
ensure_test.go add tests for deduceConstraint 2016-12-16 22:20:43 -05:00
init.go Add verbose logging flag, fix init for projects with packages 2016-12-15 11:05:52 +11:00
init_test.go tests: fix where repos depend on knowing master lastest sha 2016-12-16 16:06:12 -08:00
lock.go fix imports 2016-12-05 13:30:33 -08:00
lock.json Add verbose logging flag, fix init for projects with packages 2016-12-15 11:05:52 +11:00
lock_test.go dep: internalize and improve JSON handling 2016-11-30 19:37:28 -05:00
main.go Add verbose logging flag, fix init for projects with packages 2016-12-15 11:05:52 +11: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.json dep: init and save the resulting manfest/lock now 2016-12-12 12:09:37 -08:00
manifest_test.go dep: internalize and improve JSON handling 2016-11-30 19:37:28 -05:00
status.go status: fix analysis of latest revision 2016-12-15 10:45:18 -08:00

README

This is a prototype dependency management tool.