Release 2.3.0: Update go-crypto, add Key.IsRevoked and fix key.IsExpired
This commit is contained in:
parent
420bb96585
commit
130472d5a5
9 changed files with 85 additions and 43 deletions
4
go.mod
4
go.mod
|
|
@ -3,7 +3,7 @@ module github.com/ProtonMail/gopenpgp/v2
|
|||
go 1.15
|
||||
|
||||
require (
|
||||
github.com/ProtonMail/go-crypto v0.0.0-20210920160938-87db9fbc61c7
|
||||
github.com/ProtonMail/go-crypto v0.0.0-20211112122917-428f8eabeeb3
|
||||
github.com/ProtonMail/go-mime v0.0.0-20190923161245-9b5a4261663a
|
||||
github.com/pkg/errors v0.9.1
|
||||
github.com/stretchr/testify v1.4.0
|
||||
|
|
@ -11,4 +11,4 @@ require (
|
|||
golang.org/x/mobile v0.0.0-20200801112145-973feb4309de
|
||||
)
|
||||
|
||||
replace golang.org/x/mobile => github.com/ProtonMail/go-mobile v0.0.0-20210326110230-f181c70e4e2b
|
||||
replace golang.org/x/mobile => github.com/ProtonMail/go-mobile v0.0.0-20210326110230-f181c70e4e2b
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue