[chore]: Bump github.com/gorilla/feeds from 1.1.2 to 1.2.0 (#3035)

This commit is contained in:
dependabot[bot] 2024-06-24 09:04:27 +00:00 committed by GitHub
commit 03c5d016a7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 22 additions and 10 deletions

View file

@ -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