Merge tag 'v1.0.2' into develop
fix replace
This commit is contained in:
commit
119ecf843a
6
go.mod
6
go.mod
|
@ -2,6 +2,10 @@ module github.com/474420502/requests
|
||||||
|
|
||||||
go 1.13
|
go 1.13
|
||||||
|
|
||||||
|
replace (
|
||||||
|
golang.org/x/net => github.com/golang/net v0.0.0-20190902185345-cdfb69ac37fc6fa907650654115ebebb3aae2087
|
||||||
|
)
|
||||||
|
|
||||||
require (
|
require (
|
||||||
github.com/474420502/gjson v1.1.3
|
github.com/474420502/gjson v1.1.3
|
||||||
github.com/elazarl/goproxy v0.0.0-20190711103511-473e67f1d7d2
|
github.com/elazarl/goproxy v0.0.0-20190711103511-473e67f1d7d2
|
||||||
|
@ -9,5 +13,3 @@ require (
|
||||||
github.com/tidwall/match v1.0.1 // indirect
|
github.com/tidwall/match v1.0.1 // indirect
|
||||||
golang.org/x/net v0.0.0-00010101000000-000000000000
|
golang.org/x/net v0.0.0-00010101000000-000000000000
|
||||||
)
|
)
|
||||||
|
|
||||||
replace golang.org/x/net => github.com/golang/net v0.0.0-20190902185345-cdfb69ac37fc6fa907650654115ebebb3aae2087
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user