1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
--- a/envelope.go
+++ b/envelope.go
@@ -8,7 +8,7 @@
"net/textproto"
"strings"
- "github.com/jaytaylor/html2text"
+ "jaytaylor.com/html2text"
"github.com/jhillyerd/enmime/internal/coding"
"github.com/jhillyerd/enmime/mediatype"
"github.com/pkg/errors"
--- a/part.go
+++ b/part.go
@@ -12,7 +12,7 @@
"strings"
"time"
- "github.com/gogs/chardet"
+ "github.com/gogits/chardet"
"github.com/jhillyerd/enmime/internal/coding"
"github.com/jhillyerd/enmime/mediatype"
"github.com/pkg/errors"
|