diff options
author | 6543 <6543@obermui.de> | 2020-02-11 19:58:23 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-11 20:58:23 +0200 |
commit | bfd62b6f0188fe2488dbaf5d8250ef37cd0a14e5 (patch) | |
tree | 9ca337e69e367c34cd31b25379e15221c332ef1c /go.mod | |
parent | 86fdba177ad82f3dcdfc237631fef4588042b9d6 (diff) | |
download | gitea-bfd62b6f0188fe2488dbaf5d8250ef37cd0a14e5.tar.gz gitea-bfd62b6f0188fe2488dbaf5d8250ef37cd0a14e5.zip |
update vendor keybase/go-crypto (#10234)
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -58,7 +58,7 @@ require ( github.com/jmhodges/levigo v1.0.0 // indirect github.com/joho/godotenv v1.3.0 // indirect github.com/kballard/go-shellquote v0.0.0-20170619183022-cd60e84ee657 - github.com/keybase/go-crypto v0.0.0-20170605145657-00ac4db533f6 + github.com/keybase/go-crypto v0.0.0-20200123153347-de78d2cb44f4 github.com/klauspost/compress v1.9.2 github.com/lafriks/xormstore v1.3.2 github.com/lib/pq v1.2.0 |