仓库已迁到 gitea.malai.tech,同步更新 go.mod module 声明与全部内部 import, 使其可作为正式 Go 模块被 go get 解析(此前声明路径 gitea.malaihome.work 已不可达)。 Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
30 lines
882 B
Modula-2
30 lines
882 B
Modula-2
module gitea.malai.tech/ans/podcast-search-go
|
|
|
|
go 1.23
|
|
|
|
require (
|
|
github.com/mmcdole/gofeed v1.3.0
|
|
github.com/sirupsen/logrus v1.9.3
|
|
github.com/stretchr/testify v1.8.4
|
|
go.uber.org/ratelimit v0.3.1
|
|
)
|
|
|
|
require (
|
|
github.com/benbjohnson/clock v1.3.0 // indirect
|
|
golang.org/x/sys v0.5.0 // indirect
|
|
)
|
|
|
|
require (
|
|
github.com/PuerkitoBio/goquery v1.8.0 // indirect
|
|
github.com/andybalholm/cascadia v1.3.1 // indirect
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/json-iterator/go v1.1.12 // indirect
|
|
github.com/mmcdole/goxpp v1.1.1-0.20240225020742-a0c311522b23 // indirect
|
|
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
|
|
github.com/modern-go/reflect2 v1.0.2 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
golang.org/x/net v0.4.0 // indirect
|
|
golang.org/x/text v0.14.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|