diff options
author | René 'Necoro' Neumann <necoro@necoro.eu> | 2023-04-21 10:30:55 +0200 |
---|---|---|
committer | René 'Necoro' Neumann <necoro@necoro.eu> | 2023-04-21 10:30:55 +0200 |
commit | d711e4769374365b3cf39adf1d609f48754d1cfb (patch) | |
tree | adff12588e3bc160560067f6e153c4dbc0a54549 /internal/feed | |
parent | 7411b3066a4db1197659cde5f04c09cbc484ea0b (diff) | |
download | feed2imap-go-d711e4769374365b3cf39adf1d609f48754d1cfb.tar.gz feed2imap-go-d711e4769374365b3cf39adf1d609f48754d1cfb.tar.bz2 feed2imap-go-d711e4769374365b3cf39adf1d609f48754d1cfb.zip |
Switch go-readability back to follow upstream
Diffstat (limited to 'internal/feed')
-rw-r--r-- | internal/feed/mail.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/feed/mail.go b/internal/feed/mail.go index ad669ae..af56263 100644 --- a/internal/feed/mail.go +++ b/internal/feed/mail.go @@ -11,13 +11,13 @@ import ( "strings" "time" - "github.com/Necoro/go-readability" "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/go-shiori/go-readability" "golang.org/x/net/html" "golang.org/x/net/html/charset" |