forked from heroiclabs/nakama
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
57 lines (55 loc) · 2.63 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
module github.com/heroiclabs/nakama/v3
go 1.16
require (
github.com/beorn7/perks v0.0.0-20180321164747-3a771d992973 // indirect
github.com/blevesearch/bleve v1.0.13
github.com/cockroachdb/apd v1.1.0 // indirect
github.com/cznic/b v0.0.0-20181122101859-a26611c4d92d // indirect
github.com/dgrijalva/jwt-go v3.2.1-0.20200107013213-dc14462fd587+incompatible
github.com/dlclark/regexp2 v1.4.0 // indirect
github.com/dop251/goja v0.0.0-20210126164150-f5884268f0c0
github.com/glycerine/go-unsnap-stream v0.0.0-20190901134440-81cf024a9e0a // indirect
github.com/go-sourcemap/sourcemap v2.1.3+incompatible // indirect
github.com/go-sql-driver/mysql v1.4.1 // indirect
github.com/gobuffalo/packr v1.30.1 // indirect
github.com/gofrs/uuid v0.0.0-20190510204422-abfe1881e60e
github.com/golang/protobuf v1.4.3
github.com/gorilla/handlers v1.4.2
github.com/gorilla/mux v1.7.4
github.com/gorilla/websocket v1.4.2
github.com/grpc-ecosystem/grpc-gateway/v2 v2.0.1
github.com/heroiclabs/nakama-common v0.0.0-20210310182534-5118454ac852
github.com/jackc/fake v0.0.0-20150926172116-812a484cc733 // indirect
github.com/jackc/pgx v3.5.0+incompatible
github.com/jmhodges/levigo v1.0.0 // indirect
github.com/lib/pq v1.2.0 // indirect
github.com/m3db/prometheus_client_golang v0.8.1 // indirect
github.com/m3db/prometheus_client_model v0.1.0 // indirect
github.com/m3db/prometheus_common v0.1.0 // indirect
github.com/m3db/prometheus_procfs v0.8.1 // indirect
github.com/mattn/go-sqlite3 v1.10.0 // indirect
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
github.com/pkg/errors v0.9.1
github.com/rogpeppe/go-internal v1.3.1 // indirect
github.com/rubenv/sql-migrate v0.0.0-20190902133344-8926f37f0bc1
github.com/satori/go.uuid v1.2.0 // indirect
github.com/shopspring/decimal v0.0.0-20180709203117-cd690d0c9e24 // indirect
github.com/stretchr/testify v1.5.1
github.com/tecbot/gorocksdb v0.0.0-20190519120508-025c3cf4ffb4 // indirect
github.com/tinylib/msgp v1.1.2 // indirect
github.com/uber-go/tally v3.3.16+incompatible
github.com/ziutek/mymysql v1.5.4 // indirect
go.uber.org/atomic v1.6.0
go.uber.org/zap v1.14.1
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9
golang.org/x/net v0.0.0-20200925080053-05aa5d4ee321 // indirect
golang.org/x/sys v0.0.0-20200926100807-9d91bd62050c // indirect
golang.org/x/text v0.3.5 // indirect
google.golang.org/genproto v0.0.0-20201019141844-1ed22bb0c154
google.golang.org/grpc v1.33.1
google.golang.org/grpc/cmd/protoc-gen-go-grpc v1.0.0
google.golang.org/protobuf v1.25.0
gopkg.in/gorp.v1 v1.7.2 // indirect
gopkg.in/natefinch/lumberjack.v2 v2.0.0-20190411184413-94d9e492cc53
gopkg.in/yaml.v2 v2.2.8
)