1. 58d495d main.go: gofmt format by cui fliter · 8 months ago master
  2. 680e4a3 vgo: add spurious dependency on github.com/miekg/dns v1.0.0 by Russ Cox · 1 year, 6 months ago
  3. 1dedb03 A+C: delete AUTHORS and CONTRIBUTORS by Russ Cox · 1 year, 9 months ago
  4. 9d56762 cmd/go: import from main repo at go1.11 by Bryan C. Mills · 6 years ago
  5. 045754d cmd/go: import from main repo at go1.11beta3 by Russ Cox · 6 years ago
  6. 2093985 cmd/go: import from main repo by Russ Cox · 6 years ago
  7. cc75ec0 cmd/go: add local module proxy to make tests faster by Russ Cox · 6 years ago
  8. 91f8741 cmd/go: rename TestModLegacy* to TestLegacyMod* by Russ Cox · 6 years ago
  9. 9c3f38f cmd/go/internal/txtar: new text archive format by Russ Cox · 6 years ago
  10. b079021 cmd/go/internal/modcmd: change -replace syntax from => to = by Russ Cox · 6 years ago
  11. 1e80ef2 cmd/go/internal/modfile: allow replace without old version by Russ Cox · 6 years ago
  12. 94c68ad cmd/go/internal/modload: finish Import implementation by Russ Cox · 6 years ago
  13. a42a7e8 cmd/go/internal/modfetch: move Import and Query to ../modload by Russ Cox · 6 years ago
  14. 2deaec6 cmd/go/internal/modfetch/codehost: fix git code export on Windows by Russ Cox · 6 years ago
  15. f8b4e14 cmd/go/internal/modload: work better with -getmode=vendor by Russ Cox · 6 years ago
  16. 63c8648 cmd/go/internal/modfetch: maintain @v/list files by Russ Cox · 6 years ago
  17. 21bb857 cmd/go: diagnose misuse of path@version syntax by Russ Cox · 6 years ago
  18. cca306d cmd/go/internal/list: implement and test list -m -e for plain arguments by Russ Cox · 6 years ago
  19. a4111b1 cmd/go/internal/modfetch: make source cache directories unwritable by Russ Cox · 6 years ago
  20. edeef9f cmd/go/internal/modfetch: add detail to "missing go.mod" errors by Russ Cox · 6 years ago
  21. 8f8669e cmd/go/internal/modlist: test list -m -f={{.Dir}} by Russ Cox · 6 years ago
  22. 16da15e cmd/go/internal/search: ignore submodules in ./... patterns by Russ Cox · 6 years ago
  23. 4d8d2f8 cmd/go/internal/get: complete implementation by Russ Cox · 6 years ago
  24. 73a132e cmd/go/internal/modfetch: avoid bogus hash in go.sum for missing go.mod file by Russ Cox · 6 years ago
  25. 4235081 cmd/go: eliminate mentions of "vgo" by Russ Cox · 6 years ago
  26. e09f370 cmd/go/internal/vgo: rename to cmd/go/internal/modload by Russ Cox · 6 years ago
  27. 9e3664f cmd/go/internal/modget: move vgo.CmdGet implementation to modget.CmdGet by Russ Cox · 6 years ago
  28. 9916409 cmd/go: rename all module tests to begin TestMod[A-Z] by Russ Cox · 6 years ago
  29. 2f9474b cmd/go/internal/vgo: adjust 'module mode enabled' decision by Russ Cox · 6 years ago
  30. cdd82a7 cmd/go/internal/load: disallow import of mod/... by Russ Cox · 6 years ago
  31. 7e8a4e9 cmd/go/internal/vgo: add 'go help modules' by Russ Cox · 6 years ago
  32. 8256471 cmd/go/internal/modfetch: clean up Query by Russ Cox · 6 years ago
  33. 56d8e7c cmd/go/internal/modcmd: drop test sources and data from mod -vendor by Russ Cox · 6 years ago
  34. 4798edc cmd/go/internal/modget: add help text for module-aware get design by Russ Cox · 6 years ago
  35. 55e12a5 cmd/go/internal/list: add list -m -versions by Russ Cox · 6 years ago
  36. f8eadfe cmd/go/internal/modfile: add new requires to end of file by Russ Cox · 6 years ago
  37. 75bf837 cmd/go/internal/vgo: prefer module path from Godeps/Godeps.json over GOPATH by Russ Cox · 6 years ago
  38. 83e9c51 cmd/go/internal/modfetch: translate commit hashes to known tags during stat by Russ Cox · 6 years ago
  39. 552f8db cmd/go/internal/vgo: track directly-used vs indirectly-used modules by Russ Cox · 6 years ago
  40. 6296b2f cmd/go/internal/vgo: load packages in parallel by Russ Cox · 6 years ago
  41. 8a71b2b cmd/go: fix TestModSyncPrintJson test by Baokun Lee · 6 years ago
  42. 6cd5a41 cmd/go/internal/modcmd: use the correct path in verifyMod by Bryan C. Mills · 6 years ago
  43. 47daa39 cmd/go/internal/vgo: change get -u to avoid downgrades, prereleases by Russ Cox · 6 years ago
  44. 0e237a4 cmd/go/internal/modfetch: ignore missing ziphash files in build by Russ Cox · 6 years ago
  45. bbcfaa0 cmd/go/internal/modfetch: always create and update go.sum by Russ Cox · 6 years ago
  46. 1d3e614 cmd/go/internal/modfetch: check go.mod content using go.sum by Russ Cox · 6 years ago
  47. cd1f2ee cmd/go/internal/modfetch: disable go.mod conversion for transitive deps by Russ Cox · 6 years ago
  48. 06e6643 cmd/go/internal/modfetch: vgo.fetch becomes modfetch.Download by Russ Cox · 6 years ago
  49. 949a6b3 cmd/go/internal/modfetch/codehost: add general vcs support by Russ Cox · 6 years ago
  50. cdcca9f cmd/go/internal/modfetch/googlesource: delete by Russ Cox · 6 years ago
  51. 847ddc7 cmd/go/internal/modfetch/codehost: merge gitrepo by Russ Cox · 6 years ago
  52. 1031f52 cmd/go: ignore wildcard-matched test-only packages in go build by Russ Cox · 6 years ago
  53. 53cf99f cmd/go/internal/vgo: allow vgo get of module with no package in root by Russ Cox · 6 years ago
  54. 50f6c29 cmd/go/internal/modfile: fix producing unquoted module path duplicates by Baokun Lee · 6 years ago
  55. db7cbb0 cmd/go/internal/modfetch/gitrepo: fix fetch of tags by Russ Cox · 6 years ago
  56. 9a43f14 cmd/go/internal/list: add module support by Russ Cox · 6 years ago
  57. 97ff4ad cmd/go/internal/modfetch: fix Lookup, Import; add ImportRepoRev by Russ Cox · 6 years ago
  58. 1b96834 cmd/go/internal/modfetch/gitrepo: simplify and cache git access by Russ Cox · 6 years ago
  59. 0f3e556 cmd/go/internal/modcmd: fix sorting by Tim Cooper · 6 years ago
  60. 48cc2d8 cmd/go/internal/modcmd: add mod -graph by Russ Cox · 6 years ago
  61. 63dca24 cmd/go/internal/modfetch: push codehost.Repo locking down one level by Russ Cox · 6 years ago
  62. 984ae49 cmd/go/internal/get: export RepoRootForImportPath for use by modfetch by Russ Cox · 6 years ago
  63. 0ce6749 cmd/go/internal/modfetch: check errors for if file does not exist by Daniel Theophanes · 6 years ago
  64. 22ec9a1 cmd/go/internal/mvs: fix cycles involving the target by Bryan C. Mills · 6 years ago
  65. 8e4df33 cmd/go/internal/{module,mvs}: document exported fields and methods by Bryan C. Mills · 6 years ago
  66. 92128ff cmd/go/internal/modconv: support conversion preserves replace and exclude statement by Baokun Lee · 6 years ago
  67. 77f3fda cmd/go: add build flags for get cmd by Baokun Lee · 6 years ago
  68. 7c2fc82 cmd/go/internal/vgo: fix importDir bug by Baokun Lee · 6 years ago
  69. 9441eaf cmd/go/internal/vgo: add missing "none" to mvsReqs.Required by zhoujun · 6 years ago
  70. ded5238 cmd/go/internal/vgo: eliminate the redundant isGetU variable by Bryan C. Mills · 6 years ago
  71. c07973e cmd/go/internal/modfetch: fix cache fails on Windows by Baokun Lee · 6 years ago
  72. 6a502fd cmd/go/internal/modcmd: remove the "-add" prefix from "go mod" flags by Ibrahim AshShohail · 6 years ago
  73. f574d31 cmd/go: skip vgo.Init for the version subcommand by Bryan C. Mills · 6 years ago
  74. 5e60d5e cmd/go/internal/modfetch: update expected errors in TestCodeRepo by Bryan C. Mills · 6 years ago
  75. 90a5daf cmd/go: skip remaining failing tests by Bryan C. Mills · 6 years ago
  76. 23c052f cmd/go/internal/modfetch: remove redundant check for semver by Baokun Lee · 6 years ago
  77. 2b01c11 cmd/go: fix TestVerifyNotDownloaded test by Baokun Lee · 6 years ago
  78. 779bf94 cmd/go/internal/vgo: fix comment of SrcMod by Baokun Lee · 6 years ago
  79. 00c6f96 cmd/go/internal/modfetch: cache info and gomod on disk by Russ Cox · 6 years ago
  80. 22e2390 cmd/go/internal/modfetch: fix go.mod cache bug by Russ Cox · 6 years ago
  81. 5f0293f cmd/go/internal/par: fix cond crash by Russ Cox · 6 years ago
  82. 0a6cdd7 cmd/go: parallelize module load operations by Russ Cox · 6 years ago
  83. 184f864 cmd/go/internal/modcmd: remove unused modules during -sync by Russ Cox · 6 years ago
  84. 49c7bd7 cmd/go/internal/modcmd: implement -vendor, dropping 'vgo vendor' by Russ Cox · 6 years ago
  85. fa9d1c5 cmd/go/internal/modcmd: implement -verify, dropping 'vgo verify' by Russ Cox · 6 years ago
  86. b4c4da8 cmd/go/internal/modcmd: add "vgo mod" command by Russ Cox · 6 years ago
  87. 6507cf3 cmd/go: skip failing TestNewReleaseRebuildsStalePackagesInGOPATH by Bryan C. Mills · 6 years ago
  88. d948b59 cmd/go/internal/vgo: fix vendor for packages limited to a single tag by Russ Cox · 6 years ago
  89. d4ada82 cmd/go/internal/vgo: ignore appengine imports by Russ Cox · 6 years ago
  90. c684404 vendor/cmd/go: fix a bad merge from CL 117235 by Bryan C. Mills · 6 years ago
  91. 140323d vendor/cmd/go/internal/modfetch: remove webtest usage in modfetch_test by Bryan C. Mills · 6 years ago
  92. 4daf3c2 cmd/go/internal/vgo: vendor testdata from parent directories of copied packages by Baokun Lee · 6 years ago
  93. 3e4ec9f cmd/go: move modfetch.modPath to modfile.ModulePath, fix // handling by Russ Cox · 6 years ago
  94. 99266e0 cmd/go/internal/vgo: add -getmode=local, -getmode=vendor build flag by Russ Cox · 6 years ago
  95. 48532fc cmd/go/internal/vgo: fix vendor fails without dependencies by Baokun Lee · 6 years ago
  96. 7fbc8df x/vgo: incorporate current Go 1.11 development tree by Russ Cox · 6 years ago
  97. f478e7d vendor/cmd/go: skip TestDefaultGOPATH by Bryan C. Mills · 6 years ago
  98. a40f2a2 vendor/cmd/go: skip TestExecutableGOROOT by Bryan C. Mills · 6 years ago
  99. 55a2223 vendor/cmd/go: fix TestConvertLegacyConfig by Bryan C. Mills · 6 years ago
  100. 93f360b cmd/go: address vet complaints in vgo code by Russ Cox · 6 years ago