source: code/trunk/go.mod@ 150

Last change on this file since 150 was 147, checked in by Izuru Yakumo, 15 months ago

コードのリファクタリングが完了しました

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

File size: 218 bytes
RevLine 
[142]1module marisa.chaotic.ninja/yukari
[107]2
[147]3go 1.16
[107]4
5require (
[147]6 github.com/stretchr/testify v1.9.0 // indirect
[140]7 github.com/valyala/fasthttp v1.34.0
8 golang.org/x/net v0.7.0
9 golang.org/x/text v0.7.0
[147]10 gopkg.in/ini.v1 v1.67.0
[107]11)
Note: See TracBrowser for help on using the repository browser.