github.com/mattermost/mattermost-server/v5@v5.39.3/go.mod (about)

     1  module github.com/mattermost/mattermost-server/v5
     2  
     3  go 1.15
     4  
     5  require (
     6  	code.sajari.com/docconv v1.1.1-0.20210427001343-7b3472bc323a
     7  	github.com/HdrHistogram/hdrhistogram-go v0.9.0 // indirect
     8  	github.com/Masterminds/semver/v3 v3.1.1
     9  	github.com/Masterminds/squirrel v1.5.0
    10  	github.com/PuerkitoBio/goquery v1.7.0 // indirect
    11  	github.com/RoaringBitmap/roaring v0.8.0 // indirect
    12  	github.com/advancedlogic/GoOse v0.0.0-20200830213114-1225d531e0ad // indirect
    13  	github.com/andybalholm/brotli v1.0.3 // indirect
    14  	github.com/araddon/dateparse v0.0.0-20210429162001-6b43995a97de // indirect
    15  	github.com/armon/go-metrics v0.3.9 // indirect
    16  	github.com/avct/uasurfer v0.0.0-20191028135549-26b5daa857f1
    17  	github.com/aws/aws-sdk-go v1.38.67
    18  	github.com/blang/semver v3.5.1+incompatible
    19  	github.com/blevesearch/bleve v1.0.14
    20  	github.com/cespare/xxhash/v2 v2.1.1
    21  	github.com/codahale/hdrhistogram v0.0.0-20161010025455-3a0bb77429bd // indirect
    22  	github.com/corpix/uarand v0.1.1 // indirect
    23  	github.com/dgrijalva/jwt-go v3.2.0+incompatible
    24  	github.com/dgryski/dgoogauth v0.0.0-20190221195224-5a805980a5f3
    25  	github.com/disintegration/imaging v1.6.2
    26  	github.com/dyatlov/go-opengraph v0.0.0-20210112100619-dae8665a5b09
    27  	github.com/fatih/color v1.12.0 // indirect
    28  	github.com/felixge/httpsnoop v1.0.2 // indirect
    29  	github.com/fortytw2/leaktest v1.3.0 // indirect
    30  	github.com/francoispqt/gojay v1.2.13
    31  	github.com/fsnotify/fsnotify v1.4.9
    32  	github.com/getsentry/sentry-go v0.11.0
    33  	github.com/go-asn1-ber/asn1-ber v1.5.3 // indirect
    34  	github.com/go-redis/redis/v8 v8.10.0 // indirect
    35  	github.com/go-resty/resty/v2 v2.6.0 // indirect
    36  	github.com/go-sql-driver/mysql v1.6.0
    37  	github.com/golang-migrate/migrate/v4 v4.14.1
    38  	github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0
    39  	github.com/google/btree v1.0.1 // indirect
    40  	github.com/google/uuid v1.2.0 // indirect
    41  	github.com/gopherjs/gopherjs v0.0.0-20210621113107-84c6004145de // indirect
    42  	github.com/gorilla/handlers v1.5.1
    43  	github.com/gorilla/mux v1.8.0
    44  	github.com/gorilla/schema v1.2.0
    45  	github.com/gorilla/websocket v1.4.2
    46  	github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79 // indirect
    47  	github.com/h2non/go-is-svg v0.0.0-20160927212452-35e8c4b0612c
    48  	github.com/hako/durafmt v0.0.0-20210608085754-5c1018a4e16b
    49  	github.com/hashicorp/errwrap v1.1.0 // indirect
    50  	github.com/hashicorp/go-hclog v0.16.1
    51  	github.com/hashicorp/go-immutable-radix v1.3.0 // indirect
    52  	github.com/hashicorp/go-msgpack v1.1.5 // indirect
    53  	github.com/hashicorp/go-multierror v1.1.1
    54  	github.com/hashicorp/go-plugin v1.4.2
    55  	github.com/hashicorp/go-sockaddr v1.0.2 // indirect
    56  	github.com/hashicorp/golang-lru v0.5.4 // indirect
    57  	github.com/hashicorp/memberlist v0.2.4
    58  	github.com/hashicorp/yamux v0.0.0-20210316155119-a95892c5f864 // indirect
    59  	github.com/icrowley/fake v0.0.0-20180203215853-4178557ae428
    60  	github.com/jaytaylor/html2text v0.0.0-20200412013138-3577fbdbcff7
    61  	github.com/jmoiron/sqlx v1.3.4
    62  	github.com/jonboulle/clockwork v0.2.2
    63  	github.com/klauspost/cpuid/v2 v2.0.6 // indirect
    64  	github.com/klauspost/pgzip v1.2.5 // indirect
    65  	github.com/kr/pretty v0.2.0 // indirect
    66  	github.com/kr/text v0.2.0 // indirect
    67  	github.com/ledongthuc/pdf v0.0.0-20210621053716-e28cb8259002
    68  	github.com/lib/pq v1.10.2
    69  	github.com/mailru/easyjson v0.7.7 // indirect
    70  	github.com/mattermost/go-i18n v1.11.0
    71  	github.com/mattermost/gorp v1.6.2-0.20210419141818-0904a6a388d3
    72  	github.com/mattermost/gosaml2 v0.3.3
    73  	github.com/mattermost/gziphandler v0.0.1
    74  	github.com/mattermost/ldap v0.0.0-20201202150706-ee0e6284187d
    75  	github.com/mattermost/logr v1.0.13
    76  	github.com/mattermost/rsc v0.0.0-20160330161541-bbaefb05eaa0
    77  	github.com/mattn/go-isatty v0.0.13 // indirect
    78  	github.com/mattn/go-runewidth v0.0.13 // indirect
    79  	github.com/mholt/archiver/v3 v3.5.0
    80  	github.com/miekg/dns v1.1.43 // indirect
    81  	github.com/minio/md5-simd v1.1.2 // indirect
    82  	github.com/minio/minio-go/v7 v7.0.11
    83  	github.com/minio/sha256-simd v1.0.0 // indirect
    84  	github.com/mitchellh/go-testing-interface v1.14.1 // indirect
    85  	github.com/muesli/smartcrop v0.3.0 // indirect
    86  	github.com/oklog/run v1.1.0 // indirect
    87  	github.com/olekukonko/tablewriter v0.0.5 // indirect
    88  	github.com/olivere/elastic v6.2.35+incompatible // indirect
    89  	github.com/oov/psd v0.0.0-20210618170533-9fb823ddb631
    90  	github.com/opentracing/opentracing-go v1.2.0
    91  	github.com/otiai10/gosseract/v2 v2.3.1 // indirect
    92  	github.com/pborman/uuid v1.2.1
    93  	github.com/pelletier/go-toml v1.9.3 // indirect
    94  	github.com/pierrec/lz4/v4 v4.1.8 // indirect
    95  	github.com/pkg/errors v0.9.1
    96  	github.com/prometheus/client_golang v1.11.0
    97  	github.com/prometheus/client_model v0.2.0
    98  	github.com/reflog/dateconstraints v0.2.1
    99  	github.com/rs/cors v1.7.0
   100  	github.com/rs/xid v1.3.0 // indirect
   101  	github.com/rudderlabs/analytics-go v3.3.1+incompatible
   102  	github.com/russellhaering/goxmldsig v1.1.0
   103  	github.com/rwcarlsen/goexif v0.0.0-20190401172101-9e8deecbddbd
   104  	github.com/segmentio/backo-go v0.0.0-20200129164019-23eae7c10bd3 // indirect
   105  	github.com/sirupsen/logrus v1.8.1
   106  	github.com/smartystreets/assertions v1.0.0 // indirect
   107  	github.com/spf13/cobra v1.1.3
   108  	github.com/splitio/go-client/v6 v6.1.0
   109  	github.com/stretchr/objx v0.3.0 // indirect
   110  	github.com/stretchr/testify v1.7.0
   111  	github.com/throttled/throttled v2.2.5+incompatible
   112  	github.com/tidwall/gjson v1.8.0 // indirect
   113  	github.com/tidwall/pretty v1.2.0 // indirect
   114  	github.com/tinylib/msgp v1.1.6
   115  	github.com/tylerb/graceful v1.2.15
   116  	github.com/uber/jaeger-client-go v2.29.1+incompatible
   117  	github.com/uber/jaeger-lib v2.4.1+incompatible
   118  	github.com/ulikunitz/xz v0.5.10 // indirect
   119  	github.com/vmihailenco/msgpack/v5 v5.3.4
   120  	github.com/wiggin77/merror v1.0.3
   121  	github.com/wiggin77/srslog v1.0.1
   122  	github.com/willf/bitset v1.1.11 // indirect
   123  	github.com/xtgo/uuid v0.0.0-20140804021211-a0b114877d4c
   124  	github.com/yuin/goldmark v1.3.8
   125  	go.etcd.io/bbolt v1.3.6 // indirect
   126  	go.opentelemetry.io/otel/internal/metric v0.21.0 // indirect
   127  	go.uber.org/atomic v1.8.0 // indirect
   128  	go.uber.org/multierr v1.7.0 // indirect
   129  	go.uber.org/zap v1.17.0
   130  	golang.org/x/crypto v0.0.0-20210616213533-5ff15b29337e
   131  	golang.org/x/image v0.0.0-20210622092929-e6eecd499c2c
   132  	golang.org/x/net v0.0.0-20210614182718-04defd469f4e
   133  	golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
   134  	golang.org/x/sys v0.0.0-20210616094352-59db8d763f22 // indirect
   135  	golang.org/x/text v0.3.6
   136  	golang.org/x/tools v0.1.4
   137  	google.golang.org/genproto v0.0.0-20210624195500-8bfb893ecb84 // indirect
   138  	gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc // indirect
   139  	gopkg.in/ini.v1 v1.62.0 // indirect
   140  	gopkg.in/mail.v2 v2.3.1
   141  	gopkg.in/natefinch/lumberjack.v2 v2.0.0
   142  	gopkg.in/olivere/elastic.v6 v6.2.35
   143  	gopkg.in/yaml.v2 v2.4.0
   144  	willnorris.com/go/imageproxy v0.10.0
   145  )
   146  
   147  // Hack to prevent the willf/bitset module from being upgraded to 1.2.0.
   148  // They changed the module path from github.com/willf/bitset to
   149  // github.com/bits-and-blooms/bitset and a couple of dependent repos are yet
   150  // to update their module paths.
   151  exclude (
   152  	github.com/RoaringBitmap/roaring v0.7.0
   153  	github.com/RoaringBitmap/roaring v0.7.1
   154  	github.com/willf/bitset v1.2.0
   155  )