aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/go/testdata/script/mod_outside.txt
AgeCommit message (Expand)Author
2019-11-21cmd/go: report an error for 'go list -m ...' outside a moduleJay Conrod
2019-11-05cmd/go: make 'go mod why' require a main moduleBryan C. Mills
2019-10-22cmd/go: make 'go mod verify' report an error outside a moduleJay Conrod
2019-10-10cmd/go: forbid module pattern 'all' when outside a moduleJay Conrod
2019-10-09cmd/go: forbid resolving import to modules when outside of a moduleJay Conrod
2019-05-30cmd/go: remove support for the 'go get -m' flagJay Conrod
2019-05-16cmd/go: cut 'go test -short cmd/go' time by about halfRuss Cox
2018-12-11cmd/go: fix 'go test' and 'go fmt' with files outside a moduleBryan C. Mills
2018-12-10cmd/go: fix errors for commands run outside of modulesJay Conrod
2018-11-29cmd/go: enable module mode without a main module when GO111MODULE=onBryan C. Mills