requests/go.mod
2020-04-03 15:32:33 +08:00

12 lines
314 B
Modula-2

module requests
go 1.14
require (
github.com/elazarl/goproxy v0.0.0-20190711103511-473e67f1d7d2
github.com/elazarl/goproxy/ext v0.0.0-20190711103511-473e67f1d7d2 // indirect
github.com/stretchr/testify v1.4.0 // indirect
github.com/tidwall/gjson v1.3.2
golang.org/x/net v0.0.0-20200324143707-d3edc9973b7e
)