1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-22 18:28:37 +00:00

Add RSS/Atom feed support for user actions (#16002)

Return rss/atom feed for user based on rss url suffix or Content-Type header.
This commit is contained in:
6543
2021-10-16 16:21:16 +02:00
committed by GitHub
parent 8edda8b446
commit 3728f1daa0
22 changed files with 1521 additions and 39 deletions

3
vendor/modules.txt vendored
View File

@@ -469,6 +469,9 @@ github.com/google/uuid
github.com/gorilla/context
# github.com/gorilla/css v1.0.0
github.com/gorilla/css/scanner
# github.com/gorilla/feeds v1.1.1
## explicit
github.com/gorilla/feeds
# github.com/gorilla/handlers v1.5.1
github.com/gorilla/handlers
# github.com/gorilla/mux v1.8.0