source:
code/trunk/go.mod
Last change on this file was 32, checked in by , 4 weeks ago | |
---|---|
File size: 301 bytes |
Rev | Line | |
---|---|---|
[32] | 1 | module mahou-no-mori.yakumo.dev/suwako |
[1] | 2 | |
[31] | 3 | go 1.21.0 |
[21] | 4 | |
[31] | 5 | toolchain go1.23.8 |
6 | ||
[23] | 7 | require ( |
[31] | 8 | github.com/spf13/cobra v1.9.1 |
[26] | 9 | gopkg.in/ini.v1 v1.67.0 |
[23] | 10 | ) |
[26] | 11 | |
[31] | 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.