Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion go
Submodule go updated 111 files
8 changes: 4 additions & 4 deletions patches/0001-Vendor-external-dependencies.patch
Original file line number Diff line number Diff line change
Expand Up @@ -2265,7 +2265,7 @@ index 00000000000000..ae4055d2d71303
+// that are used by the backend package. This allows to track
+// their versions in a single patch file.
diff --git a/src/go.mod b/src/go.mod
index 93578227a229e7..9dd3dc50f2d0d9 100644
index 13194d3e0e55c2..094fc9bab7f346 100644
--- a/src/go.mod
+++ b/src/go.mod
@@ -11,3 +11,9 @@ require (
Expand All @@ -2279,7 +2279,7 @@ index 93578227a229e7..9dd3dc50f2d0d9 100644
+ github.com/microsoft/go-crypto-winnative v0.0.0-20260307231751-f82d13314c5c
+)
diff --git a/src/go.sum b/src/go.sum
index c088007f57652f..61948fa2a7a070 100644
index 1403e6f10b6a03..f4c10be0c19b33 100644
--- a/src/go.sum
+++ b/src/go.sum
@@ -1,3 +1,9 @@
Expand All @@ -2291,7 +2291,7 @@ index c088007f57652f..61948fa2a7a070 100644
+github.com/microsoft/go-crypto-winnative v0.0.0-20260307231751-f82d13314c5c/go.mod h1:a1Z07CJIuWa8WT/pzFIGNTTKS96s8o1B1TPOziAHUxw=
golang.org/x/crypto v0.50.0 h1:zO47/JPrL6vsNkINmLoo/PH1gcxpls50DNogFvB5ZGI=
golang.org/x/crypto v0.50.0/go.mod h1:3muZ7vA7PBCE6xgPX7nkzzjiUq87kRItoJQM1Yo8S+Q=
golang.org/x/net v0.53.1-0.20260410192740-cd64923cd7f4 h1:YxvMAEWKTqJ1JPwbgY2r7MoIutOit7xTXgoxo887lWQ=
golang.org/x/net v0.53.1-0.20260416211419-a4ac1da285b7 h1:pI4f6RycO6XrhGZl0Wt2rylPksDZLr8jT6uZGzLQGvA=
diff --git a/src/go/build/deps_test.go b/src/go/build/deps_test.go
index dd036a156898cf..e8eeb9455e4bb5 100644
--- a/src/go/build/deps_test.go
Expand Down Expand Up @@ -38256,7 +38256,7 @@ index 00000000000000..1722410e5af193
+ return getSystemDirectory() + "\\" + dll
+}
diff --git a/src/vendor/modules.txt b/src/vendor/modules.txt
index afa1c640fae9d8..bc6c939b6942f4 100644
index 03e65dc108d943..21165a217a76fc 100644
--- a/src/vendor/modules.txt
+++ b/src/vendor/modules.txt
@@ -1,3 +1,26 @@
Expand Down
Loading