source:
code/trunk/go.mod@
89
Last change on this file since 89 was 89, checked in by , 7 weeks ago | |
---|---|
File size: 216 bytes |
Rev | Line | |
---|---|---|
[89] | 1 | module mahou-no-mori.yakumo.dev/aya |
[44] | 2 | |
[47] | 3 | go 1.17 |
[44] | 4 | |
5 | require ( | |
[60] | 6 | github.com/eknkc/amber v0.0.0-20171010120322-cdade1c07385 |
[47] | 7 | github.com/russross/blackfriday/v2 v2.1.0 |
[60] | 8 | github.com/yosssi/gcss v0.1.0 |
[75] | 9 | gopkg.in/yaml.v3 v3.0.1 |
[44] | 10 | ) |
Note:
See TracBrowser
for help on using the repository browser.