| commit | 4c04067938546e62fc0572259a68a6912726bcdd | [log] [tgz] |
|---|---|---|
| author | Gopher Robot <gobot@golang.org> | Thu Jan 08 04:02:03 2026 -0800 |
| committer | Gopher Robot <gobot@golang.org> | Fri Jan 09 08:07:51 2026 -0800 |
| tree | 1a8c3a3a0ade58c99fffb67c77c0d327dcb7d283 | |
| parent | d271cf332fd221d661d13b186b51a11d7e66ff74 [diff] |
go.mod: update golang.org/x dependencies Update golang.org/x dependencies to their latest tagged versions. Change-Id: I9cf9639d61458eafb78ce1f19b9bdcbc99fb148b Reviewed-on: https://go-review.googlesource.com/c/mod/+/734780 LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Junyang Shao <shaojunyang@google.com> Reviewed-by: Cherry Mui <cherryyz@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.