source:
code/trunk/go.mod@
145
Last change on this file since 145 was 142, checked in by , 22 months ago | |
---|---|
File size: 145 bytes |
Rev | Line | |
---|---|---|
[142] | 1 | module marisa.chaotic.ninja/yukari |
[107] | 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.