replace blackfriday.v2 with blackfriday/v2
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user