aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.eu>2022-06-11 00:20:19 +0200
committerRené 'Necoro' Neumann <necoro@necoro.eu>2022-06-11 00:20:19 +0200
commitac1773c71773242d7dd3841718a6189915074e8b (patch)
tree68374bbd51d0265d0da59260ec063fa23334b471 /go.mod
parent67c6f9b114be37e2a952d20600af0bcbedac6ee1 (diff)
downloadfeed2imap-go-ac1773c71773242d7dd3841718a6189915074e8b.tar.gz
feed2imap-go-ac1773c71773242d7dd3841718a6189915074e8b.tar.bz2
feed2imap-go-ac1773c71773242d7dd3841718a6189915074e8b.zip
Upgrade deps
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod4
1 files changed, 2 insertions, 2 deletions
diff --git a/go.mod b/go.mod
index 77005d0..c4bef8f 100644
--- a/go.mod
+++ b/go.mod
@@ -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