2020-07-06 08:33:35 +00:00
|
|
|
module intimate
|
|
|
|
|
|
|
|
go 1.14
|
|
|
|
|
|
|
|
require (
|
2020-08-17 05:10:29 +00:00
|
|
|
github.com/474420502/extractor v0.9.4-0.20200817020657-7d26da5d1e89
|
2020-07-31 10:04:10 +00:00
|
|
|
github.com/474420502/focus v0.12.0
|
2020-08-13 11:11:53 +00:00
|
|
|
github.com/474420502/gcurl v0.2.0
|
2020-07-22 12:00:02 +00:00
|
|
|
github.com/474420502/hunter v0.3.4
|
2020-08-13 11:11:53 +00:00
|
|
|
github.com/474420502/requests v1.7.0
|
2020-07-06 08:33:35 +00:00
|
|
|
github.com/go-sql-driver/mysql v1.5.0
|
2020-07-15 07:44:21 +00:00
|
|
|
github.com/lestrrat-go/libxml2 v0.0.0-20200215080510-6483566f52cb
|
2020-07-22 12:00:02 +00:00
|
|
|
github.com/tebeka/selenium v0.9.9
|
2020-07-06 08:33:35 +00:00
|
|
|
github.com/tidwall/gjson v1.6.0
|
|
|
|
github.com/tidwall/pretty v1.0.1 // indirect
|
2020-07-14 11:00:34 +00:00
|
|
|
golang.org/x/net v0.0.0-20200707034311-ab3426394381 // indirect
|
|
|
|
gopkg.in/yaml.v2 v2.3.0
|
2020-07-06 08:33:35 +00:00
|
|
|
)
|