source:
code/trunk/go.mod@
50
Last change on this file since 50 was 48, checked in by , 4 years ago | |
---|---|
File size: 122 bytes |
Rev | Line | |
---|---|---|
[48] | 1 | module git.mills.io/prologic/zs |
[44] | 2 | |
[47] | 3 | go 1.17 |
[44] | 4 | |
5 | require ( | |
[47] | 6 | github.com/russross/blackfriday/v2 v2.1.0 |
7 | gopkg.in/yaml.v2 v2.4.0 | |
[44] | 8 | ) |
Note:
See TracBrowser
for help on using the repository browser.