]> Cypherpunks.ru repositories - gostls13.git/commit
doc/go1.22,cmd/go: document that 'go mod init' no longer imports from other vendoring...
authorBryan C. Mills <bcmills@google.com>
Mon, 11 Dec 2023 17:42:16 +0000 (12:42 -0500)
committerCarlos Amedee <carlos@golang.org>
Tue, 19 Dec 2023 15:51:46 +0000 (15:51 +0000)
commit9dd1cde9ac0f1e935ed44d33f6b4668be538c1ed
treea50b0ba9e1acf2f54018bcf519200a4044bd3ea7
parent22284c34f2936d996a182daae3118dcff18a4d25
doc/go1.22,cmd/go: document that 'go mod init' no longer imports from other vendoring tools

This support was removed in CL 518776.

For #61422.
Fixes #53327.

Change-Id: I8ad0f76aed5f03e32c4c2c5c0001c3f06beb3c7d
Reviewed-on: https://go-review.googlesource.com/c/go/+/548877
Reviewed-by: Carlos Amedee <carlos@golang.org>
Reviewed-by: Than McIntosh <thanm@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
doc/go1.22.html
src/cmd/go/alldocs.go
src/cmd/go/internal/modcmd/init.go