source: code/trunk/go.mod@ 139

Last change on this file since 139 was 136, checked in by asciimoo, 4 years ago

Merge pull request #100 from aureq/aureq-proxies

Support for HTTP proxy

File size: 171 bytes
RevLine 
[107]1module github.com/asciimoo/morty
2
3go 1.14
4
5require (
[133]6 github.com/valyala/fasthttp v1.21.0
7 golang.org/x/net v0.0.0-20201016165138-7b1cca2348c0
[114]8 golang.org/x/text v0.3.3
[107]9)
Note: See TracBrowser for help on using the repository browser.