File tree Expand file tree Collapse file tree 12 files changed +23
-12
lines changed Expand file tree Collapse file tree 12 files changed +23
-12
lines changed Original file line number Diff line number Diff line change 9
9
10
10
"github.com/ProtonMail/go-crypto/openpgp/armor"
11
11
"github.com/ProtonMail/gopenpgp/v3/constants"
12
- "github.com/ProtonMail/gopenpgp/v3/internal"
12
+
13
+ "github.com/lovoo/gopenpgp/v3/internal"
13
14
)
14
15
15
16
// ArmorKey armors input as a public key.
Original file line number Diff line number Diff line change 9
9
"github.com/ProtonMail/go-crypto/openpgp/packet"
10
10
openpgp "github.com/ProtonMail/go-crypto/openpgp/v2"
11
11
"github.com/ProtonMail/gopenpgp/v3/constants"
12
- "github.com/ProtonMail/gopenpgp/v3/internal"
12
+
13
+ "github.com/lovoo/gopenpgp/v3/internal"
13
14
)
14
15
15
16
type pgpSplitReader struct {
Original file line number Diff line number Diff line change 6
6
"fmt"
7
7
8
8
"github.com/ProtonMail/go-crypto/openpgp/armor"
9
- "github.com/ProtonMail/gopenpgp/v3/internal"
9
+
10
+ "github.com/lovoo/gopenpgp/v3/internal"
10
11
)
11
12
12
13
// decryptionHandle collects the configuration parameters to decrypt a pgp message.
Original file line number Diff line number Diff line change 9
9
"github.com/ProtonMail/go-crypto/openpgp/packet"
10
10
openpgp "github.com/ProtonMail/go-crypto/openpgp/v2"
11
11
"github.com/ProtonMail/gopenpgp/v3/constants"
12
- "github.com/ProtonMail/gopenpgp/v3/internal"
12
+
13
+ "github.com/lovoo/gopenpgp/v3/internal"
13
14
)
14
15
15
16
// pgpSplitWriter type implements the PGPSplitWriter
Original file line number Diff line number Diff line change 7
7
"github.com/ProtonMail/go-crypto/openpgp/armor"
8
8
openpgp "github.com/ProtonMail/go-crypto/openpgp/v2"
9
9
"github.com/ProtonMail/gopenpgp/v3/constants"
10
- "github.com/ProtonMail/gopenpgp/v3/internal"
10
+
11
+ "github.com/lovoo/gopenpgp/v3/internal"
11
12
)
12
13
13
14
// encryptionHandle collects the configuration parameters for encrypting a message.
Original file line number Diff line number Diff line change 4
4
"bytes"
5
5
"testing"
6
6
7
- "github.com/ProtonMail /gopenpgp/v3/internal"
7
+ "github.com/lovoo /gopenpgp/v3/internal"
8
8
)
9
9
10
10
func TestDetachedSignaturesWithUnknownPackets (t * testing.T ) {
Original file line number Diff line number Diff line change @@ -11,7 +11,8 @@ import (
11
11
"github.com/ProtonMail/go-crypto/openpgp/packet"
12
12
"github.com/ProtonMail/gopenpgp/v3/armor"
13
13
"github.com/ProtonMail/gopenpgp/v3/constants"
14
- "github.com/ProtonMail/gopenpgp/v3/internal"
14
+
15
+ "github.com/lovoo/gopenpgp/v3/internal"
15
16
)
16
17
17
18
// ---- MODELS -----
Original file line number Diff line number Diff line change @@ -13,7 +13,8 @@ import (
13
13
"github.com/ProtonMail/go-crypto/openpgp/packet"
14
14
openpgp "github.com/ProtonMail/go-crypto/openpgp/v2"
15
15
"github.com/ProtonMail/gopenpgp/v3/constants"
16
- "github.com/ProtonMail/gopenpgp/v3/internal"
16
+
17
+ "github.com/lovoo/gopenpgp/v3/internal"
17
18
)
18
19
19
20
type signatureHandle struct {
Original file line number Diff line number Diff line change @@ -12,8 +12,9 @@ import (
12
12
"github.com/ProtonMail/go-crypto/openpgp/packet"
13
13
"github.com/ProtonMail/gopenpgp/v3/armor"
14
14
"github.com/ProtonMail/gopenpgp/v3/constants"
15
- "github.com/ProtonMail/gopenpgp/v3/internal"
16
15
"github.com/stretchr/testify/assert"
16
+
17
+ "github.com/lovoo/gopenpgp/v3/internal"
17
18
)
18
19
19
20
const signedPlainText = "Signed message\n "
Original file line number Diff line number Diff line change @@ -11,7 +11,8 @@ import (
11
11
"github.com/ProtonMail/go-crypto/openpgp/packet"
12
12
openpgp "github.com/ProtonMail/go-crypto/openpgp/v2"
13
13
"github.com/ProtonMail/gopenpgp/v3/constants"
14
- "github.com/ProtonMail/gopenpgp/v3/internal"
14
+
15
+ "github.com/lovoo/gopenpgp/v3/internal"
15
16
)
16
17
17
18
type verifyHandle struct {
You can’t perform that action at this time.
0 commit comments