diff options
| author | Heschi Kreinick <heschi@google.com> | 2023-06-12 12:35:44 -0400 |
|---|---|---|
| committer | Gopher Robot <gobot@golang.org> | 2023-06-12 17:20:30 +0000 |
| commit | 22c99979527e39b0c665cb2ed3c91e30739b69e6 (patch) | |
| tree | dafbcb6a9839272bf7cd8bfe8ad9cc92d0aedfcf | |
| parent | d0b316056be80e452fdae998581d0a807b8df0a8 (diff) | |
| download | go-x-crypto-22c99979527e39b0c665cb2ed3c91e30739b69e6.tar.xz | |
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>
| -rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 ) |
