1. 1ce62ca Fixes #429. Removed Manifest.TestDependencyConstraints() and all usage. by Milutin Jovanović · 8 years ago
  2. 319d04e Added check for multiple overrides in manifes files. by Milutin Jovanović · 8 years ago
  3. e445db7 Check array length before element type check by Sunny · 8 years ago
  4. 20207b3 Stricter manifest validation - errors & warnings by Sunny · 8 years ago
  5. 4e7f652 document lock and manifest by Jordan Krage · 8 years ago
  6. 4898456 Match and warn on abbreviated git and hg revisions by zak · 8 years ago
  7. a926aa2 Incorporate implicit caret into stabilize-files by sam boyer · 8 years ago
  8. ecf43b9 Always use implied carets in dep by Carolyn Van Slyck · 8 years ago
  9. f0a81f4 Incorporate pr/538, change manifest prop names by sam boyer · 8 years ago
  10. cbded81 move Logger into Ctx; restore logging by Jordan Krage · 8 years ago
  11. 5cb3e51 rename [[overrides]] to [[override]] by Felipe Oliveira · 8 years ago
  12. 9ea8489 gps: move gps to internal/gps by Dave Cheney · 8 years ago
  13. 09b46aa And comment out unused var by sam boyer · 8 years ago
  14. db77079 Comment out call to global internal logger by sam boyer · 8 years ago
  15. ff254a8 rename for constraint by Felipe Oliveira · 8 years ago
  16. c588d9e Replace metadata array of tables with just table by Sunny · 8 years ago
  17. e518855 Improve manifest validation by Sunny · 8 years ago
  18. 8129217 Return []error from ValidateManifest and add tests by Sunny · 8 years ago
  19. 878ae28 Add metadata to manifest & warn on unknown fields by Sunny · 8 years ago
  20. 0fad02e Remove unused function isEmpty by Carolyn Van Slyck · 8 years ago
  21. 871f593 Merge branch 'master' into add-gps by Kris Nova · 8 years ago
  22. 0561ca9 Fix gofmt and travis by Kris Nova · 8 years ago
  23. 122ade3 String replacing for import paths by Kris Nova · 8 years ago
  24. c1aa041 UPDATED to check length instead of pointer by Ewan Valentine · 8 years ago
  25. 6bdf324 UPDATED ignores to ignored by Ewan Valentine · 8 years ago
  26. 0c6c997 Merge branch 'master' of github.com:golang/dep into feature/create-toml-file-examples-on-init by Ewan Valentine · 8 years ago
  27. 8d594bf UPDATE with better checking for certain scenarios before generating example text by Ewan Valentine · 8 years ago
  28. 56e7772 Changing "Ignores" to "Ignored" by tro3 · 8 years ago
  29. 8f0af46 ADDED checks for other manifest items by Ewan Valentine · 8 years ago
  30. 6baa37b ADDED example comment to toml file on init by Ewan Valentine · 8 years ago
  31. e31a186 New filenames: Gopkg.toml and Gopkg.lock by Carolyn Van Slyck · 8 years ago
  32. 9b835ca Remove TODO comment by Carolyn Van Slyck · 8 years ago
  33. f67fc98 Validate manifest for duplicate dependencies by Carolyn Van Slyck · 8 years ago
  34. 9065775 Do not export the TOML marshaler interface by Carolyn Van Slyck · 8 years ago
  35. fb7c3fa Replace manual toml mapping by Carolyn Van Slyck · 8 years ago
  36. 28c2316 Map manifest and lock TOML to structs by Carolyn Van Slyck · 8 years ago
  37. 56476c3 Remove JSON marshaling for lock and manifest by Carolyn Van Slyck · 8 years ago
  38. d2a557e Change manifest and lock file names to manifest.toml and lock.toml by Carolyn Van Slyck · 8 years ago
  39. 7b22cd8 Represent manifest dependencies as an array of tables, not a map by Carolyn Van Slyck · 8 years ago
  40. d3135b8 Add MarshalTOML to manifest and lock by Carolyn Van Slyck · 8 years ago
  41. cfc2c94 Swap fmt.Errorf with errors.Errorf by Carolyn Van Slyck · 8 years ago
  42. 0acfd38 move command code into cmd subpackage by Miguel Molina · 9 years ago
  43. f81d6f5 fix obvious readability problems by Jaana Burcu Dogan · 9 years ago
  44. b61e171 avoid unneccessary naked return by Jaana Burcu Dogan · 9 years ago
  45. d91c671 avoid elses as much as possible by Jaana Burcu Dogan · 9 years ago
  46. 0c0d9a6 fix gofmt errors by Jess Frazelle · 9 years ago
  47. 685d5fc better wording of errors by Jess Frazelle · 9 years ago
  48. 5b2ff11 chasing gps: s/NetworkName/Source/ by sam boyer · 9 years ago
  49. 2494a06 dep: implement Required pkgs in manifest by sam boyer · 9 years ago
  50. 06af1bb dep: Update gps to v0.13.0; semver to latest 2.x by sam boyer · 9 years ago
  51. 20bf102 dep: internalize and improve JSON handling by sam boyer · 9 years ago
  52. 9d759ef Add tests for writing manifest by sam boyer · 9 years ago
  53. 0c1f9d2 Handle unicode oddities in JSON marshaling by sam boyer · 9 years ago
  54. 03dd249 Merge branch 'master' into ml-marshalers by sam boyer · 9 years ago
  55. 8d7257a dep: JSON marshaling for manifests by sam boyer · 9 years ago
  56. b2dcedc Write out basic raw manifest by Edward Muller · 9 years ago
  57. f1d53bf Write a blank manifest by Edward Muller · 9 years ago
  58. 4f2ec04 Misc cleanups by Edward Muller · 9 years ago
  59. 095637b Basic manifest implementation (#4) by sam boyer · 9 years ago