Use forked version of gziphandler (#17852)

Этот коммит содержится в:
Agniva De Sarker
2021-06-30 14:39:28 +05:30
коммит произвёл GitHub
родитель f8fc5190ee
Коммит 97e3c550a4
19 изменённых файлов: 101 добавлений и 41 удалений

Просмотреть файл

@@ -14,7 +14,7 @@ import (
"strings"
"time"
"github.com/NYTimes/gziphandler"
"github.com/mattermost/gziphandler"
"github.com/opentracing/opentracing-go"
"github.com/opentracing/opentracing-go/ext"
spanlog "github.com/opentracing/opentracing-go/log"

Просмотреть файл

@@ -9,7 +9,7 @@ import (
"path/filepath"
"strings"
"github.com/NYTimes/gziphandler"
"github.com/mattermost/gziphandler"
"github.com/mattermost/mattermost-server/v5/model"
"github.com/mattermost/mattermost-server/v5/shared/mlog"