aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorTulir Asokan <tulir@maunium.net>2020-02-18 20:38:35 +0200
committerTulir Asokan <tulir@maunium.net>2020-02-18 20:38:35 +0200
commit18fa85f4c42fc23f4e35dc029cf59232adead404 (patch)
tree00413a6fff37b9d04ff32a782dbcc4a5c6d7e803 /lib
parent7012564d0ee8481c0e4c5ecb359f77d12c9f793b (diff)
Update deps
Diffstat (limited to 'lib')
-rw-r--r--lib/bfhtml/html.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bfhtml/html.go b/lib/bfhtml/html.go
index 75d72e1..cfffb96 100644
--- a/lib/bfhtml/html.go
+++ b/lib/bfhtml/html.go
@@ -19,7 +19,7 @@ package bfhtml
import (
"io"
- bf "gopkg.in/russross/blackfriday.v2"
+ bf "github.com/russross/blackfriday/v2"
)
type HTMLRenderer struct {