Update dependencies

This commit is contained in:
Daniel Huigens 2019-05-21 16:09:17 +02:00
parent def57f1f88
commit 82d49bf235
2 changed files with 8 additions and 12 deletions

5
go.mod
View file

@ -3,9 +3,8 @@ module github.com/ProtonMail/gopenpgp
go 1.12
require (
github.com/ProtonMail/go-mime v0.0.0-20190501141126-dc270ae56b61
github.com/Sirupsen/logrus v0.0.0-20180904202135-3791101e143b // indirect
github.com/stretchr/testify v1.3.0
github.com/ProtonMail/go-mime v0.0.0-20190521135552-09454e3dbe72
github.com/stretchr/testify v1.2.2
golang.org/x/crypto v0.0.0-20190513172903-22d7a77e9e5f
)