Update html2text lib to use the original repo (#8900)

This commit is contained in:
Carlos Tadeu Panato Junior
2018-06-14 19:27:21 +02:00
committed by GitHub
parent 8883f48788
commit c8b99b97df
35 changed files with 3659 additions and 948 deletions

View File

@@ -18,7 +18,7 @@ import (
"net/http"
"github.com/mattermost/html2text"
"github.com/jaytaylor/html2text"
"github.com/mattermost/mattermost-server/mlog"
"github.com/mattermost/mattermost-server/model"
)