aboutsummaryrefslogtreecommitdiff
path: root/internal/feed/parse.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/feed/parse.go')
-rw-r--r--internal/feed/parse.go2
1 files changed, 1 insertions, 1 deletions
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"
)