From 03c5d016a7d3cee48fece16c3424dc40b71fb9e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2024 09:04:27 +0000 Subject: [chore]: Bump github.com/gorilla/feeds from 1.1.2 to 1.2.0 (#3035) --- vendor/github.com/gorilla/feeds/feed.go | 1 + 1 file changed, 1 insertion(+) (limited to 'vendor/github.com/gorilla/feeds/feed.go') diff --git a/vendor/github.com/gorilla/feeds/feed.go b/vendor/github.com/gorilla/feeds/feed.go index 790a1b6ce..929c226c0 100644 --- a/vendor/github.com/gorilla/feeds/feed.go +++ b/vendor/github.com/gorilla/feeds/feed.go @@ -32,6 +32,7 @@ type Item struct { Author *Author Description string // used as description in rss, summary in atom Id string // used as guid in rss, id in atom + IsPermaLink string // an optional parameter for guid in rss Updated time.Time Created time.Time Enclosure *Enclosure -- cgit v1.2.3