- module github.com/skx/rss2hook
- go 1.12
- require (
- github.com/PuerkitoBio/goquery v1.5.0 // indirect
- github.com/mmcdole/gofeed v1.0.0-beta2
- github.com/mmcdole/goxpp v0.0.0-20181012175147-0068e33feabf // indirect
- github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967
- github.com/stretchr/testify v1.3.0 // indirect
- golang.org/x/net v0.0.0-20190322120337-addf6b3196f6 // indirect
- )
|