requests/go.mod

12 lines
314 B
Modula-2
Raw Normal View History

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
2019-09-05 10:35:16 +00:00
github.com/stretchr/testify v1.4.0 // indirect
github.com/tidwall/gjson v1.3.2
golang.org/x/net v0.0.0-20190827160401-ba9fcec4b297
)