src/cmd/go.mod | 2 +- src/cmd/go.sum | 4 ++-- src/cmd/internal/moddeps/moddeps_test.go | 2 -- src/cmd/vendor/modules.txt | 2 +- diff --git a/src/cmd/go.mod b/src/cmd/go.mod index 8ffd61a0242c2dc81a1e0ef42c8c9df5799c28a0..d4f79a885ac8efec150c8f0d5911268df8947a71 100644 --- a/src/cmd/go.mod +++ b/src/cmd/go.mod @@ -6,7 +6,7 @@ require ( github.com/google/pprof v0.0.0-20251114195745-4902fdda35c8 golang.org/x/arch v0.23.0 golang.org/x/build v0.0.0-20251128064159-b9bfd88b30e8 - golang.org/x/mod v0.30.1-0.20251115032019-269c237cf350 + golang.org/x/mod v0.30.1-0.20260813213631-9239cba97fbe golang.org/x/sync v0.19.0 golang.org/x/sys v0.39.0 golang.org/x/telemetry v0.0.0-20251128220624-abf20d0e57ec diff --git a/src/cmd/go.sum b/src/cmd/go.sum index 107b74bfc23781e7780c52b75b461e76e7e56d59..171479a0bb9538245ea0df484d1a03bba3f3f9f8 100644 --- a/src/cmd/go.sum +++ b/src/cmd/go.sum @@ -10,8 +10,8 @@ golang.org/x/arch v0.23.0 h1:lKF64A2jF6Zd8L0knGltUnegD62JMFBiCPBmQpToHhg= golang.org/x/arch v0.23.0/go.mod h1:dNHoOeKiyja7GTvF9NJS1l3Z2yntpQNzgrjh1cU103A= golang.org/x/build v0.0.0-20251128064159-b9bfd88b30e8 h1:Mp+uRtHbKFW85lGBTOkOOfkPBz7AUKmZGcflkavmGRM= golang.org/x/build v0.0.0-20251128064159-b9bfd88b30e8/go.mod h1:Jx2RBBeTWGRSCwfSZ+w2Hg1f7LjWycsSkx+EciLAmPE= -golang.org/x/mod v0.30.1-0.20251115032019-269c237cf350 h1:JGDMsCp8NahDR9HSvwrF6V8tzEf87m7Bo4oZ07vRxdU= -golang.org/x/mod v0.30.1-0.20251115032019-269c237cf350/go.mod h1:lAsf5O2EvJeSFMiBxXDki7sCgAxEUcZHXoXMKT4GJKc= +golang.org/x/mod v0.30.1-0.20260813213631-9239cba97fbe h1:za+EWjpfhfVSY+eHBRIg0ZgFAkyfbcxonxwQjRphyhQ= +golang.org/x/mod v0.30.1-0.20260813213631-9239cba97fbe/go.mod h1:lAsf5O2EvJeSFMiBxXDki7sCgAxEUcZHXoXMKT4GJKc= golang.org/x/sync v0.19.0 h1:vV+1eWNmZ5geRlYjzm2adRgW2/mcpevXNg50YZtPCE4= golang.org/x/sync v0.19.0/go.mod h1:9KTHXmSnoGruLpwFjVSX0lNNA75CykiMECbovNTZqGI= golang.org/x/sys v0.39.0 h1:CvCKL8MeisomCi6qNZ+wbb0DN9E5AATixKsvNtMoMFk= diff --git a/src/cmd/internal/moddeps/moddeps_test.go b/src/cmd/internal/moddeps/moddeps_test.go index 0a6fe13e02e39ee451a072a68ff0fa1746abb37f..0467b0ebbf000cbd31f189653d574abe267d31d7 100644 --- a/src/cmd/internal/moddeps/moddeps_test.go +++ b/src/cmd/internal/moddeps/moddeps_test.go @@ -33,7 +33,6 @@ // // See issues 36852, 41409, and 43687. // (Also see golang.org/issue/27348.) func TestAllDependencies(t *testing.T) { - t.Skip() goBin := testenv.GoToolPath(t) // Ensure that all packages imported within GOROOT @@ -348,7 +347,6 @@ // dependency, minimizing the number of backports needed to pull in critical // fixes. It also ensures that any bug detected and fixed in one GOROOT module // (such as "std") is fixed in all other modules (such as "cmd") as well. func TestDependencyVersionsConsistent(t *testing.T) { - t.Skip() // Collect the dependencies of all modules in GOROOT, indexed by module path. type requirement struct { Required module.Version diff --git a/src/cmd/vendor/modules.txt b/src/cmd/vendor/modules.txt index 781b9c8fb47af373477068265b22cf0838094af1..8c3cd0450b193c5bba618a3f0cb4b665f5319d90 100644 --- a/src/cmd/vendor/modules.txt +++ b/src/cmd/vendor/modules.txt @@ -28,7 +28,7 @@ golang.org/x/arch/x86/x86asm # golang.org/x/build v0.0.0-20251128064159-b9bfd88b30e8 ## explicit; go 1.24.0 golang.org/x/build/relnote -# golang.org/x/mod v0.30.1-0.20251115032019-269c237cf350 +# golang.org/x/mod v0.30.1-0.20260813213631-9239cba97fbe ## explicit; go 1.24.0 golang.org/x/mod/internal/lazyregexp golang.org/x/mod/modfile