1. f13583b README: clarify deprecation and point to modules by Daniel Martí · 4 years, 10 months ago master
  2. 87f3094 Update README to clarify project status by sam boyer · 5 years ago
  3. ac31146 README: clarify current status of Go dependency management by Alberto Donizetti · 5 years ago
  4. 5600de0 Merge pull request #2196 from anthonyfok/patch-1 by Sunny · 6 years ago
  5. 2cdb640 Fix minor typo (caught by Lintian) by Anthony Fok · 6 years ago
  6. 1f7c19e CHANGELOG: prepare for 0.5.4 release by Kevin Burke · 6 years ago v0.5.4
  7. 753b47d gps: pass correct arguments to "git clean" by Kevin Burke · 6 years ago
  8. 1a585d2 docs/Gopkg.toml.md: fix toml example by Kevin Burke · 6 years ago
  9. 23b2e86 hack,internal: fix staticcheck by Kevin Burke · 6 years ago
  10. 9fa5e4a README: fix link by Kevin Burke · 6 years ago
  11. 821796c README: add note about seeking funding by Kevin Burke · 6 years ago
  12. 192eb44 CHANGELOG: prepare for 0.5.3 release by Kevin Burke · 6 years ago v0.5.3
  13. 5025d70 CHANGELOG: prepare for 0.5.2 release by Kevin Burke · 6 years ago 0.5.2
  14. a6f1aa1 gps: support loading credentials from a netrc file by Kevin Burke · 6 years ago
  15. 21c40aa gps: ignore "mod" VCS type in parseMetaGoImports by Dmitri Shuralyov · 6 years ago
  16. 66ec1e8 README.md: update installation instructions by Kevin Burke · 6 years ago
  17. 15d9c44 upgrade toml import by jmank88 · 6 years ago
  18. 1c9da2d travis.yml: Use correct filenames for arm (v6/7) release files by Kevin Burke · 6 years ago
  19. faa6189 CHANGELOG: prepare for 0.5.1 release by Kevin Burke · 6 years ago v0.5.1
  20. b1f5c9b docs: added missing word by Kevin Burke · 6 years ago
  21. 9227ca6 daily-dep.md: add missing quotes by Kevin Burke · 6 years ago
  22. 11ef5ed gps: replace redundant lambda wrapper with method value by Kevin Burke · 6 years ago
  23. 22bd06b Add installation command for Fedora by Cristhian Amaya · 6 years ago
  24. 5fc4cc8 gps: simplify `x = x <op> y` to `x <op>= y` by Kevin Burke · 6 years ago
  25. da0cc0d gps: better information for panic on nil version by Kevin Burke · 6 years ago
  26. 8af3a37 travis.yml: update to Go 1.12 by Kevin Burke · 6 years ago
  27. dfac376 Added instruction for installing to Ubuntu by apt. by Oleg Schwann · 6 years ago
  28. 1066608 delete all duplicate empty blanks by Xiang Dai · 6 years ago
  29. e2709be Merge pull request #1979 from tariq1890/unit_tests by Tim Heckman · 6 years ago
  30. 14bef7d gps: simplify boolean expression by Iskander Sharipov · 6 years ago
  31. 3d0cccb Merge branch 'master' into unit_tests by tariqibrahim · 6 years ago
  32. 5ae9d8b feat(arm): Add build and install support for armv6 and arm64 by Karl Skewes · 6 years ago
  33. 73b3afe Merge pull request #2070 from kevinburke/s390x-releases by Tim Heckman · 6 years ago
  34. 5494240 gps: kill entire child process group on failure by Kevin Burke · 6 years ago
  35. 0f643b3 install.sh: build s390x and include it in releases list by Kevin Burke · 6 years ago
  36. d3c1e41 travis.yml, hack: fix tests on tip by Kevin Burke · 6 years ago
  37. 38e4408 travis.yml: upgrade to Xenial by Kevin Burke · 6 years ago
  38. 88441ff codeclimate.yml: disable go fmt check by Kevin Burke · 6 years ago
  39. 2b76d6a Run latest gofmt on project by Kevin Burke · 6 years ago
  40. eed36df Grammar and missing word fixes by Matthew Cale · 6 years ago
  41. d9e66f7 Fix two typos, s/dependences/dependencies/ by Benjamin Wuethrich · 6 years ago
  42. b8c2189 .travis.yml: only one YAML declaration by Kevin Burke · 6 years ago
  43. a05c953 travis.yml: add bitbucket.org ssh keys to known_hosts by Kevin Burke · 6 years ago
  44. 20a4f08 gps/pkgtree: fix linter for +build declaration by Kevin Burke · 6 years ago
  45. 952f9d1 cmd/dep: disable GOCACHE=off env var by Kevin Burke · 6 years ago
  46. a5440af all: fix errors reported by lint by Kevin Burke · 6 years ago
  47. f668d9d travis.yml: update to Go 1.11.x by Kevin Burke · 6 years ago
  48. 1fdc37b hack: ignore Travis failures by Kevin Burke · 6 years ago
  49. 22125cf cmd/dep: replace `len(x)<=0` with `len(x)==0` (#2031) by Iskander (Alex) Sharipov · 7 years ago
  50. 3c04147 Merge pull request #2002 from sdboyer/noverify-preserve-files by sam boyer · 7 years ago
  51. 8a9bd79 dep: Add test of noverify's preservation behavior by sam boyer · 7 years ago
  52. e32ec54 docs: Update noverify info about path preservation by sam boyer · 7 years ago
  53. 3807092 dep: Relative paths in shasum release files by sam boyer · 7 years ago
  54. bbe56e5 Merge pull request #2003 from benesch/cycles by sam boyer · 7 years ago
  55. 1e6ab76 pkgtree: remove self-import special case by Nikhil Benesch · 7 years ago
  56. ff09667 pkgtree: fix handling of cyclic import graphs by Nikhil Benesch · 7 years ago
  57. 8652f55 dep: Make noverify preserve excess vendor paths by sam boyer · 7 years ago
  58. affb4f6 Merge pull request #2000 from benesch/preserve-dotgit by sam boyer · 7 years ago
  59. 880e871 Fix bug in preservation of vendor/.git by Nikhil Benesch · 7 years ago
  60. 579f492 Adding Unit tests to increase coverage by tariq1890 · 7 years ago
  61. 6b79ccc gps: Handle case with fewer projects on RHS by sam boyer · 7 years ago
  62. 38b77a1 Add ppc to travis release script by sam boyer · 7 years ago
  63. 00830b6 Merge pull request #1972 from tariq1890/lockdiff_edgecase by sam boyer · 7 years ago
  64. 327682c Fixing an edge case in lockdiff where all the projects may be removed from the lock file. by tariq1890 · 7 years ago
  65. 224a564 v0.5.0 release! by sam boyer · 7 years ago v0.5.0
  66. ba8d750 Merge pull request #1960 from sdboyer/symlink-noverify by sam boyer · 7 years ago
  67. c435354 status: With -out, still emit to file on err by sam boyer · 7 years ago
  68. a6ab319 verify: Exclude symlinks from hash digests by sam boyer · 7 years ago
  69. bc15279 Update CHANGELOG by sam boyer · 7 years ago
  70. e4522e4 status: Place upper bounds on concurrency by sam boyer · 7 years ago
  71. aefa7cc add documentation explaining how to uninstall (#1954) by Jay Pipes · 7 years ago
  72. a9121da Merge pull request #1952 from sdboyer/noverify by sam boyer · 7 years ago
  73. baebed0 test: Cleanup detritus, fix doc comments by sam boyer · 7 years ago
  74. ee0c846 docs: Update docs with info about noverify by sam boyer · 7 years ago
  75. e4e3ebe check: Print check fails even if noverify by sam boyer · 7 years ago
  76. 02b5be7 dep: Add noverify harness tests by sam boyer · 7 years ago
  77. cc03c81 check: Updated tests with clarified output by sam boyer · 7 years ago
  78. b1e2532 dep: Introduce noverify field to Gopkg.toml by sam boyer · 7 years ago
  79. 5cd267f Merge pull request #1951 from sdboyer/new-status-ii by sam boyer · 7 years ago
  80. 7ca88e9 fs: Remove test fixture with symlink cycle by sam boyer · 7 years ago
  81. 36385b9 Merge pull request #1950 from tariq1890/add_link by sam boyer · 7 years ago
  82. 2795244 Merge pull request #1948 from jpentland/repeated-separators by sam boyer · 7 years ago
  83. 054c665 status: Accommodate new verify systems by sam boyer · 7 years ago
  84. b0ed181 Add wikipedia link for CDCL in documentation by tariq1890 · 7 years ago
  85. aace561 Merge pull request #1932 from sdboyer/dep-check by sam boyer · 7 years ago
  86. 683164a check: Deterministically order all output by sam boyer · 7 years ago
  87. dd5c305 ci: Don't validate license in testdata dir by sam boyer · 7 years ago
  88. e3ceae3 ci: Use dep check to check dep by sam boyer · 7 years ago
  89. fb3d781 test: .gitkeep the orphan dir by sam boyer · 7 years ago
  90. 3a26859 check: Stop filepath.Join on vendor paths by sam boyer · 7 years ago
  91. 354108c dep: Make SafeWriter use status map for OnChanged by sam boyer · 7 years ago
  92. 2c0659e check: Include vendor/ in path output by sam boyer · 7 years ago
  93. 26fced1 dep: Add harness tests for dep check by sam boyer · 7 years ago
  94. 74eac2b test: Don't add -v to dep check tests by sam boyer · 7 years ago
  95. e7149d5 docs: Fix up DEPCACHEAGE docs by sam boyer · 7 years ago
  96. f946a4b Merge pull request #1939 from golang/cache-env by sam boyer · 7 years ago
  97. 58fc988 dep: fix assignment by sam boyer · 7 years ago
  98. 68441f7 dep: Catch DeltaWriter diff bookkeeping errors by sam boyer · 7 years ago
  99. 22dc1dd Merge pull request #1588 from darkowlzz/proj-pkg-rel by sam boyer · 7 years ago
  100. 64f48c9 context.go: Clean GOPATH with filepath.Clean() before returning by Joseph Pentland · 7 years ago