mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-10-31 22:42:25 -05:00
[chore]: Bump github.com/gorilla/feeds from 1.1.2 to 1.2.0 (#3035)
This commit is contained in:
parent
863c67cb04
commit
03c5d016a7
8 changed files with 22 additions and 10 deletions
1
vendor/github.com/gorilla/feeds/feed.go
generated
vendored
1
vendor/github.com/gorilla/feeds/feed.go
generated
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue