diff options
Diffstat (limited to '')
-rw-r--r-- | internal/feed/item.go | 2 |
1 files changed, 1 insertions, 1 deletions
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" |