view go.mod @ 45:6a12d981eaac draft

Merge pull request #2 from gsax/master update blackfriday version
author zaitsev.serge
date Tue, 24 Mar 2020 06:19:37 +0000
parents 2d7f7f19bec3
children afb3280aaf28
line wrap: on
line source

module github.com/zserge/zs

go 1.13

require (
	github.com/eknkc/amber v0.0.0-20171010120322-cdade1c07385
	gopkg.in/russross/blackfriday.v2 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
)