source: code/trunk/go.mod@ 65

Last change on this file since 65 was 65, checked in by yakumo.izuru, 21 months ago

M i m a s a m a ! ! !

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

File size: 176 bytes
Line 
1module marisa.chaotic.ninja/marisa
2
3go 1.17
4
5require (
6 github.com/dustin/go-humanize v1.0.0
7 gopkg.in/ini.v1 v1.63.2
8)
9
10require github.com/stretchr/testify v1.8.4 // indirect
Note: See TracBrowser for help on using the repository browser.