mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-05-06 22:18:28 +00:00
replace golang.org/x/crypto/openpgp with github.com/ProtonMail/go-crypto/openpgp
This commit is contained in:
committed by
Benj Fassbind
parent
f1649a647b
commit
cfcab13c2a
+4
-6
@@ -13,12 +13,10 @@ import (
|
||||
|
||||
"github.com/pkg/errors"
|
||||
|
||||
// TODO: replace crypto/openpgp since it is deprecated
|
||||
// https://github.com/golang/go/issues/44226
|
||||
"golang.org/x/crypto/openpgp" //nolint:staticcheck
|
||||
"golang.org/x/crypto/openpgp/clearsign" //nolint:staticcheck
|
||||
openpgp_errors "golang.org/x/crypto/openpgp/errors" //nolint:staticcheck
|
||||
"golang.org/x/crypto/openpgp/packet" //nolint:staticcheck
|
||||
"github.com/ProtonMail/go-crypto/openpgp"
|
||||
"github.com/ProtonMail/go-crypto/openpgp/clearsign"
|
||||
openpgp_errors "github.com/ProtonMail/go-crypto/openpgp/errors"
|
||||
"github.com/ProtonMail/go-crypto/openpgp/packet"
|
||||
"golang.org/x/term"
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user