requests/go.mod

12 lines
314 B
Modula-2
Raw Permalink Normal View History

module requests
2020-04-03 07:32:33 +00:00
go 1.14
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
2020-04-03 07:32:33 +00:00
golang.org/x/net v0.0.0-20200324143707-d3edc9973b7e
)