]> Cypherpunks repositories - gostls13.git/commit
cmd/go: prune go.mod and go.sum files from vendored dependencies
authorBryan C. Mills <bcmills@google.com>
Fri, 30 Apr 2021 04:34:54 +0000 (00:34 -0400)
committerBryan C. Mills <bcmills@google.com>
Fri, 30 Apr 2021 18:14:18 +0000 (18:14 +0000)
commiteb71887b99fa656ed627c9c1d41319b9198979c8
tree83b356ef64337854c96b8cc63568786d7d7fb940
parentc3365ad5f25043d6293f5cec1e71d1526678ac62
cmd/go: prune go.mod and go.sum files from vendored dependencies

Fixes #42970

Change-Id: I79246ef7fc16ae05c8e7b40ffb239a61f6415447
Reviewed-on: https://go-review.googlesource.com/c/go/+/315410
Trust: Bryan C. Mills <bcmills@google.com>
Run-TryBot: Bryan C. Mills <bcmills@google.com>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Michael Matloob <matloob@golang.org>
doc/go1.17.html
src/cmd/go/internal/modcmd/vendor.go
src/cmd/go/testdata/script/mod_vendor_gomod.txt [new file with mode: 0644]
src/cmd/vendor/golang.org/x/term/go.mod [deleted file]
src/cmd/vendor/golang.org/x/term/go.sum [deleted file]
src/cmd/vendor/golang.org/x/xerrors/go.mod [deleted file]