-
- Downloads
Update golang.org/x/crypto commit hash to 8634188
parent
dacdd901
No related branches found
No related tags found
This commit is part of merge request !47. Comments created here will be created in the context of that merge request.
... | ... | @@ -24,6 +24,6 @@ require ( |
github.com/russross/blackfriday/v2 v2.1.0 | ||
github.com/theckman/go-flock v0.8.1 | ||
go.opencensus.io v0.23.0 | ||
golang.org/x/crypto v0.0.0-20220131195533-30dcbda58838 | ||
golang.org/x/crypto v0.0.0-20220214200702-86341886e292 | ||
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c | ||
) |
... | ... | @@ -366,6 +366,8 @@ golang.org/x/crypto v0.0.0-20211202192323-5770296d904e h1:MUP6MR3rJ7Gk9LEia0LP2y |
golang.org/x/crypto v0.0.0-20211202192323-5770296d904e/go.mod h1:IxCIyHEi3zRg3s0A5j5BB6A9Jmi73HwBIUl50j+osU4= | ||
golang.org/x/crypto v0.0.0-20220131195533-30dcbda58838 h1:71vQrMauZZhcTVK6KdYM+rklehEEwb3E+ZhaE5jrPrE= | ||
golang.org/x/crypto v0.0.0-20220131195533-30dcbda58838/go.mod h1:IxCIyHEi3zRg3s0A5j5BB6A9Jmi73HwBIUl50j+osU4= | ||
golang.org/x/crypto v0.0.0-20220214200702-86341886e292 h1:f+lwQ+GtmgoY+A2YaQxlSOnDjXcQ7ZRLWOHbC6HtRqE= | ||
golang.org/x/crypto v0.0.0-20220214200702-86341886e292/go.mod h1:IxCIyHEi3zRg3s0A5j5BB6A9Jmi73HwBIUl50j+osU4= | ||
golang.org/x/exp v0.0.0-20190121172915-509febef88a4/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA= | ||
golang.org/x/exp v0.0.0-20190306152737-a1d7652674e8/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA= | ||
golang.org/x/exp v0.0.0-20190510132918-efd6b22b2522/go.mod h1:ZjyILWgesfNpC6sMxTJOJm9Kp84zZh5NQWvqDGG3Qr8= | ||
... | ... |
Please register or sign in to comment