1
0
mirror of https://github.com/kataras/iris.git synced 2025-12-22 20:37:05 +00:00

move the blackfriday lib to the iris-contrib for the stability to avoid issues like: https://github.com/kataras/iris/issues/1132

Former-commit-id: 5540abd73f3b917e89a73486e5983605546b9008
This commit is contained in:
Gerasimos (Makis) Maropoulos
2018-11-11 00:41:55 +02:00
parent d766bf9f65
commit 3b2f19eda5
5 changed files with 14 additions and 14 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"
"github.com/russross/blackfriday"
"gopkg.in/yaml.v2"
)