]> Cypherpunks.ru repositories - gostls13.git/commit
cmd/go/internal/modload: avoid loading the full module graph to determine which check...
authorBryan C. Mills <bcmills@google.com>
Sat, 10 Apr 2021 02:00:14 +0000 (22:00 -0400)
committerBryan C. Mills <bcmills@google.com>
Fri, 30 Apr 2021 18:06:15 +0000 (18:06 +0000)
commitee4f9656ac419bb92408f65f082c735a6b82d1fa
tree47f4bb9c353707a3e0831edc9b717af66e2a4caa
parent4063605e0d0ce2ee2603c70a70c3a918adb7369a
cmd/go/internal/modload: avoid loading the full module graph to determine which checksums to add to go.sum

For #36460

Change-Id: I606314054bd9064f7c4053f56049fabbaec54143
Reviewed-on: https://go-review.googlesource.com/c/go/+/309189
Trust: Bryan C. Mills <bcmills@google.com>
Run-TryBot: Bryan C. Mills <bcmills@google.com>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Jay Conrod <jayconrod@google.com>
Reviewed-by: Michael Matloob <matloob@golang.org>
src/cmd/go/internal/modload/init.go