[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
parent 863c67cb04
commit 03c5d016a7
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