Rename go-pm-mime to go-mime
This commit is contained in:
parent
da2e0f77f0
commit
536a499f94
4 changed files with 6 additions and 6 deletions
|
|
@ -7,7 +7,7 @@ import (
|
||||||
"net/textproto"
|
"net/textproto"
|
||||||
"strings"
|
"strings"
|
||||||
|
|
||||||
pmmime "github.com/ProtonMail/go-pm-mime"
|
pmmime "github.com/ProtonMail/go-mime"
|
||||||
|
|
||||||
"golang.org/x/crypto/openpgp"
|
"golang.org/x/crypto/openpgp"
|
||||||
"golang.org/x/crypto/openpgp/packet"
|
"golang.org/x/crypto/openpgp/packet"
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,7 @@ import (
|
||||||
"mime"
|
"mime"
|
||||||
"net/textproto"
|
"net/textproto"
|
||||||
|
|
||||||
"github.com/ProtonMail/go-pm-mime"
|
"github.com/ProtonMail/go-mime"
|
||||||
|
|
||||||
"golang.org/x/crypto/openpgp"
|
"golang.org/x/crypto/openpgp"
|
||||||
"golang.org/x/crypto/openpgp/packet"
|
"golang.org/x/crypto/openpgp/packet"
|
||||||
|
|
|
||||||
4
glide.lock
generated
4
glide.lock
generated
|
|
@ -42,9 +42,9 @@ imports:
|
||||||
- encoding/internal
|
- encoding/internal
|
||||||
- encoding/internal/identifier
|
- encoding/internal/identifier
|
||||||
- transform
|
- transform
|
||||||
- name: github.com/ProtonMail/go-pm-mime
|
- name: github.com/ProtonMail/go-mime
|
||||||
version: dc270ae56b61837aa404c828a14b8ea731167ac0
|
version: dc270ae56b61837aa404c828a14b8ea731167ac0
|
||||||
repo: https://gitlab.protontech.ch/ProtonMail/go-pm-mime.git
|
repo: https://github.com/ProtonMail/go-mime.git
|
||||||
testImports:
|
testImports:
|
||||||
- name: github.com/davecgh/go-spew
|
- name: github.com/davecgh/go-spew
|
||||||
version: d8f796af33cc11cb798c1aaeb27a4ebc5099927d
|
version: d8f796af33cc11cb798c1aaeb27a4ebc5099927d
|
||||||
|
|
|
||||||
|
|
@ -4,6 +4,6 @@ import:
|
||||||
version: master
|
version: master
|
||||||
repo: https://github.com/ProtonMail/crypto.git
|
repo: https://github.com/ProtonMail/crypto.git
|
||||||
version: 9e4251120d8c43f10024d798bc6dde21d40704a0
|
version: 9e4251120d8c43f10024d798bc6dde21d40704a0
|
||||||
- package: github.com/ProtonMail/go-pm-mime
|
- package: github.com/ProtonMail/go-mime
|
||||||
repo: https://gitlab.protontech.ch/ProtonMail/go-pm-mime.git
|
repo: https://github.com/ProtonMail/go-mime.git
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue