aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/go/internal/modcmd/tidy.go
AgeCommit message (Expand)Author
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
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-22cmd/go: support -modcacherw in 'go mod' subcommandsJay Conrod
2019-05-16cmd/go: always add 'go' directive to the go.mod file if missingBryan C. Mills
2019-04-19cmd/go: only add a 'go' directive on 'go mod tidy' or when a conversion occursBryan C. Mills
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-08-18cmd/go: fix go mod tidy crash on empty moduleRuss Cox
2018-08-01cmd/go: split go mod into multiple subcommandsRuss Cox