From d711e4769374365b3cf39adf1d609f48754d1cfb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20=27Necoro=27=20Neumann?= Date: Fri, 21 Apr 2023 10:30:55 +0200 Subject: Switch go-readability back to follow upstream --- internal/feed/mail.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal') 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" -- cgit v1.2.3