forked from heroiclabs/nakama
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
60 lines (58 loc) · 2.94 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
module github.com/heroiclabs/nakama
go 1.12
require (
contrib.go.opencensus.io/exporter/prometheus v0.1.0
contrib.go.opencensus.io/exporter/stackdriver v0.12.2
github.com/RoaringBitmap/roaring v0.4.18 // indirect
github.com/blevesearch/bleve v0.0.0-20190613153500-26d2099fa968
github.com/blevesearch/blevex v0.0.0-20180227211930-4b158bb555a3 // indirect
github.com/blevesearch/go-porterstemmer v1.0.2 // indirect
github.com/blevesearch/segment v0.0.0-20160915185041-762005e7a34f // indirect
github.com/cockroachdb/apd v1.1.0 // indirect
github.com/couchbase/vellum v0.0.0-20190610201045-ec7b775d247f // indirect
github.com/cznic/b v0.0.0-20181122101859-a26611c4d92d // indirect
github.com/cznic/mathutil v0.0.0-20181122101859-297441e03548 // indirect
github.com/cznic/strutil v0.0.0-20181122101858-275e90344537 // indirect
github.com/dgrijalva/jwt-go v0.0.0-20190530174800-7cd734deee98
github.com/edsrzf/mmap-go v1.0.0 // indirect
github.com/etcd-io/bbolt v1.3.3 // indirect
github.com/facebookgo/ensure v0.0.0-20160127193407-b4ab57deab51 // indirect
github.com/facebookgo/stack v0.0.0-20160209184415-751773369052 // indirect
github.com/facebookgo/subset v0.0.0-20150612182917-8dac2c3c4870 // indirect
github.com/go-sql-driver/mysql v1.4.1 // indirect
github.com/go-yaml/yaml v2.1.0+incompatible
github.com/gobuffalo/packr v1.26.0
github.com/gofrs/uuid v0.0.0-20190510204200-abfe1881e60e
github.com/golang/protobuf v1.3.1
github.com/gorilla/handlers v0.0.0-20190227193400-ac6d24f88de4
github.com/gorilla/mux v1.7.2
github.com/gorilla/websocket v0.0.0-20190427040300-80c2d40e9b91
github.com/grpc-ecosystem/grpc-gateway v1.9.2
github.com/jackc/fake v0.0.0-20150926172116-812a484cc733 // indirect
github.com/jackc/pgx v3.4.0+incompatible
github.com/jmhodges/levigo v1.0.0 // indirect
github.com/lib/pq v1.1.1 // indirect
github.com/mattn/go-sqlite3 v1.10.0 // indirect
github.com/pkg/errors v0.8.1
github.com/remyoudompheng/bigfft v0.0.0-20190512091148-babf20351dd7 // indirect
github.com/rubenv/sql-migrate v0.0.0-20190618074400-f4d34eae5a5c
github.com/satori/go.uuid v1.2.0 // indirect
github.com/shopspring/decimal v0.0.0-20180709203117-cd690d0c9e24 // indirect
github.com/steveyen/gtreap v0.0.0-20150807155958-0abe01ef9be2 // indirect
github.com/stretchr/testify v1.3.0
github.com/syndtr/goleveldb v1.0.0 // indirect
github.com/tecbot/gorocksdb v0.0.0-20190519120508-025c3cf4ffb4 // indirect
github.com/yuin/gopher-lua v0.0.0-20190514113300-1cd887cd7036
github.com/ziutek/mymysql v1.5.4 // indirect
go.etcd.io/bbolt v1.3.3 // indirect
go.opencensus.io v0.22.0
go.uber.org/atomic v1.4.0
go.uber.org/multierr v1.1.0 // indirect
go.uber.org/zap v1.10.0
golang.org/x/crypto v0.0.0-20190617222500-ea8f1a30c443
golang.org/x/net v0.0.0-20190501004415-9ce7a6920f09
google.golang.org/genproto v0.0.0-20190611190200-a7e196e89fd3
google.golang.org/grpc v1.21.1
gopkg.in/gorp.v1 v1.7.2 // indirect
gopkg.in/natefinch/lumberjack.v2 v2.0.0-20190411184413-94d9e492cc53
)