source: code/trunk/go.mod@ 146

Last change on this file since 146 was 142, checked in by Izuru Yakumo, 22 months ago

Rebrand to Yukari's Gap

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

File size: 145 bytes
RevLine 
[142]1module marisa.chaotic.ninja/yukari
[107]2
3go 1.14
4
5require (
[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.