source: code/trunk/go.mod@ 69

Last change on this file since 69 was 69, checked in by yakumo.izuru, 7 weeks ago

もっと頑張れよ、魔理沙

File size: 180 bytes
RevLine 
[69]1module mahou-no-mori.yakumo.dev/marisa
[1]2
3go 1.17
[11]4
[26]5require (
[65]6 github.com/dustin/go-humanize v1.0.0
7 gopkg.in/ini.v1 v1.63.2
[26]8)
[65]9
10require github.com/stretchr/testify v1.8.4 // indirect
Note: See TracBrowser for help on using the repository browser.