source:
code/trunk/go.mod@
27
Last change on this file since 27 was 26, checked in by , 20 months ago | |
---|---|
File size: 173 bytes |
Line | |
---|---|
1 | module marisa.chaotic.ninja/suwako |
2 | |
3 | go 1.18 |
4 | |
5 | require ( |
6 | github.com/integrii/flaggy v1.5.2 |
7 | gopkg.in/ini.v1 v1.67.0 |
8 | ) |
9 | |
10 | require github.com/stretchr/testify v1.8.4 // indirect |
Note:
See TracBrowser
for help on using the repository browser.