aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/go/vendor_test.go
AgeCommit message (Expand)Author
2018-06-04[release-branch.go1.9] cmd/go: fix 'go get' compatibility for direct download...Russ Cox
2018-06-04[release-branch.go1.9] cmd/go: add minimal module-awareness for legacy operationRuss Cox
2017-03-29cmd/go: exclude vendored packages from ... matchesRuss Cox
2016-12-13cmd/go: fix go get -t -u path/... containing vendor directoriesRuss Cox
2016-06-28cmd/go: restore support for git submodules and update docsAndrew Gerrand
2016-04-22cmd/go: write test file to temporary directoryAndrew Gerrand
2016-04-07cmd/go: revise importPath when ImportPath is 'command-line-arguments'Cheng-Lung Sung
2016-03-01all: make copyright headers consistent with one space after periodBrad Fitzpatrick
2016-02-19cmd/go: remove GO15VENDOREXPERIMENT variableRuss Cox
2016-01-14cmd/go, go/build: ignore vendor directories with no Go source filesRuss Cox
2015-12-17cmd/go: fix git submodule fetchRuss Cox
2015-12-16go/build: support vendor directories in ImportRuss Cox
2015-08-18cmd/go: fix vendor-related index out of range panic on bad file treeRuss Cox
2015-08-05cmd/go: fix handling of vendored imports in foo_test.go filesRuss Cox
2015-07-31cmd/go: fix disallow of p/vendor/x during vendor experimentRuss Cox
2015-07-28cmd/go: fix go get -u with vendoringRuss Cox
2015-07-22cmd/go: for get -t and list, look up path in vendor directoriesIan Lance Taylor
2015-07-07cmd/go: ignore volume name case when checking vendor pathDaniel Theophanes
2015-07-07cmd/go: do not panic on invalid import path containing "/vendor/"Daniel Theophanes
2015-06-19cmd/go: add preliminary support for vendor directoriesRuss Cox