replace blackfriday.v2 with blackfriday/v2

This commit is contained in:
Dmitry Verkhoturov
2020-02-07 22:15:05 +01:00
parent d22e364d1b
commit 62c43cce77
17 changed files with 4 additions and 8 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ import (
"strings"
"github.com/PuerkitoBio/goquery"
bf "gopkg.in/russross/blackfriday.v2"
bf "github.com/russross/blackfriday/v2"
)
// CommentFormatter implements all generic formatting ops on comment