aboutsummaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
author6543 <6543@obermui.de>2021-10-16 16:21:16 +0200
committerGitHub <noreply@github.com>2021-10-16 16:21:16 +0200
commit3728f1daa08e4c228db212844612555e9e2904df (patch)
treea47302aa3106ee33643ebcdaa4b2c5fe52349596 /go.mod
parent8edda8b446200545b36432b57d00cd1972a5cb7e (diff)
downloadgitea-3728f1daa08e4c228db212844612555e9e2904df.tar.gz
gitea-3728f1daa08e4c228db212844612555e9e2904df.zip
Add RSS/Atom feed support for user actions (#16002)
Return rss/atom feed for user based on rss url suffix or Content-Type header.
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod1
1 files changed, 1 insertions, 0 deletions
diff --git a/go.mod b/go.mod
index e53d240914..7a4923e9e4 100644
--- a/go.mod
+++ b/go.mod
@@ -57,6 +57,7 @@ require (
github.com/google/go-querystring v1.1.0 // indirect
github.com/google/uuid v1.2.0
github.com/gorilla/context v1.1.1
+ github.com/gorilla/feeds v1.1.1
github.com/gorilla/mux v1.8.0 // indirect
github.com/gorilla/sessions v1.2.1 // indirect
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect