2020-07-06 08:33:35 +00:00
|
|
|
module intimate
|
|
|
|
|
2020-08-17 06:38:00 +00:00
|
|
|
go 1.15
|
2020-07-06 08:33:35 +00:00
|
|
|
|
|
|
|
require (
|
2020-08-18 08:50:49 +00:00
|
|
|
github.com/474420502/extractor v0.9.6
|
2020-07-31 10:04:10 +00:00
|
|
|
github.com/474420502/focus v0.12.0
|
2020-08-28 11:07:12 +00:00
|
|
|
github.com/474420502/gcurl v0.4.4
|
|
|
|
github.com/474420502/requests v1.9.1
|
|
|
|
github.com/davecgh/go-spew v1.1.1
|
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-08-28 11:07:12 +00:00
|
|
|
golang.org/x/net v0.0.0-20200822124328-c89045814202 // indirect
|
2020-07-14 11:00:34 +00:00
|
|
|
gopkg.in/yaml.v2 v2.3.0
|
2020-07-06 08:33:35 +00:00
|
|
|
)
|