mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2025-12-19 00:27:06 +00:00
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