forked from Silverfish/proton-bridge
Other: Add v2 to module name
This commit is contained in:
@ -24,8 +24,10 @@ import (
|
||||
"github.com/ProtonMail/gopenpgp/v2/crypto"
|
||||
)
|
||||
|
||||
const testMailboxPassword = "apple"
|
||||
const testMailboxPasswordLegacy = "123"
|
||||
const (
|
||||
testMailboxPassword = "apple"
|
||||
testMailboxPasswordLegacy = "123"
|
||||
)
|
||||
|
||||
var (
|
||||
testPrivateKeyRing *crypto.KeyRing
|
||||
|
||||
Reference in New Issue
Block a user