github.com/xzl8028/xenia-server@v0.0.0-20190809101854-18450a97da63/go.mod (about)

     1  module github.com/xzl8028/xenia-server
     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/avct/uasurfer v0.0.0-20190308134847-43c6f9a90eeb
     9  	github.com/blang/semver v3.5.1+incompatible
    10  	github.com/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869 // indirect
    11  	github.com/corpix/uarand v0.0.0 // indirect
    12  	github.com/dgryski/dgoogauth v0.0.0-20190221195224-5a805980a5f3
    13  	github.com/disintegration/imaging v1.6.0
    14  	github.com/dyatlov/go-opengraph v0.0.0-20180429202543-816b6608b3c8
    15  	github.com/fortytw2/leaktest v1.3.0 // indirect
    16  	github.com/fsnotify/fsnotify v1.4.7
    17  	github.com/go-gorp/gorp v2.0.0+incompatible // indirect
    18  	github.com/go-ldap/ldap v3.0.2+incompatible
    19  	github.com/go-logfmt/logfmt v0.4.0 // indirect
    20  	github.com/go-redis/redis v6.15.2+incompatible
    21  	github.com/go-sql-driver/mysql v1.4.1
    22  	github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0
    23  	github.com/google/uuid v1.1.1 // indirect
    24  	github.com/gopherjs/gopherjs v0.0.0-20190411002643-bd77b112433e // indirect
    25  	github.com/gorilla/handlers v1.4.0
    26  	github.com/gorilla/mux v1.7.0
    27  	github.com/gorilla/schema v1.1.0
    28  	github.com/gorilla/websocket v1.4.0
    29  	github.com/hako/durafmt v0.0.0-20180520121703-7b7ae1e72ead
    30  	github.com/hashicorp/go-hclog v0.8.0
    31  	github.com/hashicorp/go-plugin v1.0.0
    32  	github.com/hashicorp/go-sockaddr v1.0.2 // indirect
    33  	github.com/hashicorp/go-uuid v1.0.1 // indirect
    34  	github.com/hashicorp/memberlist v0.1.4-0.20190312092157-a8f83c6403e0
    35  	github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d // indirect
    36  	github.com/icrowley/fake v0.0.0-20180203215853-4178557ae428
    37  	github.com/inconshreveable/mousetrap v1.0.0 // indirect
    38  	github.com/jaytaylor/html2text v0.0.0-20190311042500-a93a6c6ea053
    39  	github.com/jehiah/go-strftime v0.0.0-20171201141054-1d33003b3869 // indirect
    40  	github.com/jmoiron/sqlx v1.2.0
    41  	github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect
    42  	github.com/lib/pq v1.0.0
    43  	github.com/mailru/easyjson v0.0.0-20190312143242-1de009706dbe // indirect
    44  	github.com/mattn/go-runewidth v0.0.4 // indirect
    45  	github.com/mattn/go-sqlite3 v1.10.0
    46  	github.com/miekg/dns v1.1.6 // indirect
    47  	github.com/minio/minio-go v0.0.0-20190422205105-a8704b60278f
    48  	github.com/mitchellh/go-testing-interface v1.0.0 // indirect
    49  	github.com/olekukonko/tablewriter v0.0.1 // indirect
    50  	github.com/onsi/ginkgo v1.8.0 // indirect
    51  	github.com/onsi/gomega v1.5.0 // indirect
    52  	github.com/pascaldekloe/goe v0.1.0 // indirect
    53  	github.com/pborman/uuid v1.2.0
    54  	github.com/pelletier/go-toml v1.3.0 // indirect
    55  	github.com/pkg/errors v0.8.1
    56  	github.com/prometheus/client_golang v1.0.0
    57  	github.com/rs/cors v1.6.0
    58  	github.com/rwcarlsen/goexif v0.0.0-20190401172101-9e8deecbddbd
    59  	github.com/segmentio/analytics-go v2.0.1-0.20160426181448-2d840d861c32+incompatible
    60  	github.com/segmentio/backo-go v0.0.0-20160424052352-204274ad699c // indirect
    61  	github.com/sirupsen/logrus v1.4.0
    62  	github.com/smartystreets/assertions v0.0.0-20190401211740-f487f9de1cd3 // indirect
    63  	github.com/smartystreets/goconvey v0.0.0-20190330032615-68dc04aab96a // indirect
    64  	github.com/spf13/afero v1.2.2 // indirect
    65  	github.com/spf13/cobra v0.0.3
    66  	github.com/spf13/jwalterweatherman v1.1.0 // indirect
    67  	github.com/ssor/bom v0.0.0-20170718123548-6386211fdfcf // indirect
    68  	github.com/stretchr/testify v1.3.0
    69  	github.com/throttled/throttled v2.2.4+incompatible
    70  	github.com/tylerb/graceful v1.2.15
    71  	github.com/xtgo/uuid v0.0.0-20140804021211-a0b114877d4c // indirect
    72  	github.com/xzl8028/go-i18n v1.1.2
    73  	//github.com/xzl8028/gorp v2.0.1-0.20190301154413-3b31e9a39d05+incompatible
    74  	github.com/xzl8028/gorp v2.0.1+incompatible
    75  	//github.com/xzl8028/rsc v0.0.0-20160330161541-bbaefb05eaa0
    76  	github.com/xzl8028/rsc v0.1.0
    77  	github.com/xzl8028/viper v1.0.4
    78  	github.com/ziutek/mymysql v1.5.4 // indirect
    79  	go.uber.org/zap v1.10.0
    80  	golang.org/x/crypto v0.0.0-20190426145343-a29dc8fdc734
    81  	golang.org/x/image v0.0.0-20190321063152-3fc05d484e9f
    82  	golang.org/x/net v0.0.0-20190628185345-da137c7871d7
    83  	golang.org/x/sync v0.0.0-20190423024810-112230192c58 // indirect
    84  	golang.org/x/sys v0.0.0-20190429190828-d89cdac9e872 // indirect
    85  	golang.org/x/text v0.3.2
    86  	gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc // indirect
    87  	gopkg.in/asn1-ber.v1 v1.0.0-20181015200546-f715ec2f112d // indirect
    88  	gopkg.in/ini.v1 v1.42.0 // indirect
    89  	gopkg.in/mail.v2 v2.3.1
    90  	gopkg.in/natefinch/lumberjack.v2 v2.0.0
    91  	gopkg.in/olivere/elastic.v5 v5.0.79
    92  	gopkg.in/yaml.v2 v2.2.2
    93  	willnorris.com/go/imageproxy v0.8.1-0.20190326225038-d4246a08fdec
    94  )
    95  
    96  // Workaround for https://github.com/golang/go/issues/30831 and fallout.
    97  replace github.com/golang/lint => github.com/golang/lint v0.0.0-20190227174305-8f45f776aaf1