aboutsummaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorYarden Shoham <git@yardenshoham.com>2024-06-18 11:05:28 +0300
committerGitHub <noreply@github.com>2024-06-18 16:05:28 +0800
commit9c8092807aece43ed1b67cbedc18461784342465 (patch)
tree7c757800fc36ca97f37e10b2f9b59600ff57fd5d /go.mod
parent21783a5752f518e579d8fe48b33504a16674ee17 (diff)
downloadgitea-9c8092807aece43ed1b67cbedc18461784342465.tar.gz
gitea-9c8092807aece43ed1b67cbedc18461784342465.zip
Switch to upstream of `gorilla/feeds` (#31400)
They merged the PR we waited for. - Reference: https://github.com/gorilla/feeds/pull/107 - Follows: https://github.com/go-gitea/gitea/pull/28860 Signed-off-by: Yarden Shoham <git@yardenshoham.com> Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod4
1 files changed, 1 insertions, 3 deletions
diff --git a/go.mod b/go.mod
index ed9d806a65..281604e26a 100644
--- a/go.mod
+++ b/go.mod
@@ -59,7 +59,7 @@ require (
github.com/google/go-github/v61 v61.0.0
github.com/google/pprof v0.0.0-20240227163752-401108e1b7e7
github.com/google/uuid v1.6.0
- github.com/gorilla/feeds v1.1.2
+ github.com/gorilla/feeds v1.2.0
github.com/gorilla/sessions v1.2.2
github.com/h2non/gock v1.2.0
github.com/hashicorp/go-version v1.6.0
@@ -309,8 +309,6 @@ replace github.com/shurcooL/vfsgen => github.com/lunny/vfsgen v0.0.0-20220105142
replace github.com/nektos/act => gitea.com/gitea/act v0.259.1
-replace github.com/gorilla/feeds => github.com/yardenshoham/feeds v0.0.0-20240110072658-f3d0c21c0bd5
-
// TODO: This could be removed after https://github.com/mholt/archiver/pull/396 merged
replace github.com/mholt/archiver/v3 => github.com/anchore/archiver/v3 v3.5.2