go colly 爬虫博客到wordpress
https://www.aispider.cc
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.
19 rivejä
727 B
19 rivejä
727 B
module go-wordpress-xmlrpc
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/PuerkitoBio/goquery v1.7.1 // indirect
|
|
github.com/andybalholm/cascadia v1.3.1 // indirect
|
|
github.com/antchfx/htmlquery v1.2.4 // indirect
|
|
github.com/antchfx/xmlquery v1.3.7 // indirect
|
|
github.com/gocolly/colly/v2 v2.1.0 // indirect
|
|
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
|
|
github.com/golang/protobuf v1.5.2 // indirect
|
|
github.com/kolo/xmlrpc v0.0.0-20201022064351-38db28db192b
|
|
github.com/temoto/robotstxt v1.1.2 // indirect
|
|
golang.org/x/net v0.0.0-20210927181540-4e4d966f7476 // indirect
|
|
golang.org/x/text v0.3.7 // indirect
|
|
google.golang.org/appengine v1.6.7 // indirect
|
|
google.golang.org/protobuf v1.27.1 // indirect
|
|
)
|
|
|