github.com/vnforks/kid/v5@v5.22.1-0.20200408055009-b89d99c65676/go.mod (about)

     1  module github.com/vnforks/kid/v5
     2  
     3  go 1.12
     4  
     5  require (
     6  	github.com/Masterminds/squirrel v1.1.0
     7  	github.com/NYTimes/gziphandler v1.1.1
     8  	github.com/RackSec/srslog v0.0.0-20180709174129-a4725f04ec91
     9  	github.com/armon/go-metrics v0.3.0 // indirect
    10  	github.com/avct/uasurfer v0.0.0-20191028135549-26b5daa857f1
    11  	github.com/codahale/hdrhistogram v0.0.0-20161010025455-3a0bb77429bd // indirect
    12  	github.com/dgryski/dgoogauth v0.0.0-20190221195224-5a805980a5f3
    13  	github.com/disintegration/imaging v1.6.2
    14  	github.com/dyatlov/go-opengraph v0.0.0-20180429202543-816b6608b3c8
    15  	github.com/fatih/color v1.9.0 // indirect
    16  	github.com/fsnotify/fsnotify v1.4.7
    17  	github.com/go-ldap/ldap v3.0.3+incompatible // indirect
    18  	github.com/go-redis/redis v6.15.7+incompatible // indirect
    19  	github.com/go-sql-driver/mysql v1.5.0
    20  	github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0
    21  	github.com/gorilla/handlers v1.4.2
    22  	github.com/gorilla/mux v1.7.3
    23  	github.com/gorilla/schema v1.1.0
    24  	github.com/gorilla/websocket v1.4.1
    25  	github.com/hako/durafmt v0.0.0-20191009132224-3f39dc1ed9f4
    26  	github.com/hashicorp/go-hclog v0.12.0 // indirect
    27  	github.com/hashicorp/go-plugin v1.2.0 // indirect
    28  	github.com/hashicorp/golang-lru v0.5.4 // indirect
    29  	github.com/hashicorp/memberlist v0.1.5
    30  	github.com/icrowley/fake v0.0.0-20180203215853-4178557ae428
    31  	github.com/jaytaylor/html2text v0.0.0-20190408195923-01ec452cbe43
    32  	github.com/jmoiron/sqlx v1.2.0
    33  	github.com/lib/pq v1.3.0
    34  	github.com/mattermost/go-i18n v1.11.0
    35  	github.com/mattermost/gorp v2.0.1-0.20190301154413-3b31e9a39d05+incompatible
    36  	github.com/mattermost/gosaml2 v0.3.2
    37  	github.com/mattermost/ldap v0.0.0-20191128190019-9f62ba4b8d4d
    38  	github.com/mattermost/mattermost-server v5.11.1+incompatible // indirect
    39  	github.com/mattermost/mattermost-server/v5 v5.21.0
    40  	github.com/mattermost/rsc v0.0.0-20160330161541-bbaefb05eaa0
    41  	github.com/mattermost/viper v1.0.4
    42  	github.com/mattn/go-isatty v0.0.12 // indirect
    43  	github.com/mattn/go-runewidth v0.0.8 // indirect
    44  	github.com/miekg/dns v1.1.27 // indirect
    45  	github.com/minio/minio-go/v6 v6.0.45
    46  	github.com/nhannv/mattermost-server v5.11.1+incompatible
    47  	github.com/oklog/run v1.1.0 // indirect
    48  	github.com/olekukonko/tablewriter v0.0.4 // indirect
    49  	github.com/olivere/elastic v6.2.27+incompatible // indirect
    50  	github.com/opentracing/opentracing-go v1.1.0
    51  	github.com/pborman/uuid v1.2.0
    52  	github.com/pelletier/go-toml v1.6.0 // indirect
    53  	github.com/pkg/errors v0.9.1
    54  	github.com/prometheus/client_golang v1.4.0
    55  	github.com/rs/cors v1.7.0
    56  	github.com/rwcarlsen/goexif v0.0.0-20190401172101-9e8deecbddbd
    57  	github.com/segmentio/analytics-go v3.1.0+incompatible
    58  	github.com/segmentio/backo-go v0.0.0-20200129164019-23eae7c10bd3 // indirect
    59  	github.com/sirupsen/logrus v1.4.2
    60  	github.com/spf13/cast v1.3.1 // indirect
    61  	github.com/spf13/cobra v0.0.5
    62  	github.com/stretchr/testify v1.4.0
    63  	github.com/throttled/throttled v2.2.4+incompatible
    64  	github.com/tylerb/graceful v1.2.15
    65  	github.com/uber/jaeger-client-go v2.22.1+incompatible
    66  	github.com/uber/jaeger-lib v2.2.0+incompatible
    67  	github.com/wiggin77/logr v1.0.4
    68  	github.com/wiggin77/merror v1.0.2
    69  	go.uber.org/zap v1.13.0
    70  	golang.org/x/crypto v0.0.0-20200220183623-bac4c82f6975
    71  	golang.org/x/image v0.0.0-20200119044424-58c23975cae1
    72  	golang.org/x/net v0.0.0-20200114155413-6afb5195e5aa
    73  	golang.org/x/text v0.3.2
    74  	golang.org/x/tools v0.0.0-20200213050514-49b8ac185c84
    75  	google.golang.org/genproto v0.0.0-20200128133413-58ce757ed39b // indirect
    76  	gopkg.in/asn1-ber.v1 v1.0.0-20181015200546-f715ec2f112d // indirect
    77  	gopkg.in/ini.v1 v1.51.1 // indirect
    78  	gopkg.in/mail.v2 v2.3.1
    79  	gopkg.in/natefinch/lumberjack.v2 v2.0.0
    80  	gopkg.in/olivere/elastic.v6 v6.2.27
    81  	gopkg.in/yaml.v2 v2.2.8 // indirect
    82  	willnorris.com/go/imageproxy v0.9.0
    83  )