aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorGopher Robot <gobot@golang.org>2023-06-12 18:48:44 +0000
committerGopher Robot <gobot@golang.org>2023-06-12 19:51:08 +0000
commit8e447d8cc585b0089d1938b8747264783295e65f (patch)
tree3c37cf07792574ad03d8f3b4368d67e5d37afa8c /go.mod
parent22c99979527e39b0c665cb2ed3c91e30739b69e6 (diff)
downloadgo-x-crypto-0.10.0.tar.xz
go.mod: update golang.org/x dependenciesv0.10.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: If19e251a79af033583e6968766b7a831741cebb7 Reviewed-on: https://go-review.googlesource.com/c/crypto/+/502518 Reviewed-by: Heschi Kreinick <heschi@google.com> Run-TryBot: Gopher Robot <gobot@golang.org> Reviewed-by: Carlos Amedee <carlos@golang.org> TryBot-Result: Gopher Robot <gobot@golang.org> Auto-Submit: Gopher Robot <gobot@golang.org>
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod6
1 files changed, 3 insertions, 3 deletions
diff --git a/go.mod b/go.mod
index 27c2f2d..baadadb 100644
--- a/go.mod
+++ b/go.mod
@@ -4,8 +4,8 @@ go 1.17
require (
golang.org/x/net v0.10.0 // tagx:ignore
- golang.org/x/sys v0.8.0
- golang.org/x/term v0.8.0
+ golang.org/x/sys v0.9.0
+ golang.org/x/term v0.9.0
)
-require golang.org/x/text v0.9.0 // indirect
+require golang.org/x/text v0.10.0 // indirect