Skip to content

Commit 22c9997

Browse files
heschigopherbot
authored andcommitted
go.mod: tell x repo tagging to ignore dep on net
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 <heschi@google.com> TryBot-Result: Gopher Robot <gobot@golang.org> Reviewed-by: Damien Neil <dneil@google.com> Run-TryBot: Heschi Kreinick <heschi@google.com>
1 parent d0b3160 commit 22c9997

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
@@ -3,7 +3,7 @@ module golang.org/x/crypto
33
go 1.17
44

55
require (
6-
golang.org/x/net v0.10.0
6+
golang.org/x/net v0.10.0 // tagx:ignore
77
golang.org/x/sys v0.8.0
88
golang.org/x/term v0.8.0
99
)

0 commit comments

Comments
 (0)