diff options
| author | Gopher Robot <gobot@golang.org> | 2025-03-05 08:14:04 -0800 |
|---|---|---|
| committer | Gopher Robot <gobot@golang.org> | 2025-03-05 09:04:21 -0800 |
| commit | 49bf5b80c8108983f588ecabd7bf996e6e63a515 (patch) | |
| tree | ca80ab570104c5af5d58f4c79159886eeaaed6fe /go.mod | |
| parent | 24852b6b3fe89f0f239f5e7181473a28e39ae814 (diff) | |
| download | go-x-crypto-0.36.0.tar.xz | |
go.mod: update golang.org/x dependenciesv0.36.0
Update golang.org/x dependencies to their latest tagged versions.
Change-Id: Ieae7a2d210a65d5cd2cb7e2670d283176922c767
Reviewed-on: https://go-review.googlesource.com/c/crypto/+/655018
Auto-Submit: Gopher Robot <gobot@golang.org>
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>
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -4,8 +4,8 @@ go 1.23.0 require ( golang.org/x/net v0.21.0 // tagx:ignore - golang.org/x/sys v0.30.0 - golang.org/x/term v0.29.0 + golang.org/x/sys v0.31.0 + golang.org/x/term v0.30.0 ) -require golang.org/x/text v0.22.0 // indirect +require golang.org/x/text v0.23.0 // indirect |
