source:
code/trunk/go.mod@
32
Last change on this file since 32 was 32, checked in by , 4 weeks ago | |
---|---|
File size: 301 bytes |
Line | |
---|---|
1 | module mahou-no-mori.yakumo.dev/suwako |
2 | |
3 | go 1.21.0 |
4 | |
5 | toolchain go1.23.8 |
6 | |
7 | require ( |
8 | github.com/spf13/cobra v1.9.1 |
9 | gopkg.in/ini.v1 v1.67.0 |
10 | ) |
11 | |
12 | require ( |
13 | github.com/inconshreveable/mousetrap v1.1.0 // indirect |
14 | github.com/spf13/pflag v1.0.6 // indirect |
15 | github.com/stretchr/testify v1.10.0 // indirect |
16 | ) |
Note:
See TracBrowser
for help on using the repository browser.