Skip to content

Commit 252bee0

Browse files
heschigopherbot
authored andcommitted
go.mod: ignore cyclic dependency for tagging
Another followup to CL 439295, sorry. I forgot x/mod is also a problem, just via a longer path. For golang/go#48523. Change-Id: I0e1685bedc0747f8a939cd650d603910450c61d6 Reviewed-on: https://go-review.googlesource.com/c/text/+/442518 Auto-Submit: Heschi Kreinick <[email protected]> Reviewed-by: Bryan Mills <[email protected]> Run-TryBot: Heschi Kreinick <[email protected]> TryBot-Result: Gopher Robot <[email protected]>
1 parent ecab6e5 commit 252bee0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module golang.org/x/text
33
require golang.org/x/tools v0.1.12 // tagx:ignore
44

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

0 commit comments

Comments
 (0)