commit | ea04085b103002db3b0d02d6ebbd97a0ffa29202 | [log] [tgz] |
---|---|---|
author | Gopher Robot <gobot@golang.org> | Wed Jul 09 12:06:17 2025 -0700 |
committer | Gopher Robot <gobot@golang.org> | Wed Jul 09 13:10:54 2025 -0700 |
tree | d20826de13087cab58d3331b501641adca536913 | |
parent | 9d3333156f465c85f68264344b5c08fbcf5fcacb [diff] |
go.mod: update golang.org/x dependencies Update golang.org/x dependencies to their latest tagged versions. Change-Id: Ia2530efe0df649fcc7069e5417db5ba5a08cd234 Reviewed-on: https://go-review.googlesource.com/c/mod/+/687015 LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org> Auto-Submit: Gopher Robot <gobot@golang.org> Reviewed-by: Dmitri Shuralyov <dmitshur@google.com> Reviewed-by: Carlos Amedee <carlos@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.