diff options
| author | Bryan C. Mills <bcmills@google.com> | 2022-07-14 14:44:21 -0400 |
|---|---|---|
| committer | Gopher Robot <gobot@golang.org> | 2022-07-14 19:12:55 +0000 |
| commit | b9d5a25442ff4df9080250dd4b0d62c565466cec (patch) | |
| tree | ae05e4a672a858576c1ff02dfd512c59981280e0 /src/encoding/xml | |
| parent | a906d3dd099424ff17d7e46c4ecf793012d50197 (diff) | |
| download | go-b9d5a25442ff4df9080250dd4b0d62c565466cec.tar.xz | |
cmd/go: save zip sums for downloaded modules in 'go mod download' in a workspace
Within a single module we expect all needed checksums to have already
been recorded by a previous call to 'go get' or 'go mod tidy' in that
module. However, when we combine multiple modules in a workspace, they
may upgrade each other's dependencies, so a given module might be
upgraded above the highest version recorded in the individual go.sum
files for the workspace modules.
Since the checksums might not be present in individual go.sum files,
record them in go.work.sum.
Fixes #51946.
Change-Id: Icb4ea874b9e5c5b1950d42650974a24b5d6543d4
Reviewed-on: https://go-review.googlesource.com/c/go/+/417654
Auto-Submit: Bryan Mills <bcmills@google.com>
Reviewed-by: Hyang-Ah Hana Kim <hyangah@gmail.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Run-TryBot: Bryan Mills <bcmills@google.com>
Diffstat (limited to 'src/encoding/xml')
0 files changed, 0 insertions, 0 deletions
