commit | c0f41cb1a7a07106b068257d830929c8cbfc7232 | [log] [tgz] |
---|---|---|
author | Gopher Robot <gobot@golang.org> | Thu Apr 04 22:17:47 2024 +0000 |
committer | Gopher Robot <gobot@golang.org> | Thu Apr 04 23:13:35 2024 +0000 |
tree | ad91955bd7125145b64183280f6713a68d198c6d | |
parent | a685a6edb6d88ab9765b12435bfe6b5b25063500 [diff] |
go.mod: update golang.org/x dependencies Update golang.org/x dependencies to their latest tagged versions. Change-Id: Id32edc4bbe7845aee05cdd950023074508759c1d Reviewed-on: https://go-review.googlesource.com/c/exp/+/576716 LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Auto-Submit: Gopher Robot <gobot@golang.org> Reviewed-by: Than McIntosh <thanm@google.com> Reviewed-by: Dmitri Shuralyov <dmitshur@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.