Skip to content

Commit

Permalink
go.mod: ignore cyclic dependency for tagging
Browse files Browse the repository at this point in the history
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 <[email protected]>
TryBot-Result: Gopher Robot <[email protected]>
Run-TryBot: Heschi Kreinick <[email protected]>
Reviewed-by: Bryan Mills <[email protected]>
  • Loading branch information
heschi authored and gopherbot committed Oct 12, 2022
1 parent 369c86b commit ecab6e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ require golang.org/x/tools v0.1.12 // tagx:ignore

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

go 1.17

0 comments on commit ecab6e5

Please sign in to comment.