From 032f4e5d3928e319af534910cfad01b4052d8443 Mon Sep 17 00:00:00 2001 From: René 'Necoro' Neumann Date: Fri, 11 Sep 2020 22:25:56 +0200 Subject: Fix gofeed version; no other changes due to replace --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'go.mod') diff --git a/go.mod b/go.mod index 278045e..0e61b44 100644 --- a/go.mod +++ b/go.mod @@ -12,7 +12,7 @@ require ( github.com/google/go-cmp v0.5.2 github.com/google/uuid v1.1.2 github.com/jaytaylor/html2text v0.0.0-20200412013138-3577fbdbcff7 - github.com/mmcdole/gofeed v1.0.1 + github.com/mmcdole/gofeed v1.1.0 github.com/nightlyone/lockfile v1.0.0 golang.org/x/net v0.0.0-20200822124328-c89045814202 gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776 -- cgit v1.2.3-54-g00ecf