diff options
author | techknowlogick <techknowlogick@gitea.io> | 2020-12-20 10:36:07 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-20 17:36:07 +0200 |
commit | e0a84d78809f4b19247ec7538e76f73b1f4c499f (patch) | |
tree | ea4f043a30f0b3bf2a1d0f2e665a3ca7c0d0acad /vendor/modules.txt | |
parent | f3c4baa84b8fa7afb3eab137b4c5e3544bd9e761 (diff) | |
download | gitea-e0a84d78809f4b19247ec7538e76f73b1f4c499f.tar.gz gitea-e0a84d78809f4b19247ec7538e76f73b1f4c499f.zip |
dep: update crypto. info: https://golangtutorial.dev/news/fix-in-crypto-package/ (#14067)
Co-authored-by: zeripath <art27@cantab.net>
Diffstat (limited to 'vendor/modules.txt')
-rw-r--r-- | vendor/modules.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/modules.txt b/vendor/modules.txt index 6faf9069bc..a30151bf34 100644 --- a/vendor/modules.txt +++ b/vendor/modules.txt @@ -799,7 +799,7 @@ go.mongodb.org/mongo-driver/bson/bsonrw go.mongodb.org/mongo-driver/bson/bsontype go.mongodb.org/mongo-driver/bson/primitive go.mongodb.org/mongo-driver/x/bsonx/bsoncore -# golang.org/x/crypto v0.0.0-20201016220609-9e8e0b390897 +# golang.org/x/crypto v0.0.0-20201217014255-9d1352758620 ## explicit golang.org/x/crypto/acme golang.org/x/crypto/acme/autocert |