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