13 lines
337 B
Modula-2
13 lines
337 B
Modula-2
module github.com/474420502/requests
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/474420502/gjson v1.1.3
|
|
github.com/elazarl/goproxy v0.0.0-2vi0190711103511-473e67f1d7d2
|
|
github.com/elazarl/goproxy/ext v0.0.0-20190711103511-473e67f1d7d2 // indirect
|
|
github.com/tidwall/match v1.0.1 // indirect
|
|
golang.org/x/net v0.0.0-00010101000000-000000000000
|
|
)
|
|
|