commit | 0cdaa3abc0fa025dc2a2a0a108082837b6caf787 | [log] [tgz] |
---|---|---|
author | Gopher Robot <gobot@golang.org> | Tue Aug 06 20:01:30 2024 +0000 |
committer | Gopher Robot <gobot@golang.org> | Thu Aug 08 15:25:45 2024 +0000 |
tree | d6d48d925dbc8b22fb6c194239468dca8bd8c268 | |
parent | 8a7402abbf56ed11a2540c1d8beb569bd29e22d1 [diff] |
go.mod: update golang.org/x dependencies Update golang.org/x dependencies to their latest tagged versions. Change-Id: I61a264215ae88013ad2f5d5ff1a81b0650f4b212 Reviewed-on: https://go-review.googlesource.com/c/exp/+/603598 Reviewed-by: Dmitri Shuralyov <dmitshur@google.com> Auto-Submit: Gopher Robot <gobot@golang.org> Reviewed-by: David Chase <drchase@google.com> TryBot-Bypass: Dmitri Shuralyov <dmitshur@golang.org>
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.