new: Add RSS Feed

This commit is contained in:
2024-12-19 12:13:56 +08:00
parent cbd6d07d52
commit 2a5d17676f
11 changed files with 95 additions and 40 deletions

1
go.mod
View File

@@ -5,6 +5,7 @@ go 1.23
require (
github.com/88250/lute v1.7.6
github.com/gin-gonic/gin v1.10.0
github.com/gorilla/feeds v1.2.0
github.com/huichen/wukong v0.0.0-20210824074240-ecbd39fa0b56
github.com/tencentyun/cos-go-sdk-v5 v0.7.59
gopkg.in/yaml.v3 v3.0.1