get all fields from apple podcast
This commit is contained in:
8
go.mod
8
go.mod
@@ -4,6 +4,11 @@ go 1.23
|
||||
|
||||
require github.com/mmcdole/gofeed v1.3.0
|
||||
|
||||
require (
|
||||
github.com/jinzhu/inflection v1.0.0 // indirect
|
||||
github.com/jinzhu/now v1.1.5 // indirect
|
||||
)
|
||||
|
||||
require (
|
||||
github.com/PuerkitoBio/goquery v1.8.0 // indirect
|
||||
github.com/andybalholm/cascadia v1.3.1 // indirect
|
||||
@@ -13,5 +18,6 @@ require (
|
||||
github.com/modern-go/reflect2 v1.0.2 // indirect
|
||||
github.com/stretchr/testify v1.8.4 // indirect
|
||||
golang.org/x/net v0.4.0 // indirect
|
||||
golang.org/x/text v0.5.0 // indirect
|
||||
golang.org/x/text v0.14.0 // indirect
|
||||
gorm.io/gorm v1.25.12
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user