aboutsummaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorJohan Fleury <jfleury+github@arcaik.net>2021-04-06 04:58:10 -0400
committerGitHub <noreply@github.com>2021-04-06 10:58:10 +0200
commitbd662b091fad176e225b39e7f05b73ecba37cd72 (patch)
tree06c08a7a32d641462f39804fae1549b69301364c /go.mod
parentd5ed15d99d9b5c375dc15b0a009c915ac4edc6f7 (diff)
downloadgo-git-bd662b091fad176e225b39e7f05b73ecba37cd72.tar.gz
*: replace golang.org/x/crypto/openpgp by github.com/ProtonMail/go-crypto/openpgp (#283)
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod1
1 files changed, 1 insertions, 0 deletions
diff --git a/go.mod b/go.mod
index feaa2e6..8e199ce 100644
--- a/go.mod
+++ b/go.mod
@@ -2,6 +2,7 @@ module github.com/go-git/go-git/v5
require (
github.com/Microsoft/go-winio v0.4.16 // indirect
+ github.com/ProtonMail/go-crypto v0.0.0-20210329181949-3900d675f39b
github.com/anmitsu/go-shlex v0.0.0-20161002113705-648efa622239 // indirect
github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5
github.com/emirpasic/gods v1.12.0