remove dependency to quotedprintable.v1

since the v2 is already used in gomail.go

Closes #29.
This commit is contained in:
fzerorubigd 2015-03-20 15:39:38 +03:30 committed by Alexandre Cesaro
parent 74f94c0f26
commit 11b919ab49
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ import (
"net/mail" "net/mail"
"time" "time"
"gopkg.in/alexcesaro/quotedprintable.v1" "gopkg.in/alexcesaro/quotedprintable.v2"
) )
// Export converts the message into a net/mail.Message. // Export converts the message into a net/mail.Message.