mirror of
https://github.com/Mic92/sops-nix.git
synced 2026-01-06 21:47:25 +08:00
switch to maintained openpgp library
This commit is contained in:
parent
024c079aa1
commit
3e2aefbc61
4 changed files with 14 additions and 7 deletions
|
|
@ -7,8 +7,8 @@ import (
|
|||
"reflect"
|
||||
"time"
|
||||
|
||||
"golang.org/x/crypto/openpgp"
|
||||
"golang.org/x/crypto/openpgp/packet"
|
||||
"github.com/ProtonMail/go-crypto/openpgp"
|
||||
"github.com/ProtonMail/go-crypto/openpgp/packet"
|
||||
"golang.org/x/crypto/ssh"
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue