source:
code/trunk/go.mod@
45
Last change on this file since 45 was 45, checked in by , 5 years ago | |
---|---|
File size: 281 bytes |
Rev | Line | |
---|---|---|
[44] | 1 | module github.com/zserge/zs |
2 | ||
3 | go 1.13 | |
4 | ||
5 | require ( | |
6 | github.com/eknkc/amber v0.0.0-20171010120322-cdade1c07385 | |
[45] | 7 | gopkg.in/russross/blackfriday.v2 v2.0.0+incompatible |
[44] | 8 | github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect |
9 | github.com/yosssi/gcss v0.1.0 | |
10 | gopkg.in/yaml.v2 v2.2.2 | |
11 | ) |
Note:
See TracBrowser
for help on using the repository browser.