From e94d56f1e3ae14ca4a02a91399e5fc6d70bd0ae8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20=27Necoro=27=20Neumann?= Date: Tue, 31 Jan 2023 21:29:06 +0100 Subject: Update gofeed dependency --- go.mod | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'go.mod') diff --git a/go.mod b/go.mod index f811b19..ab85f69 100644 --- a/go.mod +++ b/go.mod @@ -4,7 +4,7 @@ go 1.19 require ( github.com/Necoro/go-readability v0.0.0-20220610220921-ea81c68a0622 - github.com/Necoro/gofeed v1.1.4-0.20220610221635-927ee67be36d + github.com/Necoro/gofeed v1.1.4-0.20230131202059-1fd7d2ee98c3 github.com/Necoro/html2text v0.0.0-20211029113451-0e111ca632ef github.com/PuerkitoBio/goquery v1.8.0 github.com/antonmedv/expr v1.10.3 @@ -26,11 +26,11 @@ require ( github.com/emersion/go-textwrapper v0.0.0-20200911093747-65d896831594 // indirect github.com/go-shiori/dom v0.0.0-20210627111528-4e4722cd0d65 // indirect github.com/gogs/chardet v0.0.0-20191104214054-4b6791f73a28 // indirect - github.com/json-iterator/go v1.1.10 // indirect + github.com/json-iterator/go v1.1.12 // indirect github.com/mattn/go-runewidth v0.0.9 // indirect - github.com/mmcdole/goxpp v0.0.0-20181012175147-0068e33feabf // indirect - github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421 // indirect - github.com/modern-go/reflect2 v0.0.0-20180701023420-4b7aa43c6742 // indirect + github.com/mmcdole/goxpp v1.0.0 // indirect + github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect + github.com/modern-go/reflect2 v1.0.2 // indirect github.com/olekukonko/tablewriter v0.0.5 // indirect github.com/ssor/bom v0.0.0-20170718123548-6386211fdfcf // indirect golang.org/x/text v0.6.0 // indirect -- cgit v1.2.3