aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/go/testdata/mod
AgeCommit message (Expand)Author
2020-05-04cmd/go/internal/modload: make QueryPattern consider current versionsJay Conrod
2020-04-03cmd/go: report original module path in error parsing replaced go.modJay Conrod
2020-02-25Revert "Revert "cmd/go/internal/modload: record the replacement for the modul...Bryan C. Mills
2020-02-24Revert "cmd/go/internal/modload: record the replacement for the module contai...Andrew Bonventre
2020-02-24cmd/go/internal/modload: record the replacement for the module containing pac...Bryan C. Mills
2019-11-14cmd/go: include module path and version in cache key with -trimpathJay Conrod
2019-10-24cmd/go: correct GoMod field in 'go list' for replacements that lack an explic...Bryan C. Mills
2019-09-11cmd/go: strip trailing slash from versioned argumentsJay Conrod
2019-08-27cmd/go/internal/modload: fix swapped paths in error messageBryan C. Mills
2019-06-26cmd/go: 'go get' should not delete binaries when run from $GOBINJay Conrod
2019-06-25cmd/go/internal/modfetch: filter pseudo-versions from proxy /list endpointsBryan C. Mills
2019-06-18cmd/go/internal/modload: query correct "latest" version through proxyJay Conrod
2019-06-14cmd/go: avoid accidental downgrades in 'go get' with latest and patchJay Conrod
2019-05-17cmd/go: don't attempt to downgrade to incompatible versionsJay Conrod
2019-05-16cmd/go: don't panic when explaining lost upgrades due to downgradesJay Conrod
2019-05-13cmd/go: make 'go get' match patterns against packages, not modulesJay Conrod
2019-05-02cmd/go/internal/modload: make 'list -u' consider current pseudoversionPontus Leitzler
2019-04-03cmd/go: print require chains in build list errorsJay Conrod
2019-04-01cmd/go/internal/modget: support the suffix '@patch' in 'go get'Bryan C. Mills
2019-03-29cmd/go: clarify error when package is removed in a moduleJay Conrod
2019-03-22cmd/go: fix the default build output name for versioned binariesDmitri Shuralyov
2019-03-22Revert "cmd/go: fix the default build output name for versioned binaries"Dmitri Shuralyov
2019-03-13cmd/go: fix the default build output name for versioned binariesHana Kim
2019-03-07cmd/go: add notary simulation and GONOVERIFY supportRuss Cox
2018-12-13cmd/go: test 'go get' and 'go install' with an (invalid) module ending in /v1Bryan C. Mills
2018-11-29cmd/go/testdata/mod: remove unused research.swtch.com/vgo-tourBryan C. Mills
2018-11-29cmd/go: enable module mode without a main module when GO111MODULE=onBryan C. Mills
2018-11-16cmd/go: fix detection of unexpected files in downloaded zipsRuss Cox
2018-08-10cmd/go: fix handling of gopkg.in/macaroon-bakery.v2-unstableRuss Cox
2018-08-10cmd/go: fix install target name for versioned binariesRuss Cox
2018-08-10cmd/go: add go mod whyRuss Cox
2018-08-10cmd/go: fix module loader and test-only dependenciesRuss Cox
2018-08-09cmd/go/internal: factor out modload.QueryPackage and use in in modgetBryan C. Mills
2018-08-09cmd/go: test that 'go get pkg@version' installs pkgBryan C. Mills
2018-08-02cmd/go: move mod_tidy.txt from testdata/mod to testdata/srcBryan C. Mills
2018-08-01go/build: accept ! in cgo argumentsIan Lance Taylor
2018-08-01cmd/go: split go mod into multiple subcommandsRuss Cox
2018-07-31cmd/go: allow internal imports based on module pathsBryan C. Mills
2018-07-28cmd/go: ignore unknown directives in dependency go.mod filesRuss Cox
2018-07-20cmd/go: case-encode versions as well as module paths in files, URLsRuss Cox
2018-07-19cmd/go: convert final module tests to scriptsRuss Cox
2018-07-19cmd/go/internal/module: add new +incompatible version build annotationRuss Cox
2018-07-18cmd/go/internal/module: allow v0.0.0 pseudoversion for gopkg.in/check.v1Russ Cox
2018-07-18cmd/go/internal/modfetch: restrict file names in zip files, avoid case-insens...Russ Cox
2018-07-18cmd/go/internal/modfetch: do not rely on file system for case sensitivityRuss Cox
2018-07-12cmd/go: merge module support from x/vgo repoRuss Cox