File tree Expand file tree Collapse file tree 4 files changed +12
-4
lines changed
golang.org/x/crypto/cryptobyte Expand file tree Collapse file tree 4 files changed +12
-4
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ require (
17
17
github.com/stretchr/testify v1.8.2
18
18
github.com/zmap/zcrypto v0.0.0-20220402174210-599ec18ecbac
19
19
github.com/zmap/zlint/v3 v3.4.1
20
- golang.org/x/crypto v0.8 .0
20
+ golang.org/x/crypto v0.9 .0
21
21
)
22
22
23
23
require (
Original file line number Diff line number Diff line change @@ -376,8 +376,8 @@ golang.org/x/crypto v0.0.0-20191227163750-53104e6ec876/go.mod h1:LzIPMQfyMNhhGPh
376
376
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 /go.mod h1:LzIPMQfyMNhhGPhUkYOs5KpL4U8rLKemX1yGLhDgUto =
377
377
golang.org/x/crypto v0.0.0-20201124201722-c8d3bf9c5392 /go.mod h1:jdWPYTVW3xRLrWPugEBEK3UY2ZEsg3UU495nc5E+M+I =
378
378
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519 /go.mod h1:GvvjBRRGRdwPK5ydBHafDWAxML/pGHZbMvKqRZ5+Abc =
379
- golang.org/x/crypto v0.8 .0 h1:pd9TJtTueMTVQXzk8E2XESSMQDj/U7OUu0PqJqPXQjQ =
380
- golang.org/x/crypto v0.8 .0 /go.mod h1:mRqEX+O9/h5TFCrQhkgjo2yKi0yYA+9ecGkdQoHrywE =
379
+ golang.org/x/crypto v0.9 .0 h1:LF6fAI+IutBocDJ2OT0Q1g8plpYljMZ4+lty+dsqw3g =
380
+ golang.org/x/crypto v0.9 .0 /go.mod h1:yrmDGqONDYtNj3tH8X9dzUun2m2lzPa9ngI6/RUPGR0 =
381
381
golang.org/x/exp v0.0.0-20190121172915-509febef88a4 /go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA =
382
382
golang.org/x/exp v0.0.0-20190306152737-a1d7652674e8 /go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA =
383
383
golang.org/x/exp v0.0.0-20190510132918-efd6b22b2522 /go.mod h1:ZjyILWgesfNpC6sMxTJOJm9Kp84zZh5NQWvqDGG3Qr8 =
Original file line number Diff line number Diff line change @@ -143,7 +143,7 @@ github.com/zmap/zlint/v3/lints/etsi
143
143
github.com/zmap/zlint/v3/lints/mozilla
144
144
github.com/zmap/zlint/v3/lints/rfc
145
145
github.com/zmap/zlint/v3/util
146
- # golang.org/x/crypto v0.8 .0
146
+ # golang.org/x/crypto v0.9 .0
147
147
## explicit; go 1.17
148
148
golang.org/x/crypto/blowfish
149
149
golang.org/x/crypto/chacha20
You can’t perform that action at this time.
0 commit comments