Add new attachment processor that uses pre-allocated buffer (#120)
This commit is contained in:
parent
b5823b9dee
commit
973856d299
6 changed files with 424 additions and 2 deletions
4
go.mod
4
go.mod
|
|
@ -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
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue