2020-04-07 18:55:41 +08:00
|
|
|
module github.com/474420502/hunter
|
|
|
|
|
|
|
|
|
|
go 1.14
|
|
|
|
|
|
2020-04-08 01:18:33 +08:00
|
|
|
require (
|
2020-04-17 18:04:11 +08:00
|
|
|
github.com/474420502/focus v0.9.0
|
2020-04-17 13:15:23 +08:00
|
|
|
github.com/474420502/gcurl v0.0.4
|
2020-04-11 01:44:31 +08:00
|
|
|
github.com/474420502/requests v1.5.0
|
2020-04-13 18:04:13 +08:00
|
|
|
github.com/Pallinder/go-randomdata v1.1.0
|
|
|
|
|
github.com/lestrrat-go/libxml2 v0.0.0-20200215080510-6483566f52cb
|
|
|
|
|
github.com/pkg/errors v0.9.1 // indirect
|
2020-04-10 18:54:19 +08:00
|
|
|
github.com/tebeka/selenium v0.9.9
|
2020-04-08 01:18:33 +08:00
|
|
|
)
|