source: code/trunk/go.mod@ 144

Last change on this file since 144 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
Line 
1module marisa.chaotic.ninja/yukari
2
3go 1.14
4
5require (
6 github.com/valyala/fasthttp v1.34.0
7 golang.org/x/net v0.7.0
8 golang.org/x/text v0.7.0
9)
Note: See TracBrowser for help on using the repository browser.