source: code/trunk/go.mod@ 141

Last change on this file since 141 was 140, checked in by Izuru Yakumo, 2 years ago

Incorporate most of the open pull requests found on GitHub

Signed-off-by: Izuru Yakumo <yakumo.izuru@…>

File size: 143 bytes
Line 
1module github.com/asciimoo/morty
2
3go 1.14
4
5require (
6 github.com/valyala/fasthttp v1.34.0
7 golang.org/x/net v0.7.0
8 golang.org/x/text v0.7.0
9)
Note: See TracBrowser for help on using the repository browser.