Skip to content

Commit 019aee5

Browse files
ALTreeBryan C. Mills
authored and
Bryan C. Mills
committed
cmd/go/internal/modfetch: update expected tags for external repos
Updates #27692 Change-Id: Ia32b9e401dfe1fbb64b7f1311d85b7a1ab959bc0 Reviewed-on: https://go-review.googlesource.com/137775 Run-TryBot: Alberto Donizetti <[email protected]> TryBot-Result: Gobot Gobot <[email protected]> Reviewed-by: Bryan C. Mills <[email protected]>
1 parent 1c8943b commit 019aee5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/cmd/go/internal/modfetch/coderepo_test.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -505,11 +505,11 @@ var codeRepoVersionsTests = []struct {
505505
},
506506
{
507507
path: "gopkg.in/russross/blackfriday.v2",
508-
versions: []string{"v2.0.0"},
508+
versions: []string{"v2.0.0", "v2.0.1"},
509509
},
510510
{
511511
path: "gopkg.in/natefinch/lumberjack.v2",
512-
versions: nil,
512+
versions: []string{"v2.0.0"},
513513
},
514514
}
515515

0 commit comments

Comments
 (0)