source:
code/trunk/go.mod
Last change on this file was 69, checked in by , 7 weeks ago | |
---|---|
File size: 180 bytes |
Line | |
---|---|
1 | module mahou-no-mori.yakumo.dev/marisa |
2 | |
3 | go 1.17 |
4 | |
5 | require ( |
6 | github.com/dustin/go-humanize v1.0.0 |
7 | gopkg.in/ini.v1 v1.63.2 |
8 | ) |
9 | |
10 | require github.com/stretchr/testify v1.8.4 // indirect |
Note:
See TracBrowser
for help on using the repository browser.