requests/go.mod
2019-09-05 18:35:16 +08:00

12 lines
314 B
Modula-2

module requests
go 1.12
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-20190827160401-ba9fcec4b297
)