Update module github.com/gorilla/feeds to v1.2.0

Refs: https://github.com/go-gitea/gitea/pull/31400
This commit is contained in:
Renovate Bot 2024-06-18 02:03:02 +00:00 committed by Earl Warren
parent b5d96e7db7
commit a815eb552a
No known key found for this signature in database
GPG key ID: 0579CB2928A78A00
2 changed files with 3 additions and 5 deletions

4
go.mod
View file

@ -58,7 +58,7 @@ require (
github.com/google/go-github/v57 v57.0.0
github.com/google/pprof v0.0.0-20240528025155-186aa0362fba
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
@ -303,8 +303,6 @@ replace github.com/shurcooL/vfsgen => github.com/lunny/vfsgen v0.0.0-20220105142
replace github.com/nektos/act => gitea.com/gitea/act v0.261.1
replace github.com/gorilla/feeds => github.com/yardenshoham/feeds v0.0.0-20240110072658-f3d0c21c0bd5
exclude github.com/gofrs/uuid v3.2.0+incompatible
exclude github.com/gofrs/uuid v4.0.0+incompatible