aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/go/testdata/mod
AgeCommit message (Expand)Author
2021-04-16cmd/go: support 'go run cmd@version'Jay Conrod
2021-04-09cmd/go: support module deprecationJay Conrod
2021-03-10cmd/go: test remote lookup of packages with leading dots in path elementsJay Conrod
2021-02-24docs: fix spellingJohn Bampton
2020-11-20cmd/go/internal/modload: ignore selected version in checkRetractionsJay Conrod
2020-11-18cmd/go: in 'go get', only load retractions for resolved versionsJay Conrod
2020-11-17cmd/go: revert "in 'go get', only load retractions for resolved versions"Dmitri Shuralyov
2020-11-16cmd/go: in 'go get', only load retractions for resolved versionsJay Conrod
2020-10-30cmd/go: make TestScript/mod_get_patchmod self-containedBryan C. Mills
2020-10-23cmd/go: save sums for zips needed to diagnose ambiguous importsJay Conrod
2020-09-30cmd/go: add yet another test case for ambiguous arguments to 'go get'Bryan C. Mills
2020-09-30cmd/go: add another test case for package/module ambiguity in 'go get'Bryan C. Mills
2020-09-22cmd/go/internal/modget: diagnose missing transitive dependenciesBryan C. Mills
2020-09-18cmd/go/internal/modload: don't report path errors when loading retractionsJay Conrod
2020-09-15cmd/go: implement 'go install pkg@version'Jay Conrod
2020-09-11cmd/go: update tests to work with -mod=readonly on by defaultJay Conrod
2020-09-09cmd/go/internal/modload: fix spurious import resolution errorBryan C. Mills
2020-08-26cmd/go: improve 'go get' handling of retracted versionsJay Conrod
2020-08-26cmd/go: add -retracted flag to 'go list'Jay Conrod
2020-08-26cmd/go/internal/modload: support go.mod retract directiveJay Conrod
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