2020-07-06 16:33:35 +08:00
|
|
|
module intimate
|
|
|
|
|
|
|
|
|
|
go 1.14
|
|
|
|
|
|
|
|
|
|
require (
|
2020-08-11 18:26:17 +08:00
|
|
|
github.com/474420502/extractor v0.5.2
|
2020-07-31 18:04:10 +08:00
|
|
|
github.com/474420502/focus v0.12.0
|
2020-07-14 19:00:34 +08:00
|
|
|
github.com/474420502/gcurl v0.1.2
|
2020-07-22 20:00:02 +08:00
|
|
|
github.com/474420502/hunter v0.3.4
|
2020-07-27 19:30:54 +08:00
|
|
|
github.com/474420502/requests v1.6.0
|
2020-07-06 16:33:35 +08:00
|
|
|
github.com/go-sql-driver/mysql v1.5.0
|
2020-07-15 15:44:21 +08:00
|
|
|
github.com/lestrrat-go/libxml2 v0.0.0-20200215080510-6483566f52cb
|
2020-07-22 20:00:02 +08:00
|
|
|
github.com/tebeka/selenium v0.9.9
|
2020-07-06 16:33:35 +08:00
|
|
|
github.com/tidwall/gjson v1.6.0
|
|
|
|
|
github.com/tidwall/pretty v1.0.1 // indirect
|
2020-07-14 19:00:34 +08:00
|
|
|
golang.org/x/net v0.0.0-20200707034311-ab3426394381 // indirect
|
|
|
|
|
gopkg.in/yaml.v2 v2.3.0
|
2020-07-06 16:33:35 +08:00
|
|
|
)
|