commit | 1759e969dad244f2f1a18cb367aff8614384ffe4 | [log] [tgz] |
---|---|---|
author | Gopher Robot <gobot@golang.org> | Sun Sep 07 05:01:43 2025 -0700 |
committer | Gopher Robot <gobot@golang.org> | Sun Sep 07 20:32:12 2025 -0700 |
tree | abab354d922374ef112cfe1fc985f282502e1e41 | |
parent | f060e16ef6180dd29cfa2a803bd919f05ad55a88 [diff] |
go.mod: update golang.org/x dependencies Update golang.org/x dependencies to their latest tagged versions. Change-Id: Id93f8cbaf80d06026b2934d3f4eb6c732b098176 Reviewed-on: https://go-review.googlesource.com/c/mod/+/701036 Reviewed-by: Dmitri Shuralyov <dmitshur@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.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.