diff options
Diffstat (limited to '')
-rw-r--r-- | go.mod | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -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 |