Go dependency management tool experiment (deprecated)
Перейти к файлу
sam boyer 0070bb4e92 Add renameElseCopy(), useful for work in temp dirs 2017-01-04 17:19:32 -08:00
_testdata/rootfind Basic tests for root finding 2016-10-18 11:05:34 -04:00
vendor/github.com Chase latest gps master 2017-01-04 13:07:28 -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 fix tests 2017-01-04 11:25:12 -08:00
ensure.go Add renameElseCopy(), useful for work in temp dirs 2017-01-04 17:19:32 -08: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 Add locksAreEquivalent() 2017-01-04 17:19:32 -08:00
lock.json Chase latest gps master 2017-01-04 13:07:28 -08:00
lock_test.go dep: internalize and improve JSON handling 2016-11-30 19:37:28 -05:00
main.go better wording of errors 2017-01-04 16:18:36 -08:00
main_test.go Misc cleanups 2016-10-21 11:18:49 -07:00
manifest.go better wording of errors 2017-01-04 16:18:36 -08:00
manifest.json Chase latest gps master 2017-01-04 13:07:28 -08:00
manifest_test.go chasing gps: s/NetworkName/Source/ 2017-01-04 13:07:28 -08: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
txn_writer.go Add WIP transactional safe writer 2017-01-04 17:19:32 -08:00

README

This is a prototype dependency management tool.