Add new attachment processor that uses pre-allocated buffer (#120)

This commit is contained in:
marinthiercelin 2021-03-29 20:46:47 +02:00 committed by GitHub
parent b5823b9dee
commit 973856d299
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 424 additions and 2 deletions

4
go.mod
View file

@ -3,9 +3,9 @@ module github.com/ProtonMail/gopenpgp/v2
go 1.15
require (
github.com/ProtonMail/go-crypto v0.0.0-20210317131446-1ce7a431ff79
github.com/ProtonMail/go-crypto v0.0.0-20210329181949-3900d675f39b
github.com/ProtonMail/go-mime v0.0.0-20190923161245-9b5a4261663a
github.com/pkg/errors v0.8.1
github.com/pkg/errors v0.9.1
github.com/stretchr/testify v1.4.0
golang.org/x/mobile v0.0.0-20200801112145-973feb4309de
)