aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorGopher Robot <gobot@golang.org>2025-11-19 11:44:35 -0800
committerGopher Robot <gobot@golang.org>2025-11-19 11:55:48 -0800
commit4e0068c0098be10d7025c99ab7c50ce454c1f0f9 (patch)
tree0c7c44d42cff856d71e995ae956364b3ab66c75d /go.mod
parente79546e28b85ea53dd37afe1c4102746ef553b9c (diff)
downloadgo-x-crypto-0.45.0.tar.xz
go.mod: update golang.org/x dependenciesv0.45.0
Update golang.org/x dependencies to their latest tagged versions. Change-Id: I3923d98d88595230b12db261c48168b863dc2ce9 Reviewed-on: https://go-review.googlesource.com/c/crypto/+/722000 LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Roland Shoemaker <roland@golang.org> Auto-Submit: Gopher Robot <gobot@golang.org> Reviewed-by: Neal Patel <nealpatel@google.com>
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 7c5b2e9..ed74331 100644
--- a/go.mod
+++ b/go.mod
@@ -3,7 +3,7 @@ module golang.org/x/crypto
go 1.24.0
require (
- golang.org/x/net v0.46.0 // tagx:ignore
+ golang.org/x/net v0.47.0 // tagx:ignore
golang.org/x/sys v0.38.0
golang.org/x/term v0.37.0
)