diff options
| author | Gopher Robot <gobot@golang.org> | 2023-11-27 15:56:14 +0000 |
|---|---|---|
| committer | Gopher Robot <gobot@golang.org> | 2023-11-27 16:00:28 +0000 |
| commit | 1eadac50a566dfaa1b603ca15e8ad3cbd1c77b20 (patch) | |
| tree | f3dd8e7bf4fa5c1d37aea4d8c0a1f6e035a780aa /go.mod | |
| parent | b2d7c26edb17864f117d8b0ee73c1843bcc6090f (diff) | |
| download | go-x-crypto-1eadac50a566dfaa1b603ca15e8ad3cbd1c77b20.tar.xz | |
go.mod: update golang.org/x dependencies
Update golang.org/x dependencies to their latest tagged versions.
Change-Id: I7fdfe509173c79a63d006b27d674f869a5baa2af
Reviewed-on: https://go-review.googlesource.com/c/crypto/+/545098
Reviewed-by: Heschi Kreinick <heschi@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Auto-Submit: Gopher Robot <gobot@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -4,8 +4,8 @@ go 1.18 require ( golang.org/x/net v0.10.0 // tagx:ignore - golang.org/x/sys v0.14.0 - golang.org/x/term v0.14.0 + golang.org/x/sys v0.15.0 + golang.org/x/term v0.15.0 ) require golang.org/x/text v0.14.0 // indirect |
