1. 05c40eb Merge meta-PR to stabilize Gopkg metadata files by sam boyer · 8 years ago v0.1.0
  2. 0081879 Respond to review by sam boyer · 8 years ago
  3. 75ac569 Incorporate solver name and version in Gopkg.lock by sam boyer · 8 years ago
  4. 2081136 s/LockFromInterface/LockFromSolution/ by sam boyer · 8 years ago
  5. 8be9bb6 Split input components out in Gopkg.lock by sam boyer · 8 years ago
  6. 9ea8489 gps: move gps to internal/gps by Dave Cheney · 8 years ago
  7. 0561ca9 Fix gofmt and travis by Kris Nova · 8 years ago
  8. 38bd1da Merge branch 'master' into add-gps by Kris Nova · 8 years ago
  9. 122ade3 String replacing for import paths by Kris Nova · 8 years ago
  10. 34bbce0 Use LockDiff from gps by Carolyn Van Slyck · 8 years ago
  11. e31a186 New filenames: Gopkg.toml and Gopkg.lock by Carolyn Van Slyck · 8 years ago
  12. 9065775 Do not export the TOML marshaler interface by Carolyn Van Slyck · 8 years ago
  13. fb7c3fa Replace manual toml mapping by Carolyn Van Slyck · 8 years ago
  14. 28c2316 Map manifest and lock TOML to structs by Carolyn Van Slyck · 8 years ago
  15. 56476c3 Remove JSON marshaling for lock and manifest by Carolyn Van Slyck · 8 years ago
  16. d2a557e Change manifest and lock file names to manifest.toml and lock.toml by Carolyn Van Slyck · 8 years ago
  17. 7b22cd8 Represent manifest dependencies as an array of tables, not a map by Carolyn Van Slyck · 8 years ago
  18. d3135b8 Add MarshalTOML to manifest and lock by Carolyn Van Slyck · 8 years ago
  19. cfc2c94 Swap fmt.Errorf with errors.Errorf by Carolyn Van Slyck · 8 years ago
  20. 6ae7723 Rename the lock field "repo" to "source" by Carolyn Van Slyck · 8 years ago
  21. 02635cc Display diff of lock file during dry-run by Carolyn Van Slyck · 9 years ago
  22. d02eb69 Extract version type matching into a single function by Carolyn Van Slyck · 9 years ago
  23. e43a3b8 Respect dry-run flag during dep ensure by Carolyn Van Slyck · 9 years ago
  24. a651765 Swap locksAreEquivalent guts for gps.LocksAreEq by sam boyer · 9 years ago
  25. fceb52f Increasing coverage for lock and analyzer by tro3 · 9 years ago
  26. 0acfd38 move command code into cmd subpackage by Miguel Molina · 9 years ago
  27. dc6530b Make golint happier by Daniel Martí · 9 years ago
  28. f91353d rename 'hoard' to 'dep' (this time for sure) by Andrew Gerrand · 9 years ago
  29. ee81dce rename 'hoard' to 'nest' by Andrew Gerrand · 9 years ago
  30. 280a408 dep: fix equality check of packages by Edward Muller · 9 years ago
  31. 302ad3e Rename 'dep' to 'hoard', where appropriate by sam boyer · 9 years ago
  32. 6163c9e Various and sundry typos, fixes, renames by sam boyer · 9 years ago
  33. 082fe00 Add locksAreEquivalent() by sam boyer · 9 years ago
  34. 5b2ff11 chasing gps: s/NetworkName/Source/ by sam boyer · 9 years ago
  35. 06af1bb dep: Update gps to v0.13.0; semver to latest 2.x by sam boyer · 9 years ago
  36. 3e7c05f fix imports by Jess Frazelle · 9 years ago
  37. 2c832bd dep: sort projects in lock before serializing by sam boyer · 9 years ago
  38. 7b1fbdb dep: helper func to convert gps.Lock to dep's lock by sam boyer · 9 years ago
  39. 20bf102 dep: internalize and improve JSON handling by sam boyer · 9 years ago
  40. d1c74a8 Add sorting TODO; revert vendor change by sam boyer · 9 years ago
  41. 166b616 Write versions to correct raw lock fields by sam boyer · 9 years ago
  42. e220b2f Fix assorted typos and type issues by sam boyer · 9 years ago
  43. 881f310 dep: JSON marshaling for locks by sam boyer · 9 years ago
  44. 4f2ec04 Misc cleanups by Edward Muller · 9 years ago
  45. f569990 i is better than k for indexes by sam boyer · 9 years ago
  46. a9836df Add basic Lock implementation by sam boyer · 9 years ago