Rename go-pm-mime to go-mime

This commit is contained in:
Daniel Huigens 2019-05-14 17:02:28 +02:00
parent da2e0f77f0
commit 536a499f94
4 changed files with 6 additions and 6 deletions

View file

@ -7,7 +7,7 @@ import (
"net/textproto"
"strings"
pmmime "github.com/ProtonMail/go-pm-mime"
pmmime "github.com/ProtonMail/go-mime"
"golang.org/x/crypto/openpgp"
"golang.org/x/crypto/openpgp/packet"

View file

@ -7,7 +7,7 @@ import (
"mime"
"net/textproto"
"github.com/ProtonMail/go-pm-mime"
"github.com/ProtonMail/go-mime"
"golang.org/x/crypto/openpgp"
"golang.org/x/crypto/openpgp/packet"