aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.eu>2023-01-31 21:29:06 +0100
committerRené 'Necoro' Neumann <necoro@necoro.eu>2023-01-31 21:29:06 +0100
commite94d56f1e3ae14ca4a02a91399e5fc6d70bd0ae8 (patch)
tree992c4969d007c66a1d49f742a1cfcc3ab1507efc /go.mod
parent3bb011d9c7c238e87006bf659f7746bbd696569d (diff)
downloadfeed2imap-go-e94d56f1e3ae14ca4a02a91399e5fc6d70bd0ae8.tar.gz
feed2imap-go-e94d56f1e3ae14ca4a02a91399e5fc6d70bd0ae8.tar.bz2
feed2imap-go-e94d56f1e3ae14ca4a02a91399e5fc6d70bd0ae8.zip
Update gofeed dependency
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod10
1 files changed, 5 insertions, 5 deletions
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