2020-04-07 10:55:41 +00:00
|
|
|
module github.com/474420502/hunter
|
|
|
|
|
|
|
|
go 1.14
|
|
|
|
|
2020-04-07 17:18:33 +00:00
|
|
|
require (
|
|
|
|
github.com/474420502/focus v0.8.1
|
2020-04-17 05:15:23 +00:00
|
|
|
github.com/474420502/gcurl v0.0.4
|
2020-04-10 17:44:31 +00:00
|
|
|
github.com/474420502/requests v1.5.0
|
2020-04-13 10:04:13 +00: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 10:54:19 +00:00
|
|
|
github.com/tebeka/selenium v0.9.9
|
2020-04-07 17:18:33 +00:00
|
|
|
)
|