]> Cypherpunks.ru repositories - gostls13.git/commit
cmd: update vendored golang.org/x/mod
authorDmitri Shuralyov <dmitshur@golang.org>
Fri, 2 Jun 2023 14:16:56 +0000 (10:16 -0400)
committerGopher Robot <gobot@golang.org>
Thu, 26 Oct 2023 17:53:40 +0000 (17:53 +0000)
commit7546c79e91f4a7abe3959a61e01e2d244dc5c440
treef0575f6882f2cfc63ab993fdebd34122b3c89514
parent0046c1414c4910dfe54abfcdbe18e565dd5a60f6
cmd: update vendored golang.org/x/mod

Pull in CL 500335. It teaches modfile.IsDirectoryPath to recognize all
relative paths that begin with a "." or ".." path element as a valid
directory path (rather than a module path). This allows removing the
path == "." check that CL 389298 added to modload.ToDirectoryPath.

go get golang.org/x/mod@6e58e47c  # CL 500335
go mod tidy
go mod vendor

Updates #51448.
Fixes #60572.

Change-Id: Ide99c728c8dac8fd238e13f6d6a0c3917d7aea2d
Cq-Include-Trybots: luci.golang.try:gotip-linux-amd64-longtest
Reviewed-on: https://go-review.googlesource.com/c/go/+/500355
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Auto-Submit: Dmitri Shuralyov <dmitshur@golang.org>
Reviewed-by: Bryan Mills <bcmills@google.com>
src/cmd/go.mod
src/cmd/go.sum
src/cmd/go/internal/modload/modfile.go
src/cmd/go/testdata/script/work_init_path.txt
src/cmd/vendor/golang.org/x/mod/modfile/rule.go
src/cmd/vendor/modules.txt