aboutsummaryrefslogtreecommitdiffstats
path: root/repository/common.go
diff options
context:
space:
mode:
authorMichael Muré <batolettre@gmail.com>2022-02-15 21:35:49 +0100
committerMichael Muré <batolettre@gmail.com>2022-02-15 21:35:49 +0100
commit44f61b66775e77fd8b42ba3ea57b2c323463b725 (patch)
tree8d611d4df0112c7ff20b6b834283fb459dd6e3d1 /repository/common.go
parent9ed515fd546a6ed5e82b2b87d12f0241727d3f89 (diff)
downloadgit-bug-44f61b66775e77fd8b42ba3ea57b2c323463b725.tar.gz
update keyring and migrate to github.com/ProtonMail/go-crypto
Diffstat (limited to 'repository/common.go')
-rw-r--r--repository/common.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/repository/common.go b/repository/common.go
index 4cefbd9e..459fc08a 100644
--- a/repository/common.go
+++ b/repository/common.go
@@ -3,9 +3,9 @@ package repository
import (
"io"
- "golang.org/x/crypto/openpgp"
- "golang.org/x/crypto/openpgp/armor"
- "golang.org/x/crypto/openpgp/errors"
+ "github.com/ProtonMail/go-crypto/openpgp"
+ "github.com/ProtonMail/go-crypto/openpgp/armor"
+ "github.com/ProtonMail/go-crypto/openpgp/errors"
)
// nonNativeListCommits is an implementation for ListCommits, for the case where