* MM-37186: Update dependencies The split client libraries were excluded from being upgraded. See: https://github.com/splitio/go-split-commons/issues/56 https://mattermost.atlassian.net/browse/MM-37186 ```release-note NONE ``` * Ignore staticcheck deprecation warnings ```release-note NONE ```
25 строки
1019 B
Modula-2
25 строки
1019 B
Modula-2
module code.sajari.com/docconv
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/JalfResi/justext v0.0.0-20170829062021-c0282dea7198
|
|
github.com/PuerkitoBio/goquery v1.5.1 // indirect
|
|
github.com/advancedlogic/GoOse v0.0.0-20191112112754-e742535969c1
|
|
github.com/andybalholm/cascadia v1.2.0 // indirect
|
|
github.com/araddon/dateparse v0.0.0-20200409225146-d820a6159ab1 // indirect
|
|
github.com/go-resty/resty/v2 v2.3.0 // indirect
|
|
github.com/golang/protobuf v1.4.2
|
|
github.com/google/go-cmp v0.4.0
|
|
github.com/jaytaylor/html2text v0.0.0-20200412013138-3577fbdbcff7 // indirect
|
|
github.com/levigross/exp-html v0.0.0-20120902181939-8df60c69a8f5 // indirect
|
|
github.com/mattn/go-runewidth v0.0.9 // indirect
|
|
github.com/olekukonko/tablewriter v0.0.4 // indirect
|
|
github.com/otiai10/gosseract/v2 v2.2.4
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
github.com/richardlehane/mscfb v1.0.3 // indirect
|
|
github.com/richardlehane/msoleps v1.0.1 // indirect
|
|
golang.org/x/net v0.0.0-20200602114024-627f9648deb9
|
|
golang.org/x/text v0.3.2 // indirect
|
|
)
|