I did a go mod tidy run because https://go.dev/doc/modules/gomod-ref#go mentions something about transitive dependencies being noted differently. Fixed: 544 Change-Id: Ie631d83b8bb5e94f4ab7d47ae5d4eb4cc0b4ac06 Reviewed-on: https://boringssl-review.googlesource.com/c/boringssl/+/55365 Auto-Submit: David Benjamin <davidben@google.com> Reviewed-by: Adam Langley <agl@google.com> Commit-Queue: Adam Langley <agl@google.com>fips-20230428
parent
cdc1299f83
commit
f3a0b745c1
2 changed files with 6 additions and 5 deletions
@ -1,8 +1,13 @@ |
||||
module boringssl.googlesource.com/boringssl |
||||
|
||||
go 1.13 |
||||
go 1.19 |
||||
|
||||
require ( |
||||
golang.org/x/crypto v0.0.0-20210513164829-c07d793c2f9a |
||||
golang.org/x/net v0.0.0-20210614182718-04defd469f4e |
||||
) |
||||
|
||||
require ( |
||||
golang.org/x/sys v0.0.0-20210423082822-04245dca01da // indirect |
||||
golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 // indirect |
||||
) |
||||
|
Loading…
Reference in new issue