📜 feeds is a multi-protocol / multi-platform feed aggregation service that produces twtxt feeds for consumption by twtxt clients.
https://feeds.twtxt.net
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
34 lines
1.4 KiB
34 lines
1.4 KiB
module git.mills.io/prologic/feeds |
|
|
|
go 1.14 |
|
|
|
require ( |
|
github.com/JohannesKaufmann/html-to-markdown v1.3.0 |
|
github.com/PuerkitoBio/goquery v1.8.0 // indirect |
|
github.com/andyleap/microformats v0.0.0-20150523144534-25ae286f528b |
|
github.com/aofei/cameron v1.1.6 |
|
github.com/badgerodon/ioutil v0.0.0-20150716134133-06e58e34b867 |
|
github.com/cespare/xxhash/v2 v2.1.2 // indirect |
|
github.com/divan/num2words v0.0.0-20170904212200-57dba452f942 |
|
github.com/dustin/go-humanize v1.0.0 |
|
github.com/go-yaml/yaml v2.1.0+incompatible |
|
github.com/gorilla/mux v1.8.0 |
|
github.com/gosimple/slug v1.11.0 |
|
github.com/h2non/filetype v1.1.1 |
|
github.com/json-iterator/go v1.1.12 // indirect |
|
github.com/kr/pretty v0.2.0 // indirect |
|
github.com/mmcdole/gofeed v1.1.3 |
|
github.com/mmcdole/goxpp v0.0.0-20200921145534-2f3784f67354 // indirect |
|
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect |
|
github.com/n0madic/twitter-scraper v0.0.0-20211018203357-a2fb4f82473d |
|
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646 |
|
github.com/rickb777/accept v0.0.0-20170318132422-d5183c44530d |
|
github.com/robfig/cron v1.2.0 |
|
github.com/sirupsen/logrus v1.8.1 |
|
github.com/smartystreets/goconvey v1.6.7 // indirect |
|
github.com/spf13/pflag v1.0.5 |
|
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519 |
|
golang.org/x/net v0.0.0-20211020060615-d418f374d309 // indirect |
|
golang.org/x/sys v0.0.0-20211025201205-69cdffdb9359 // indirect |
|
golang.org/x/text v0.3.7 // indirect |
|
)
|
|
|