aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/go/testdata/script/mod_list.txt
AgeCommit message (Expand)Author
2021-09-15cmd/go: remove subcommand prefix from error messagesJay Conrod
2021-04-30cmd/go/internal/modload: implement lazy loadingBryan C. Mills
2020-09-11cmd/go: update tests to work with -mod=readonly on by defaultJay Conrod
2019-08-08cmd/go: improve 'go mod download' and 'go list -m' error messagesJay Conrod
2019-05-16cmd/go: cut 'go test -short cmd/go' time by about halfRuss Cox
2018-08-01cmd/go: move module cache from $GOPATH/src/mod to $GOPATH/pkg/modRuss Cox
2018-07-28cmd/go: add go list -m -f {{.GoMod}} to show path to go.mod fileRuss Cox
2018-07-19cmd/go: convert even more module tests to scriptsRuss Cox