aboutsummaryrefslogtreecommitdiff
path: root/internal
diff options
context:
space:
mode:
Diffstat (limited to 'internal')
-rw-r--r--internal/feed/feed.go2
-rw-r--r--internal/feed/filter/filter.go2
-rw-r--r--internal/feed/item.go2
-rw-r--r--internal/feed/mail.go4
-rw-r--r--internal/feed/parse.go2
5 files changed, 6 insertions, 6 deletions
diff --git a/internal/feed/feed.go b/internal/feed/feed.go
index 3b9aba1..014f8b6 100644
--- a/internal/feed/feed.go
+++ b/internal/feed/feed.go
@@ -6,7 +6,7 @@ import (
"strings"
"time"
- "github.com/mmcdole/gofeed"
+ "github.com/Necoro/gofeed"
"github.com/Necoro/feed2imap-go/internal/feed/filter"
"github.com/Necoro/feed2imap-go/pkg/config"
diff --git a/internal/feed/filter/filter.go b/internal/feed/filter/filter.go
index 8ff8a97..6377944 100644
--- a/internal/feed/filter/filter.go
+++ b/internal/feed/filter/filter.go
@@ -1,9 +1,9 @@
package filter
import (
+ "github.com/Necoro/gofeed"
"github.com/antonmedv/expr"
"github.com/antonmedv/expr/vm"
- "github.com/mmcdole/gofeed"
)
type Filter struct {
diff --git a/internal/feed/item.go b/internal/feed/item.go
index b45f5c5..44e878c 100644
--- a/internal/feed/item.go
+++ b/internal/feed/item.go
@@ -7,8 +7,8 @@ import (
"strings"
"time"
+ "github.com/Necoro/gofeed"
"github.com/google/uuid"
- "github.com/mmcdole/gofeed"
"github.com/Necoro/feed2imap-go/pkg/config"
"github.com/Necoro/feed2imap-go/pkg/util"
diff --git a/internal/feed/mail.go b/internal/feed/mail.go
index f5863a6..2865800 100644
--- a/internal/feed/mail.go
+++ b/internal/feed/mail.go
@@ -11,12 +11,12 @@ import (
"strings"
"time"
+ "github.com/Necoro/gofeed"
+ "github.com/Necoro/html2text"
"github.com/PuerkitoBio/goquery"
"github.com/emersion/go-message"
"github.com/emersion/go-message/mail"
"github.com/gabriel-vasile/mimetype"
- "github.com/jaytaylor/html2text"
- "github.com/mmcdole/gofeed"
"golang.org/x/net/html"
"github.com/Necoro/feed2imap-go/internal/feed/template"
diff --git a/internal/feed/parse.go b/internal/feed/parse.go
index a2812bd..520def8 100644
--- a/internal/feed/parse.go
+++ b/internal/feed/parse.go
@@ -5,8 +5,8 @@ import (
"io"
"os/exec"
+ "github.com/Necoro/gofeed"
"github.com/google/uuid"
- "github.com/mmcdole/gofeed"
"github.com/Necoro/feed2imap-go/internal/http"
)
amp;follow=1'>Bump github.com/google/uuid from 1.1.4 to 1.2.0dependabot[bot]2-3/+3 2021-02-15Issue #46: Make the resulting email body not to include single \r or \n. This...René 'Necoro' Neumann2-2/+66 2021-01-20Bump github.com/PuerkitoBio/goquery from 1.6.0 to 1.6.1dependabot[bot]2-3/+3 2021-01-09Bump github.com/google/uuid from 1.1.2 to 1.1.4dependabot[bot]2-3/+3 2021-01-09Bump github.com/emersion/go-message from 0.14.0 to 0.14.1 (#42)dependabot[bot]2-3/+3 2020-11-28Bump github.com/emersion/go-message from 0.13.0 to 0.14.0 (#38)dependabot[bot]2-3/+9 2020-11-28Bump github.com/google/go-cmp from 0.5.2 to 0.5.4 (#37)dependabot[bot]2-3/+3 2020-11-23Fix release.ymlv0.5.2René 'Necoro' Neumann1-3/+10 2020-11-23Prepare v0.5.2René 'Necoro' Neumann3-3/+8 2020-11-20Bump github.com/gabriel-vasile/mimetype from 1.1.1 to 1.1.2dependabot[bot]2-3/+3 2020-11-04Clean dependabot.ymlRené 'Necoro' Neumann1-4/+0