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"

4
glide.lock generated
View file

@ -42,9 +42,9 @@ imports:
- encoding/internal
- encoding/internal/identifier
- transform
- name: github.com/ProtonMail/go-pm-mime
- name: github.com/ProtonMail/go-mime
version: dc270ae56b61837aa404c828a14b8ea731167ac0
repo: https://gitlab.protontech.ch/ProtonMail/go-pm-mime.git
repo: https://github.com/ProtonMail/go-mime.git
testImports:
- name: github.com/davecgh/go-spew
version: d8f796af33cc11cb798c1aaeb27a4ebc5099927d

View file

@ -4,6 +4,6 @@ import:
version: master
repo: https://github.com/ProtonMail/crypto.git
version: 9e4251120d8c43f10024d798bc6dde21d40704a0
- package: github.com/ProtonMail/go-pm-mime
repo: https://gitlab.protontech.ch/ProtonMail/go-pm-mime.git
- package: github.com/ProtonMail/go-mime
repo: https://github.com/ProtonMail/go-mime.git