Skip to content

Commit

Permalink
go.mod: tell x repo tagging to ignore dep on net
Browse files Browse the repository at this point in the history
CL 475438 introduced a cycle between net and crypto. This direction is
less important, so have the tagging process ignore it.

Change-Id: Ie424fef0238702a5a16aba79bb60f86f39dc66eb
Reviewed-on: https://go-review.googlesource.com/c/crypto/+/502595
Auto-Submit: Heschi Kreinick <[email protected]>
TryBot-Result: Gopher Robot <[email protected]>
Reviewed-by: Damien Neil <[email protected]>
Run-TryBot: Heschi Kreinick <[email protected]>
  • Loading branch information
heschi authored and gopherbot committed Jun 12, 2023
1 parent d0b3160 commit 22c9997
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 @@ -3,7 +3,7 @@ module golang.org/x/crypto
go 1.17

require (
golang.org/x/net v0.10.0
golang.org/x/net v0.10.0 // tagx:ignore
golang.org/x/sys v0.8.0
golang.org/x/term v0.8.0
)
Expand Down

0 comments on commit 22c9997

Please sign in to comment.