1. c89cb10 remove VersionInWorkspace in favor of Exported absoluteProjectRoot and new gps.ProjectVersion by Jordan Krage · 8 years ago
  2. 4bfa359 Merge pull request #682 from jmank88/split_absolute_project_root by sam boyer · 8 years ago
  3. f16f7a8 Merge pull request #785 from jmank88/getGOPATHs by Sunny · 8 years ago
  4. ac8ec85 update SetPaths doc by Jordan Krage · 8 years ago
  5. 3fe0397 remove getGOPATHS; cleanup by Jordan Krage · 8 years ago
  6. eb972b2 SplitAbsoluteProjectRoot refactor by Jordan Krage · 8 years ago
  7. 6e2930f dep: remove usage of filepath.FromSlash & filepath.ToSlash by Ibrahim AshShohail · 8 years ago
  8. 13f512f dep: cleanup TestLoadProject and TestDetectProjectGOPATH by Ibrahim AshShohail · 8 years ago
  9. a69d6ae dep: update tests for dep.*Ctx.DetectProjectGOPATH by Ibrahim AshShohail · 8 years ago
  10. f4b9f49 dep: Fix godoc for dep.*Ctx.DetectProjectGOPATH by Ibrahim AshShohail · 8 years ago
  11. 138cebb dep: Update godoc to use // instead of /* ... */ by Ibrahim AshShohail · 8 years ago
  12. 026038a Update docs for dep.Ctx. Ctx.SetPaths and Ctx.DetectProjectGOPATH by Ibrahim AshShohail · 8 years ago
  13. 0b8edb1 Ensure dep reads GOPATH from Config.Env by Ibrahim AshShohail · 8 years ago
  14. 5a3291a dep: small nits in context.go by Ibrahim AshShohail · 8 years ago
  15. 9166034 dep: Add *Project.SetRoot() instead of NewProject() by Ibrahim AshShohail · 8 years ago
  16. 6595001 Merge branch 'master' into symlink-project-roots-changes by Ibrahim AshShohail · 8 years ago
  17. cd9bea6 dep: add Ctx.SetPaths() ctx.DetectProjectGOPATH() by Ibrahim AshShohail · 8 years ago
  18. 71a2607 dep: Add dep.NewProject() and add ResolveAbsRoot to dep.Project by Ibrahim AshShohail · 8 years ago
  19. cb7df4a rename UnpairedVersion.Is() to Pair() by Jordan Krage · 8 years ago
  20. 22cd768 fix tests by Ibrahim AshShohail · 8 years ago
  21. b7048cc Merge remote-tracking branch 'upstream/master' into symlink-project-roots-changes by Ibrahim AshShohail · 8 years ago
  22. 2fd3763 improve godoc; replace Loggers with embeded fields; refactor Ctx api by Jordan Krage · 8 years ago
  23. 9675932 Minor text edits by Ibrahim AshShohail · 8 years ago
  24. 6a464ac dep: update letter casing to detectGOPATH() and ResolveProjectRootAndGOPATH() by Ibrahim AshShohail · 8 years ago
  25. 3be59e3 dep: minor fixes & tweaks in context.go by Ibrahim AshShohail · 8 years ago
  26. 91ac4d2 dep: update NewContext(), rename ResolveProjectRoot() to ResolveProjectRootAndGoPath() and add detectGoPath() by Ibrahim AshShohail · 8 years ago
  27. f7ce515 simplify Ctx.LoadProject by Jordan Krage · 8 years ago
  28. 0bc771f Merge branch 'master' into consolidate-fs-files by Ibrahim AshShohail · 8 years ago
  29. cbded81 move Logger into Ctx; restore logging by Jordan Krage · 8 years ago
  30. 72a6ec2 Merge branch 'master' of github.com:golang/dep into consolidate-fs-files by Ibrahim AshShohail · 8 years ago
  31. 30cce2a Merge pull request #529 from ibrasho-forks/handle-init-in-GOPATH/src-issue by sam boyer · 8 years ago
  32. f87d614 consolidate fs.go, internal/fs.go and gps/internal/fs/fs/.go into internal/fs by Ibrahim AshShohail · 8 years ago
  33. f81437d change error wording and add ensure correct error in the test case by Ibrahim AshShohail · 8 years ago
  34. 9ea8489 gps: move gps to internal/gps by Dave Cheney · 8 years ago
  35. 19b4485 remove the redundant comment by Ibrahim AshShohail · 8 years ago
  36. 938475b reword the comment by Ibrahim AshShohail · 8 years ago
  37. a11483a add test and cleanup by Ibrahim AshShohail · 8 years ago
  38. 3e38fb2 Show a clear error message when trying to 'dep init' in $GOPATH/src by Ibrahim AshShohail · 8 years ago
  39. c6e4b60 fix custom getEnv: return last instance by Jordan Krage · 8 years ago
  40. e50a643 review changes by Jordan Krage · 8 years ago
  41. f7a8a8c go fmt by Jordan Krage · 8 years ago
  42. e112b2f adding in-process tests by Jordan Krage · 8 years ago
  43. 871f593 Merge branch 'master' into add-gps by Kris Nova · 8 years ago
  44. c409fbd Replace uses of filepath.HasPrefix with a path-aware function by Marcelo E. Magallon · 8 years ago
  45. 0561ca9 Fix gofmt and travis by Kris Nova · 8 years ago
  46. 122ade3 String replacing for import paths by Kris Nova · 8 years ago
  47. 8438fd4 Chase gps' API changes by sam boyer · 8 years ago
  48. b839831 Merge pull request #342 from carolynvs/toml-allthethings by sam boyer · 8 years ago
  49. c2deecc use errors package instead of fmt by Brian Starke · 8 years ago
  50. 382d489 Merge branch 'master' of github.com:brianstarke/dep into resolve-symlinks by Brian Starke · 8 years ago
  51. 0628b80 remove extra quotation mark by Brian Starke · 8 years ago
  52. f5c52ec clearer error message by Brian Starke · 8 years ago
  53. 4e3205d check all GOPATHS by Brian Starke · 8 years ago
  54. e31a186 New filenames: Gopkg.toml and Gopkg.lock by Carolyn Van Slyck · 8 years ago
  55. d2a557e Change manifest and lock file names to manifest.toml and lock.toml by Carolyn Van Slyck · 8 years ago
  56. cfc2c94 Swap fmt.Errorf with errors.Errorf by Carolyn Van Slyck · 8 years ago
  57. ab79f83 fixes from review, added lstat passthrough by Brian Starke · 8 years ago
  58. c922a91 check if real path is within GOPATH before resolving by Brian Starke · 9 years ago
  59. f41f58a Merge branch 'master' into resolve-symlinks by Brian Starke · 9 years ago
  60. 0047ea1 Moved symlink evaluation to LoadProject function, split out symlink eval by Brian Starke · 9 years ago
  61. 9a14f12 case-insensitive GOPATH by Yasuhiro Matsumoto · 9 years ago
  62. 6c8491c small cleanup by Brian Starke · 9 years ago
  63. 76cfb05 resolve symlinks if project root is within symlinked directory by Brian Starke · 9 years ago
  64. 1b5ef14 Tweaking per PR feedback by tro3 · 9 years ago
  65. 6411f9e Closes #198 and #201. Supercedes PR #200 by tro3 · 9 years ago
  66. 6ea5ba0 First pass at #198 - baseline Ctx.LoadProject tests added and ascending lock file bug fixed by tro3 · 9 years ago
  67. 691a2d6 Change returning value of ctx.loadProject when error by Shintaro Kaneko · 9 years ago
  68. 0acfd38 move command code into cmd subpackage by Miguel Molina · 9 years ago
  69. f7daa0f handle slashed GOPATH by Yasuhiro Matsumoto · 9 years ago
  70. f3958be More readable by Shintaro Kaneko · 9 years ago
  71. f81d6f5 fix obvious readability problems by Jaana Burcu Dogan · 9 years ago
  72. 08a8b04 Remove unnecessary conversion by Daniel Martí · 9 years ago
  73. dc6530b Make golint happier by Daniel Martí · 9 years ago
  74. 242d1dc Moving the context check after the --help check, and adding a newline to the error message just in case by Kris Nova · 9 years ago
  75. f91353d rename 'hoard' to 'dep' (this time for sure) by Andrew Gerrand · 9 years ago
  76. 70b94ea add license to all files by Jess Frazelle · 9 years ago
  77. ee81dce rename 'hoard' to 'nest' by Andrew Gerrand · 9 years ago
  78. 302ad3e Rename 'dep' to 'hoard', where appropriate by sam boyer · 9 years ago
  79. 8e76105 Use GOPATH/pkg/depcache instead of GOPATH/depcache by sam boyer · 9 years ago
  80. 6f2a43e start of remove and move some internals of init to seperate function by Jess Frazelle · 9 years ago
  81. 48c329b choose GOPATH in newContext by Jess Frazelle · 9 years ago
  82. 35349ab Created isDir function by Jess Frazelle · 9 years ago
  83. 229c947 move all functions that check GOPATH to context by Jess Frazelle · 9 years ago