mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-05 21:49:30 -06:00
[chore]: Bump github.com/gorilla/feeds from 1.1.1 to 1.1.2 (#2414)
Bumps [github.com/gorilla/feeds](https://github.com/gorilla/feeds) from 1.1.1 to 1.1.2. - [Release notes](https://github.com/gorilla/feeds/releases) - [Commits](https://github.com/gorilla/feeds/compare/v1.1.1...v1.1.2) --- updated-dependencies: - dependency-name: github.com/gorilla/feeds dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
5556767ff7
commit
bffc67d764
13 changed files with 154 additions and 103 deletions
25
vendor/github.com/gorilla/feeds/README.md
generated
vendored
25
vendor/github.com/gorilla/feeds/README.md
generated
vendored
|
|
@ -1,6 +1,10 @@
|
|||
## gorilla/feeds
|
||||
[](https://godoc.org/github.com/gorilla/feeds)
|
||||
[](https://travis-ci.org/gorilla/feeds)
|
||||

|
||||
[](https://codecov.io/github/gorilla/feeds)
|
||||
[](https://godoc.org/github.com/gorilla/feeds)
|
||||
[](https://sourcegraph.com/github.com/gorilla/feeds?badge)
|
||||
|
||||

|
||||
|
||||
feeds is a web feed generator library for generating RSS, Atom and JSON feeds from Go
|
||||
applications.
|
||||
|
|
@ -13,7 +17,7 @@ applications.
|
|||
|
||||
[atom]: https://tools.ietf.org/html/rfc4287
|
||||
[rss]: http://www.rssboard.org/rss-specification
|
||||
[jsonfeed]: https://jsonfeed.org/version/1
|
||||
[jsonfeed]: https://jsonfeed.org/version/1.1
|
||||
|
||||
### Usage
|
||||
|
||||
|
|
@ -147,13 +151,18 @@ Outputs:
|
|||
</rss>
|
||||
|
||||
{
|
||||
"version": "https://jsonfeed.org/version/1",
|
||||
"version": "https://jsonfeed.org/version/1.1",
|
||||
"title": "jmoiron.net blog",
|
||||
"home_page_url": "http://jmoiron.net/blog",
|
||||
"description": "discussion about tech, footie, photos",
|
||||
"author": {
|
||||
"name": "Jason Moiron"
|
||||
},
|
||||
"authors": [
|
||||
{
|
||||
"name": "Jason Moiron"
|
||||
}
|
||||
],
|
||||
"items": [
|
||||
{
|
||||
"id": "",
|
||||
|
|
@ -163,7 +172,12 @@ Outputs:
|
|||
"date_published": "2013-01-16T03:22:24.530817846-05:00",
|
||||
"author": {
|
||||
"name": "Jason Moiron"
|
||||
}
|
||||
},
|
||||
"authors": [
|
||||
{
|
||||
"name": "Jason Moiron"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "",
|
||||
|
|
@ -182,4 +196,3 @@ Outputs:
|
|||
]
|
||||
}
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue