]> Cypherpunks repositories - gostls13.git/commit
cmd: update vendored golang.org/x/mod
authorDmitri Shuralyov <dmitshur@golang.org>
Fri, 12 May 2023 12:55:49 +0000 (08:55 -0400)
committerGopher Robot <gobot@golang.org>
Wed, 17 May 2023 17:26:48 +0000 (17:26 +0000)
commit6a41be228e1f59dae6001e058fd1b27c79592777
tree9f4edb09256c42036ac28cc27dd90246c88fcc60
parent16a0b7fddb63d407b735e23dd7866b3d071e14d5
cmd: update vendored golang.org/x/mod

Pull in CL 492990. This teaches 'go mod tidy' and other go subcommands
that write go.mod files to use semantic sort for exclude blocks, gated
on said files declaring Go version 1.21 or higher.

go get golang.org/x/mod@e7bea8f1d64f  # includes CL 492990
go mod tidy
go mod vendor

Fixes #60028.

Change-Id: Ia9342dcc23cd68de068a70657b59c25f69afa381
Reviewed-on: https://go-review.googlesource.com/c/go/+/494578
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Auto-Submit: Dmitri Shuralyov <dmitshur@golang.org>
Reviewed-by: Bryan Mills <bcmills@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Run-TryBot: Dmitri Shuralyov <dmitshur@golang.org>
src/cmd/go.mod
src/cmd/go.sum
src/cmd/go/testdata/script/mod_exclude_go121.txt [new file with mode: 0644]
src/cmd/vendor/golang.org/x/mod/modfile/rule.go
src/cmd/vendor/modules.txt