Update go-crypto, go-mime and prepare v2.6.1 release

This commit is contained in:
M. Thiercelin 2023-03-22 13:23:35 +01:00
parent 62f2ca828e
commit 524e1b89a9
No known key found for this signature in database
GPG key ID: 29581E7E24EBEC0A
5 changed files with 15 additions and 9 deletions

4
go.mod
View file

@ -3,8 +3,8 @@ module github.com/ProtonMail/gopenpgp/v2
go 1.15
require (
github.com/ProtonMail/go-crypto v0.0.0-20230217124315-7d5c6f04bbb8
github.com/ProtonMail/go-mime v0.0.0-20221031134845-8fd9bc37cf08
github.com/ProtonMail/go-crypto v0.0.0-20230321155629-9a39f2531310
github.com/ProtonMail/go-mime v0.0.0-20230322103455-7d82a3887f2f
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/pkg/errors v0.9.1
github.com/stretchr/testify v1.7.0