diff options
author | René 'Necoro' Neumann <necoro@necoro.eu> | 2022-06-11 00:20:19 +0200 |
---|---|---|
committer | René 'Necoro' Neumann <necoro@necoro.eu> | 2022-06-11 00:20:19 +0200 |
commit | ac1773c71773242d7dd3841718a6189915074e8b (patch) | |
tree | 68374bbd51d0265d0da59260ec063fa23334b471 /go.mod | |
parent | 67c6f9b114be37e2a952d20600af0bcbedac6ee1 (diff) | |
download | feed2imap-go-ac1773c71773242d7dd3841718a6189915074e8b.tar.gz feed2imap-go-ac1773c71773242d7dd3841718a6189915074e8b.tar.bz2 feed2imap-go-ac1773c71773242d7dd3841718a6189915074e8b.zip |
Upgrade deps
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -3,8 +3,8 @@ module github.com/Necoro/feed2imap-go go 1.18 require ( - github.com/Necoro/go-readability v0.0.0-20220107222023-364d914a66d0 - github.com/Necoro/gofeed v1.1.4-0.20211029114605-b1a032d3e32f + github.com/Necoro/go-readability v0.0.0-20220610220921-ea81c68a0622 + github.com/Necoro/gofeed v1.1.4-0.20220610221635-927ee67be36d github.com/Necoro/html2text v0.0.0-20211029113451-0e111ca632ef github.com/PuerkitoBio/goquery v1.8.0 github.com/antonmedv/expr v1.9.0 |