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 /go.mod | |
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 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -107,7 +107,7 @@ require ( github.com/yuin/goldmark-meta v1.0.0 go.jolheiser.com/hcaptcha v0.0.4 go.jolheiser.com/pwn v0.0.3 - golang.org/x/crypto v0.0.0-20201016220609-9e8e0b390897 + golang.org/x/crypto v0.0.0-20201217014255-9d1352758620 golang.org/x/net v0.0.0-20201031054903-ff519b6c9102 golang.org/x/oauth2 v0.0.0-20200902213428-5d25da1a8d43 golang.org/x/sys v0.0.0-20201211090839-8ad439b19e0f |