This commit is contained in:
emersion 2017-08-06 18:58:18 +02:00
parent d579059ccf
commit 360f954626
No known key found for this signature in database
GPG Key ID: 0FDE7BE0E88F5E48
3 changed files with 13 additions and 13 deletions

View File

@ -2,11 +2,11 @@ package pgpmime
import ( import (
"bytes" "bytes"
"crypto"
"io" "io"
"mime" "mime"
"mime/multipart" "mime/multipart"
"net/textproto" "net/textproto"
"crypto"
"golang.org/x/crypto/openpgp" "golang.org/x/crypto/openpgp"
"golang.org/x/crypto/openpgp/packet" "golang.org/x/crypto/openpgp/packet"