Skip to content

Commit ecab6e5

Browse files
heschigopherbot
authored andcommitted
go.mod: ignore cyclic dependency for tagging
Followup to CL 439295; let's try tagging indirect deps too. For golang/go#48523. Change-Id: I35c6b8a3ad382b585c0042888abf085e053ef8fb Reviewed-on: https://go-review.googlesource.com/c/text/+/442517 Auto-Submit: Heschi Kreinick <heschi@google.com> TryBot-Result: Gopher Robot <gobot@golang.org> Run-TryBot: Heschi Kreinick <heschi@google.com> Reviewed-by: Bryan Mills <bcmills@google.com>
1 parent 369c86b commit ecab6e5

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,7 +4,7 @@ require golang.org/x/tools v0.1.12 // tagx:ignore
44

55
require (
66
golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4 // indirect
7-
golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f // indirect
7+
golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f // indirect tagx:ignore
88
)
99

1010
go 1.17

0 commit comments

Comments
 (0)