aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/go/internal/modload/init.go
AgeCommit message (Expand)Author
2021-03-10[release-branch.go1.15] cmd/go: don't report missing std import errors for ti...Jay Conrod
2020-04-08cmd/go: allow configuring module cache directory with GOMODCACHEMichael Matloob
2020-03-13cmd/go/internal/modload: suppress the 'go mod init' hint for GOROOT more aggr...Bryan C. Mills
2020-03-09cmd/go/internal/modload: factor smaller files out of load.go and init.goBryan C. Mills
2019-11-08cmd/go/internal/modload: use lockedfile.Read for the initial read of the go.m...Bryan C. Mills
2019-11-06cmd/go: fix spelling errorKevin Burke
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-11-01cmd/go: default to mod=readonly when the go.mod file is read-onlyBryan 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-24cmd/go/internal/modload: remove cwd globalJay Conrod
2019-10-24cmd/go/internal/list: ensure that cfg.BuildMod is initialized before reading ...Bryan C. Mills
2019-10-11cmd/go: integrate changes made in x/mod packages into internal packagesJay Conrod
2019-10-09cmd/go: forbid resolving import to modules when outside of a moduleJay Conrod
2019-10-09cmd/go: automatically check and use vendored packagesBryan C. Mills
2019-09-19cmd/go/internal/mvs: recompute build list in Reqs before minimizingBryan C. Mills
2019-06-25cmd/go: validate path in mod init pathLE Manh Cuong
2019-06-21cmd/go: validate pseudo-versions against module paths and revision metadataBryan C. Mills
2019-06-14cmd/go: avoid accidental downgrades in 'go get' with latest and patchJay Conrod
2019-06-05cmd/go: replace uses of ioutil.ReadFile with renameio.ReadFileBryan C. Mills
2019-05-16cmd/go: always add 'go' directive to the go.mod file if missingBryan C. Mills
2019-05-16cmd/vet/all: deleteRuss Cox
2019-05-15cmd/go/internal/renameio: allow write file with the specified permissionsBaokun Lee
2019-05-14cmd/go: default to GO111MODULE=auto and make it trigger in GOPATH/srcBryan C. Mills
2019-05-09cmd/go: diagnose go.mod and vendor out of sync in std and cmdRuss Cox
2019-05-08cmd/go: disallow go.sum updates in -mod=readonlyMarwan Sulaiman
2019-04-30cmd/go/internal/modcmd: allow mod download without go.modBaokun Lee
2019-04-23cmd/go: add env -w and env -u to set and unset default env varsRuss Cox
2019-04-22cmd/go: expand cannot determine module path errorTyler Bui-Palsulich
2019-04-19cmd/go: only add a 'go' directive on 'go mod tidy' or when a conversion occursBryan C. Mills
2019-04-16cmd/go: remove auto-deriving module path for github.comConstantin Konstantinidis
2019-03-14cmd/go: change the default value of GO111MODULE to 'on'Bryan C. Mills
2019-03-13cmd/go/internal/modload: remove unused InitGoMod functionBryan C. Mills
2019-03-12cmd/go/internal/modload: treat a 'std' module outside GOROOT/src as an ordina...Bryan C. Mills
2019-03-12Revert "cmd/go: change the default value of GO111MODULE to 'on'"Bryan C. Mills
2019-03-11cmd/go: change the default value of GO111MODULE to 'on'Bryan C. Mills
2019-03-11cmd/go: resolve non-standard imports from within GOROOT/src using vendor dire...Bryan C. Mills
2019-03-08cmd/go: improve wording of 'go mod init' errorJay Conrod
2019-02-27cmd/go: avoid compiling most regexes at initDaniel Martí
2019-02-15cmd/go: only generate a go.mod file during 'go mod init'Bryan C. Mills
2018-12-11cmd/go: fix 'go test' and 'go fmt' with files outside a moduleBryan 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-13cmd/go/internal/modload: skip go.mod directories on all systems, not just Plan 9Russ Cox
2018-11-10cmd/go: add go statement when initializing go.modIan Lance Taylor
2018-08-20cmd/go/internal/modload: ignore directories when looking for go.mod file in P...Fazlul Shahriar
2018-08-18cmd/go: allow 'go run x.go' to use nearby internal imports in module modeRuss Cox
2018-08-17cmd/go: ignore /tmp/go.modRuss Cox
2018-08-10cmd/go: fix go.mod corruption using -mod=vendorRuss Cox