Update deps

This commit is contained in:
Tulir Asokan
2020-02-18 20:38:35 +02:00
parent 7012564d0e
commit 18fa85f4c4
5 changed files with 58 additions and 110 deletions

View File

@ -19,7 +19,7 @@ package bfhtml
import (
"io"
bf "gopkg.in/russross/blackfriday.v2"
bf "github.com/russross/blackfriday/v2"
)
type HTMLRenderer struct {