Import gofeed
This commit is contained in:
parent
5da1cf0bd5
commit
1fee75a927
5 changed files with 92 additions and 5 deletions
13
go.mod
13
go.mod
|
|
@ -1,3 +1,16 @@
|
|||
module github.com/TheLovinator1/FeedVault
|
||||
|
||||
go 1.22.0
|
||||
|
||||
require github.com/mmcdole/gofeed v1.2.1
|
||||
|
||||
require (
|
||||
github.com/PuerkitoBio/goquery v1.8.0 // indirect
|
||||
github.com/andybalholm/cascadia v1.3.1 // indirect
|
||||
github.com/json-iterator/go v1.1.12 // indirect
|
||||
github.com/mmcdole/goxpp v1.1.0 // indirect
|
||||
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
|
||||
github.com/modern-go/reflect2 v1.0.2 // indirect
|
||||
golang.org/x/net v0.4.0 // indirect
|
||||
golang.org/x/text v0.5.0 // indirect
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue