From: Sam Thanawalla Date: Tue, 18 Jun 2024 18:48:57 +0000 (+0000) Subject: doc/next: update release notes for go list -m -json X-Git-Tag: go1.23rc1~6 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=2b12bbcb4561a6f45e8036e71c8440b7bca50de6;p=gostls13.git doc/next: update release notes for go list -m -json For #65614 Change-Id: I49921aefb79efbc012e745cc2abd9ff36c0a9149 Reviewed-on: https://go-review.googlesource.com/c/go/+/593495 Reviewed-by: Dmitri Shuralyov Auto-Submit: Sam Thanawalla LUCI-TryBot-Result: Go LUCI Reviewed-by: Dmitri Shuralyov --- diff --git a/doc/next/3-tools.md b/doc/next/3-tools.md index 73f931c102..7ae651e0b4 100644 --- a/doc/next/3-tools.md +++ b/doc/next/3-tools.md @@ -45,7 +45,6 @@ the files but instead print the necessary changes as a unified diff. It exits with a non-zero code if updates are needed. - The `go` `list` `-m` `-json` command now includes new `Sum` and `GoModSum` fields. This is similar to the existing behavior of the `go` `mod` `download` `-json` command.