Making doc extraction more reliable (#17842)

* Making doc extraction more reliable

* fix error message

* Adding test doc file

* Removing test that not works on CI because the lack of a binary

Co-authored-by: Mattermod <mattermod@users.noreply.github.com>
Этот коммит содержится в:
Jesús Espino
2021-07-29 11:57:51 +02:00
коммит произвёл GitHub
родитель 0f07a934ff
Коммит b9cceb70ae
14 изменённых файлов: 34 добавлений и 32 удалений

2
go.mod
Просмотреть файл

@@ -3,7 +3,7 @@ module github.com/mattermost/mattermost-server/v6
go 1.15
require (
code.sajari.com/docconv v1.1.1-0.20200701232649-d9ea05fbd50a
code.sajari.com/docconv v1.1.1-0.20210427001343-7b3472bc323a
github.com/HdrHistogram/hdrhistogram-go v0.9.0 // indirect
github.com/Masterminds/semver/v3 v3.1.1
github.com/Masterminds/squirrel v1.5.0