2019-07-17 18:20:09 +00:00
|
|
|
module requests
|
|
|
|
|
2020-04-03 07:32:33 +00:00
|
|
|
go 1.14
|
2019-07-17 18:20:09 +00:00
|
|
|
|
|
|
|
require (
|
2019-09-04 10:29:52 +00:00
|
|
|
github.com/elazarl/goproxy v0.0.0-20190711103511-473e67f1d7d2
|
2019-09-04 16:50:44 +00:00
|
|
|
github.com/elazarl/goproxy/ext v0.0.0-20190711103511-473e67f1d7d2 // indirect
|
2019-09-05 10:35:16 +00:00
|
|
|
github.com/stretchr/testify v1.4.0 // indirect
|
|
|
|
github.com/tidwall/gjson v1.3.2
|
2020-04-03 07:32:33 +00:00
|
|
|
golang.org/x/net v0.0.0-20200324143707-d3edc9973b7e
|
2019-07-17 18:20:09 +00:00
|
|
|
)
|