commit | 7e4ce0ab07d0297a790253e8d5f2e4a2c4c7c20c | [log] [tgz] |
---|---|---|
author | Gopher Robot <gobot@golang.org> | Mon Apr 07 19:18:13 2025 -0700 |
committer | Gopher Robot <gobot@golang.org> | Tue Apr 08 06:38:49 2025 -0700 |
tree | 3fb14ed861ada48ab5527e3b66cb85e5c1309071 | |
parent | 054e65f0b394d1bf387a254295588fb7e5bd0516 [diff] |
go.mod: update golang.org/x dependencies Update golang.org/x dependencies to their latest tagged versions. Change-Id: I4c6137a9deaa97a605607c7d097206a0e5618728 Reviewed-on: https://go-review.googlesource.com/c/exp/+/663622 LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Dmitri Shuralyov <dmitshur@google.com> Auto-Submit: Gopher Robot <gobot@golang.org> Reviewed-by: David Chase <drchase@google.com>
This subrepository holds experimental and deprecated (in the old
directory) packages.
The idea for this subrepository originated as the pkg/exp
directory of the main repository, but its presence there made it unavailable to users of the binary downloads of the Go installation. The subrepository has therefore been created to make it possible to go get
these packages.
Warning: Packages here are experimental and unreliable. Some may one day be promoted to the main repository or other subrepository, or they may be modified arbitrarily or even disappear altogether.
In short, code in this subrepository is not subject to the Go 1 compatibility promise. (No subrepo is, but the promise is even more likely to be violated by go.exp than the others.)
Caveat emptor.