Mercurial > yakumo_izuru > aya
diff go.mod @ 43:9c8d908163a9 draft
add go.mod and go.sum
author | sergii.zaitsev |
---|---|
date | Mon, 23 Sep 2019 08:15:24 +0000 |
parents | |
children | 2d7f7f19bec3 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/go.mod Mon Sep 23 08:15:24 2019 +0000 @@ -0,0 +1,11 @@ +module github.com/zserge/zs + +go 1.13 + +require ( + github.com/eknkc/amber v0.0.0-20171010120322-cdade1c07385 + github.com/russross/blackfriday v2.0.0+incompatible + github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect + github.com/yosssi/gcss v0.1.0 + gopkg.in/yaml.v2 v2.2.2 +)