Skip to content

Commit 2666ed6

Browse files
committed
go.mod: ignore cyclic dependency for tagging
tools and mod have a cyclic dependency, which needs to be broken during the upgrading/tagging process. This direction is due to the use of txtar in the tests for the zip package, which is much less important than the other direction. For golang/go#48523. Change-Id: Id5006280b0bc6b39f191b0281d542d251d80fff5 Reviewed-on: https://go-review.googlesource.com/c/mod/+/439335 Reviewed-by: Bryan Mills <[email protected]> Run-TryBot: Heschi Kreinick <[email protected]> TryBot-Result: Gopher Robot <[email protected]>
1 parent 2adab6b commit 2666ed6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ go 1.17
44

55
require (
66
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519
7-
golang.org/x/tools v0.0.0-20191119224855-298f0cb1881e
7+
golang.org/x/tools v0.0.0-20191119224855-298f0cb1881e // tagx:ignore
88
)

0 commit comments

Comments
 (0)