aboutsummaryrefslogtreecommitdiff
path: root/src/go.mod
diff options
context:
space:
mode:
authorAlan Donovan <adonovan@google.com>2025-09-11 14:43:58 -0400
committerAlan Donovan <adonovan@google.com>2025-09-12 10:25:29 -0700
commitcc8a6780acf192b0df2ecfab65bd8c2b5ab1f809 (patch)
treea48a09c856053dbeb7304bf439bec91d6bc620ad /src/go.mod
parent911455fe1893bcd90d30246117415dfbce658d88 (diff)
downloadgo-cc8a6780acf192b0df2ecfab65bd8c2b5ab1f809.tar.xz
vendor: update x/tools to 3adf0e9, and other repos
Notably, the x/tools update includes CL 702835. Also, pacify copyright_test report of missing copyright header in generated h2_bundle. Updates golang/go#75432 Change-Id: I428278e50dbcef5dcaa661004da0da9ab8f2c924 Reviewed-on: https://go-review.googlesource.com/c/go/+/702955 Reviewed-by: Dmitri Shuralyov <dmitshur@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
Diffstat (limited to 'src/go.mod')
-rw-r--r--src/go.mod8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/go.mod b/src/go.mod
index 51c38f3bc0..4b400fe871 100644
--- a/src/go.mod
+++ b/src/go.mod
@@ -3,11 +3,11 @@ module std
go 1.26
require (
- golang.org/x/crypto v0.41.0
- golang.org/x/net v0.43.0
+ golang.org/x/crypto v0.42.0
+ golang.org/x/net v0.44.0
)
require (
- golang.org/x/sys v0.35.0 // indirect
- golang.org/x/text v0.28.0 // indirect
+ golang.org/x/sys v0.36.0 // indirect
+ golang.org/x/text v0.29.0 // indirect
)