2019-07-17 18:20:09 +00:00
|
|
|
module requests
|
|
|
|
|
|
|
|
go 1.12
|
|
|
|
|
|
|
|
require (
|
|
|
|
474420502.top/eson/gjson v1.1.3
|
2019-09-04 10:29:52 +00:00
|
|
|
github.com/ahmetb/go-httpbin v0.0.0-20190607190512-d5c855a2c9eb
|
|
|
|
github.com/elazarl/goproxy v0.0.0-20190711103511-473e67f1d7d2
|
|
|
|
github.com/gorilla/mux v1.7.3 // indirect
|
|
|
|
github.com/pkg/errors v0.8.1 // indirect
|
2019-07-17 18:20:09 +00:00
|
|
|
github.com/tidwall/match v1.0.1 // indirect
|
2019-09-03 09:46:40 +00:00
|
|
|
golang.org/x/net v0.0.0-20190902185345-cdfb69ac37fc6fa907650654115ebebb3aae2087
|
2019-07-17 18:20:09 +00:00
|
|
|
)
|
2019-09-03 09:46:40 +00:00
|
|
|
|
|
|
|
replace golang.org/x/net => github.com/golang/net v0.0.0-20190902185345-cdfb69ac37fc6fa907650654115ebebb3aae2087
|