| commit | 7416265ac6eca137286fb2adcc87f9feec458b4c | [log] [tgz] |
|---|---|---|
| author | Gopher Robot <gobot@golang.org> | Sat Nov 08 04:01:50 2025 -0800 |
| committer | Gopher Robot <gobot@golang.org> | Tue Nov 11 07:05:13 2025 -0800 |
| tree | 5de7b8b757c0aa92db872294e0f2c7d25cec08c9 | |
| parent | 5517a715a62aaf2d2ab02e64ce67586c60767e8f [diff] |
go.mod: update golang.org/x dependencies Update golang.org/x dependencies to their latest tagged versions. Change-Id: Ia6304fe977a0f19eeb57f77742f1bd1a78ce534c Reviewed-on: https://go-review.googlesource.com/c/mod/+/718960 Auto-Submit: Gopher Robot <gobot@golang.org> Reviewed-by: Dmitri Shuralyov <dmitshur@google.com> Reviewed-by: David Chase <drchase@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
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.