Skip to content

Commit 7433c10

Browse files
dmitshurawly
authored andcommitted
[release-branch.go1.21] all: tidy dependency versioning after release
Done with: go get golang.org/x/[email protected] go mod tidy go mod vendor go generate net/http # zero diff since CL 534235 already did this For golang#63417. For golang#63427. For CVE-2023-39325. Change-Id: Ib258e0d8165760a1082e02c2f4c5ce7d2a3c3c90 Reviewed-on: https://go-review.googlesource.com/c/go/+/534415 LUCI-TryBot-Result: Go LUCI <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]> Auto-Submit: Dmitri Shuralyov <[email protected]> Reviewed-by: Michael Pratt <[email protected]>
1 parent e56cd90 commit 7433c10

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/cmd/internal/moddeps/moddeps_test.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,6 @@ import (
3333
// See issues 36852, 41409, and 43687.
3434
// (Also see golang.org/issue/27348.)
3535
func TestAllDependencies(t *testing.T) {
36-
t.Skip("TODO(#63427): 1.21.3 contains unreleased changes from vendored modules")
37-
3836
goBin := testenv.GoToolPath(t)
3937

4038
// Ensure that all packages imported within GOROOT

0 commit comments

Comments
 (0)