2020-07-06 16:33:35 +08:00
|
|
|
module intimate
|
|
|
|
|
|
2020-08-17 14:38:00 +08:00
|
|
|
go 1.15
|
2020-07-06 16:33:35 +08:00
|
|
|
|
|
|
|
|
require (
|
2020-08-17 14:38:00 +08:00
|
|
|
github.com/474420502/extractor v0.9.5
|
2020-07-31 18:04:10 +08:00
|
|
|
github.com/474420502/focus v0.12.0
|
2020-08-13 19:11:53 +08:00
|
|
|
github.com/474420502/gcurl v0.2.0
|
|
|
|
|
github.com/474420502/requests v1.7.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
|
|
|
)
|