aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/internal/moddeps
AgeCommit message (Expand)Author
2021-05-05crypto/ed25519: replace internal/edwards25519 with filippo.io/edwards25519Filippo Valsorda
2021-03-24cmd/internal/moddeps: fix false positive when $TMPDIR is symlinkedDmitri Shuralyov
2021-03-15cmd/internal/moddeps: fix typo in TestAllDependencies log messagesTobias Klauser
2021-01-20cmd/internal/moddeps: check content of all modules in GOROOTDmitri Shuralyov
2020-12-02all: update to use filepath.WalkDir instead of filepath.WalkRuss Cox
2020-10-20all: update references to symbols moved from os to io/fsRuss Cox
2020-06-08cmd/internal/moddeps: don't skip directories if there are unusual filesDmitri Shuralyov
2020-03-18cmd/internal/moddeps: skip GOROOT/pkg when locating modulesBryan C. Mills
2020-03-11cmd/internal/moddeps: set GO111MODULE explicitly for moddeps_test 'go' commandsBryan C. Mills
2020-02-19cmd/internal/moddeps: check for consistent versioning among all modules in GO...Bryan C. Mills