Go dependency management tool experiment (deprecated)
Перейти к файлу
Peter Bourgon 3d96894df5 Further review feedback 2017-01-04 11:32:47 -05:00
_testdata/rootfind Basic tests for root finding 2016-10-18 11:05:34 -04:00
vendor/github.com dep: update gps to v0.13.1 2016-12-19 11:22:45 -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
analyzer_test.go add tests for DeriveManifestAndLock 2016-12-22 12:44:47 -05:00
context.go start of remove and move some internals of init to seperate function 2016-12-19 16:26:18 -08:00
context_test.go add tests for DeriveManifestAndLock 2016-12-22 12:44:47 -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 Further review feedback 2017-01-04 11:32:47 -05:00
ensure_test.go fix test memo 2016-12-19 11:33:29 -08:00
init.go Review feedback 2017-01-04 11:32:47 -05:00
init_test.go fix vet 2016-12-19 11:50:52 -08:00
lock.go dep: Update gps to v0.13.0; semver to latest 2.x 2016-12-19 11:22:45 -08:00
lock.json dep: update gps to v0.13.1 2016-12-19 11:22:45 -08:00
lock_test.go dep: internalize and improve JSON handling 2016-11-30 19:37:28 -05:00
main.go Refactor command processing and help text 2017-01-04 11:32:47 -05:00
main_test.go Misc cleanups 2016-10-21 11:18:49 -07:00
manifest.go dep: implement Required pkgs in manifest 2016-12-19 11:22:45 -08:00
manifest.json dep: Update gps to v0.13.0; semver to latest 2.x 2016-12-19 11:22:45 -08:00
manifest_test.go dep: internalize and improve JSON handling 2016-11-30 19:37:28 -05:00
remove.go Refactor command processing and help text 2017-01-04 11:32:47 -05:00
status.go Update column descriptions in status after clarification 2017-01-04 11:32:47 -05:00

README

This is a prototype dependency management tool.