diff options
Diffstat (limited to 'lib/keystore.go')
-rw-r--r-- | lib/keystore.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/keystore.go b/lib/keystore.go index dcdbd740..df048f4f 100644 --- a/lib/keystore.go +++ b/lib/keystore.go @@ -5,9 +5,9 @@ import ( "os" "path" + "github.com/ProtonMail/go-crypto/openpgp" + "github.com/ProtonMail/go-crypto/openpgp/packet" "github.com/kyoh86/xdg" - "golang.org/x/crypto/openpgp" - "golang.org/x/crypto/openpgp/packet" ) var ( |