commit | f8a9fe217cff893cb67f4acad96a0021c13ee6e7 | [log] [tgz] |
---|---|---|
author | Gopher Robot <gobot@golang.org> | Thu Aug 07 05:02:03 2025 -0700 |
committer | Gopher Robot <gobot@golang.org> | Thu Aug 07 07:51:59 2025 -0700 |
tree | 7884440e890f9f6e05c172b87bab2311f4f3f889 | |
parent | ea04085b103002db3b0d02d6ebbd97a0ffa29202 [diff] |
go.mod: update golang.org/x dependencies Update golang.org/x dependencies to their latest tagged versions. Change-Id: I5298a600d913f7b3d73745ecc8f17cb2dec0b3bf Reviewed-on: https://go-review.googlesource.com/c/mod/+/693975 LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Dmitri Shuralyov <dmitshur@google.com> Reviewed-by: David Chase <drchase@google.com> Auto-Submit: Gopher Robot <gobot@golang.org>
This repository holds packages for writing tools that work directly with Go module mechanics. That is, it is for direct manipulation of Go modules themselves.
It is NOT about supporting general development tools that need to do things like load packages in module mode. That use case, where modules are incidental rather than the focus, should remain in x/tools, specifically x/tools/go/packages.
The specific case of loading packages should still be done by invoking the go command, which remains the single point of truth for package loading algorithms.