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