ISSUE-223

This commit is contained in:
Andrea Spacca
2019-05-11 15:12:38 +02:00
parent 415d23393d
commit a4e4cafc30
2 changed files with 2 additions and 1 deletions

View File

@ -35,7 +35,7 @@ import (
"encoding/json"
"errors"
"fmt"
"github.com/russross/blackfriday/v2"
blackfriday "gopkg.in/russross/blackfriday.v2"
"html"
html_template "html/template"
"io"