diff options
| author | Gopher Robot <gobot@golang.org> | 2024-10-04 15:23:27 +0000 |
|---|---|---|
| committer | Gopher Robot <gobot@golang.org> | 2024-10-04 15:35:24 +0000 |
| commit | adef4cc1a8c2ca4da1b1f4e6c976b59ca22dbfb8 (patch) | |
| tree | b9a4f62775fe5c19ea7a51397d63d60476c6e78f /go.mod | |
| parent | a0819fbb0244af70857f03b6984e1d4f93e6cabf (diff) | |
| download | go-x-crypto-0.28.0.tar.xz | |
go.mod: update golang.org/x dependenciesv0.28.0
Update golang.org/x dependencies to their latest tagged versions.
Change-Id: Id321d3b5909ecb66c0311ba86008509c7895863b
Reviewed-on: https://go-review.googlesource.com/c/crypto/+/617958
Auto-Submit: Gopher Robot <gobot@golang.org>
Reviewed-by: David Chase <drchase@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@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.20 require ( golang.org/x/net v0.21.0 // tagx:ignore - golang.org/x/sys v0.25.0 - golang.org/x/term v0.24.0 + golang.org/x/sys v0.26.0 + golang.org/x/term v0.25.0 ) -require golang.org/x/text v0.18.0 // indirect +require golang.org/x/text v0.19.0 // indirect |
