update blackfriday version

git-svn-id: file:///srv/svn/repo/aya/trunk@45 cec141ff-132a-4243-88a5-ce187bd62f94
This commit is contained in:
gsax
2020-03-24 05:10:58 +00:00
parent be5d92afe6
commit 2f401a4580
3 changed files with 4 additions and 4 deletions

2
zs.go
View File

@@ -14,8 +14,8 @@ import (
"time"
"github.com/eknkc/amber"
"github.com/russross/blackfriday"
"github.com/yosssi/gcss"
"gopkg.in/russross/blackfriday.v2"
"gopkg.in/yaml.v2"
)