Skip to content

Commit

Permalink
Feat/dep update (matcornic#30)
Browse files Browse the repository at this point in the history
* feat: explicite use of blackfriday v2 for compatibilty purpose
  • Loading branch information
matcornic authored Dec 13, 2017
1 parent 97e4381 commit 535ed84
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
16 changes: 8 additions & 8 deletions Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@
branch = "master"
name = "github.com/jaytaylor/html2text"

[[constraint]]
name = "github.com/russross/blackfriday"
version = "2.0.0"

[[constraint]]
name = "github.com/stretchr/testify"
version = "1.1.4"

[[constraint]]
name = "gopkg.in/russross/blackfriday.v2"
version = "2.0.0"
2 changes: 1 addition & 1 deletion hermes.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"github.com/Masterminds/sprig"
"github.com/imdario/mergo"
"github.com/jaytaylor/html2text"
"github.com/russross/blackfriday"
"gopkg.in/russross/blackfriday.v2"
"html/template"
)

Expand Down

0 comments on commit 535ed84

Please sign in to comment.