diff options
| author | Gopher Robot <gobot@golang.org> | 2023-07-05 12:43:43 +0000 |
|---|---|---|
| committer | Gopher Robot <gobot@golang.org> | 2023-07-05 13:50:10 +0000 |
| commit | e98487292dcad4efaa6033b245ee014f90d177a2 (patch) | |
| tree | b3e37954c3f5954145cf6d1aa9934dd69ed14c39 /go.mod | |
| parent | 183630ada7e00d6d4743f43479b7d4ea51de715e (diff) | |
| download | go-x-crypto-0.11.0.tar.xz | |
go.mod: update golang.org/x dependenciesv0.11.0
Update golang.org/x dependencies to their latest tagged versions.
Once this CL is submitted, and post-submit testing succeeds on all
first-class ports across all supported Go versions, this repository
will be tagged with its next minor version.
Change-Id: Icede82501a3703fcaad524f6b91ff6e5452b4547
Reviewed-on: https://go-review.googlesource.com/c/crypto/+/507837
Reviewed-by: Heschi Kreinick <heschi@google.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Run-TryBot: Gopher Robot <gobot@golang.org>
Auto-Submit: Gopher Robot <gobot@golang.org>
TryBot-Result: Gopher Robot <gobot@golang.org>
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -4,8 +4,8 @@ go 1.17 require ( golang.org/x/net v0.10.0 // tagx:ignore - golang.org/x/sys v0.9.0 - golang.org/x/term v0.9.0 + golang.org/x/sys v0.10.0 + golang.org/x/term v0.10.0 ) -require golang.org/x/text v0.10.0 // indirect +require golang.org/x/text v0.11.0 // indirect |
