aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/go/internal/modcmd
AgeCommit message (Expand)Author
2021-08-03[release-branch.go1.15] cmd/go: use path.Dir instead of filepath.Dir for pack...Yasuhiro Matsumoto
2021-06-02[release-branch.go1.15] cmd/go: error out of 'go mod tidy' if the go version ...Bryan C. Mills
2021-03-10[release-branch.go1.15] cmd/go: don't report missing std import errors for ti...Jay Conrod
2020-04-30cmd/go: make 'mod verify' use multiple CPUsDaniel Martí
2020-03-24cmd/go: clarify behavior with no arguments in 'go help mod download'Jay Conrod
2020-03-11cmd/go: make module zip extraction more robustJay Conrod
2020-02-26cmd/vendor: create modules.txt even for unused depsJoshua Crowgey
2020-02-12cmd/go/internal/modcmd: remove dead function addModFlagJay Conrod
2020-01-03cmd/go: clarify stderr behavior for 'go help mod download'Jay Conrod
2019-12-09cmd/go: clarify -dropreplace help text in 'go help mod edit'Jay Conrod
2019-12-06cmd/go/internal/modcmd: loosen path validation in "go mod edit"Bryan C. Mills
2019-11-27cmd/go: enable -x in go mod downloadHana (Hyang-Ah) Kim
2019-11-11cmd/go/internal/modcmd: skip modules with empty version stringsJay Conrod
2019-11-11cmd/go: error out of 'go mod download' if the main module is passed as argumentConstantin Konstantinidis
2019-11-06cmd/go: use lockedfile instead of renameio for go.mod and go.sum filesBryan C. Mills
2019-11-06cmd/go: make commands other than 'tidy' prune go.mod less agressivelyBryan C. Mills
2019-10-29cmd/go: delete internal packages moved to x/modJay Conrod
2019-10-24cmd/go: add -modfile flag that sets go.mod file to read/writeJay Conrod
2019-10-22cmd/go: make 'go mod verify' report an error outside a moduleJay Conrod
2019-10-22cmd/go: support -modcacherw in 'go mod' subcommandsJay Conrod
2019-10-15cmd/go: omit new 'vendor/modules.txt' annotations if the go version is 1.13 o...Bryan C. Mills
2019-10-09cmd/go: automatically check and use vendored packagesBryan C. Mills
2019-10-04Revert "cmd/go: add a Latest field to the output of 'go mod download -json'"Bryan C. Mills
2019-08-08cmd/go: improve 'go mod download' and 'go list -m' error messagesJay Conrod
2019-07-10cmd/go: add a Latest field to the output of 'go mod download -json'Bryan C. Mills
2019-06-07cmd/go: fix error messages for go mod download in GOPATH modeConstantin Konstantinidis
2019-05-31cmd/go: ignore build tags when 'go get' modifies build listJay Conrod
2019-05-30cmd/go: fix error message for go mod in GOPATH modeConstantin Konstantinidis
2019-05-16cmd/go: always add 'go' directive to the go.mod file if missingBryan C. Mills
2019-05-01cmd/go: sort vendor/modules.txt package listsRuss Cox
2019-04-30cmd/go/internal/modcmd: allow mod download without go.modBaokun Lee
2019-04-24cmd/go/internal/modcmd: assign module's path and version to fileJSON when mod...Udalov Max
2019-04-19cmd/go: only add a 'go' directive on 'go mod tidy' or when a conversion occursBryan C. Mills
2019-04-19cmd/go/internal/modcmd: skip files with the "ignore" constraint in 'go mod ve...Bryan C. Mills
2019-04-18cmd/go: mod init outside of GOPATH silently failsRens Rikkerink
2019-02-11cmd/go/internal/modcmd: use replaced paths to break cycles in 'go mod tidy'Bryan C. Mills
2018-12-12cmd/go: retain sums for replacement modules in 'go mod tidy'Bryan C. Mills
2018-12-07cmd/go: disallow version string in go mod init module pathKyle Wood
2018-12-05cmd/go/internal/modcmd: fix go mod edit -module replaces empty stringBaokun Lee
2018-11-29cmd/go/internal/modcmd: check for errors in DownloadBryan C. Mills
2018-11-29cmd/go: enable module mode without a main module when GO111MODULE=onBryan C. Mills
2018-11-29cmd/go/internal/{modcmd,modload}: lock edits to go.modBryan C. Mills
2018-11-10cmd/go: add go mod edit -go flagIan Lance Taylor
2018-10-24cmd/go: fix command name in error messagesyuuji.yaginuma
2018-09-04cmd/go/internal/modcmd: remove non-existent -dir flagAgniva De Sarker
2018-08-21cmd/go: revert "add graphviz output to graph command"Russ Cox
2018-08-21cmd/go: add go.sum entries to go mod download -json outputRuss Cox
2018-08-20cmd/go: add graphviz output to graph commandGiovanni Bajo
2018-08-18cmd/go: fix go mod tidy crash on empty moduleRuss Cox
2018-08-18cmd/go: remove go mod fix, add go help go.modRuss Cox