1
0
mirror of https://github.com/kataras/iris.git synced 2026-01-10 21:45:57 +00:00

move blackfriday pkg to iris-contrib to avoid future issues like https://github.com/kataras/iris/issues/1132

Former-commit-id: 15119e623ab0e6ec480ed1be3621b87e2d29dafe
This commit is contained in:
Gerasimos (Makis) Maropoulos
2018-11-11 00:53:28 +02:00
parent 39117f63f2
commit ba7503c9eb
5 changed files with 18 additions and 12 deletions

View File

@@ -26,10 +26,10 @@ import (
"github.com/Shopify/goreferrer"
"github.com/fatih/structs"
"github.com/iris-contrib/blackfriday"
formbinder "github.com/iris-contrib/formBinder"
"github.com/json-iterator/go"
"github.com/microcosm-cc/bluemonday"
"gopkg.in/russross/blackfriday.v2"
"gopkg.in/yaml.v2"
)