Update go-crypto

This commit is contained in:
Daniel Huigens 2023-02-17 13:46:16 +01:00
parent b4e40eb970
commit ba8a846837
2 changed files with 3 additions and 3 deletions

2
go.mod
View file

@ -3,7 +3,7 @@ module github.com/ProtonMail/gopenpgp/v2
go 1.15
require (
github.com/ProtonMail/go-crypto v0.0.0-20230124153114-0acdc8ae009b
github.com/ProtonMail/go-crypto v0.0.0-20230217124315-7d5c6f04bbb8
github.com/ProtonMail/go-mime v0.0.0-20221031134845-8fd9bc37cf08
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/pkg/errors v0.9.1