File: fix-import-paths.patch

package info (click to toggle)
golang-github-jhillyerd-enmime 0.9.3-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,124 kB
  • sloc: makefile: 25; sh: 16
file content (22 lines) | stat: -rw-r--r-- 506 bytes parent folder | download
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"