source:
code/trunk/go.mod@
134
Last change on this file since 134 was 133, checked in by , 4 years ago | |
---|---|
File size: 171 bytes |
Line | |
---|---|
1 | module github.com/asciimoo/morty |
2 | |
3 | go 1.14 |
4 | |
5 | require ( |
6 | github.com/valyala/fasthttp v1.21.0 |
7 | golang.org/x/net v0.0.0-20201016165138-7b1cca2348c0 |
8 | golang.org/x/text v0.3.3 |
9 | ) |
Note:
See TracBrowser
for help on using the repository browser.