diff options
| author | Alan Donovan <adonovan@google.com> | 2025-09-11 14:43:58 -0400 |
|---|---|---|
| committer | Alan Donovan <adonovan@google.com> | 2025-09-12 10:25:29 -0700 |
| commit | cc8a6780acf192b0df2ecfab65bd8c2b5ab1f809 (patch) | |
| tree | a48a09c856053dbeb7304bf439bec91d6bc620ad /src/go.mod | |
| parent | 911455fe1893bcd90d30246117415dfbce658d88 (diff) | |
| download | go-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.mod | 8 |
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 ) |
