mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-26 17:49:15 +01:00
10 lines
152 B
Modula-2
10 lines
152 B
Modula-2
module baidu_colly
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/apex/log v1.8.0
|
|
github.com/crawlab-team/crawlab-go-sdk v0.0.5
|
|
github.com/gocolly/colly/v2 v2.1.0
|
|
)
|