summaryrefslogtreecommitdiff
path: root/vendor/github.com/gorilla/feeds/feed.go
diff options
context:
space:
mode:
authorLibravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-06-24 09:04:27 +0000
committerLibravatar GitHub <noreply@github.com>2024-06-24 09:04:27 +0000
commit03c5d016a7d3cee48fece16c3424dc40b71fb9e5 (patch)
treeaf2ee15b42dfd014166ac7d4637691ccc30b062e /vendor/github.com/gorilla/feeds/feed.go
parent[docs] fix: traefik redirect regex (#3032) (diff)
downloadgotosocial-03c5d016a7d3cee48fece16c3424dc40b71fb9e5.tar.xz
[chore]: Bump github.com/gorilla/feeds from 1.1.2 to 1.2.0 (#3035)
Diffstat (limited to 'vendor/github.com/gorilla/feeds/feed.go')
-rw-r--r--vendor/github.com/gorilla/feeds/feed.go1
1 files changed, 1 insertions, 0 deletions
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