source:
code/trunk/go.mod@
56
Last change on this file since 56 was 56, checked in by , 2 years ago | |
---|---|
File size: 122 bytes |
Line | |
---|---|
1 | module marisa.chaotic.ninja/aya |
2 | |
3 | go 1.17 |
4 | |
5 | require ( |
6 | github.com/russross/blackfriday/v2 v2.1.0 |
7 | gopkg.in/yaml.v2 v2.4.0 |
8 | ) |
Note:
See TracBrowser
for help on using the repository browser.