aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/go/internal/modcmd/vendor.go
AgeCommit message (Expand)Author
2021-08-03[release-branch.go1.15] cmd/go: use path.Dir instead of filepath.Dir for pack...Yasuhiro Matsumoto
2021-03-10[release-branch.go1.15] cmd/go: don't report missing std import errors for ti...Jay Conrod
2020-02-26cmd/vendor: create modules.txt even for unused depsJoshua Crowgey
2019-10-29cmd/go: delete internal packages moved to x/modJay Conrod
2019-10-22cmd/go: support -modcacherw in 'go mod' subcommandsJay Conrod
2019-10-15cmd/go: omit new 'vendor/modules.txt' annotations if the go version is 1.13 o...Bryan C. Mills
2019-10-09cmd/go: automatically check and use vendored packagesBryan C. Mills
2019-05-31cmd/go: ignore build tags when 'go get' modifies build listJay Conrod
2019-05-01cmd/go: sort vendor/modules.txt package listsRuss Cox
2019-04-19cmd/go/internal/modcmd: skip files with the "ignore" constraint in 'go mod ve...Bryan C. Mills
2018-11-29cmd/go: enable module mode without a main module when GO111MODULE=onBryan C. Mills
2018-10-24cmd/go: fix command name in error messagesyuuji.yaginuma
2018-08-01cmd/go: split go mod into multiple subcommandsRuss Cox
2018-07-12cmd/go: merge module support from x/vgo repoRuss Cox