| commit | d271cf332fd221d661d13b186b51a11d7e66ff74 | [log] [tgz] |
|---|---|---|
| author | Gopher Robot <gobot@golang.org> | Mon Dec 08 04:01:53 2025 -0800 |
| committer | Gopher Robot <gobot@golang.org> | Mon Dec 08 08:56:33 2025 -0800 |
| tree | fa4d3b739f98f476fa723be6158ecf36d28a6886 | |
| parent | 269c237cf350ceaea64412cd12374e840b1d9871 [diff] |
go.mod: update golang.org/x dependencies Update golang.org/x dependencies to their latest tagged versions. Change-Id: I56eac9edfc36572201aacff64c3568b06eaa6d10 Reviewed-on: https://go-review.googlesource.com/c/mod/+/728000 Auto-Submit: Gopher Robot <gobot@golang.org> 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>
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.