forked from heroiclabs/nakama
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Gopkg.toml
75 lines (57 loc) · 1.68 KB
/
Gopkg.toml
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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
[[constraint]]
name = "go.uber.org/zap"
version = "~1.9.0"
[[constraint]]
name = "google.golang.org/grpc"
version = "~1.13.0"
[[constraint]]
name = "github.com/go-yaml/yaml"
revision = "5420a8b6744d3b0345ab293f6fcba19c978f1183"
[[constraint]]
name = "github.com/gofrs/uuid"
version = "~2.1.0"
[[constraint]]
name = "github.com/rubenv/sql-migrate"
revision = "3f452fc0ebebbb784fdab91f7bc79a31dcacab5c"
[[constraint]]
name = "github.com/lib/pq"
revision = "90697d60dd844d5ef6ff15135d0203f65d2f53b8"
[[constraint]]
name = "github.com/gorilla/handlers"
version = "~1.3.0"
[[constraint]]
name = "github.com/gorilla/mux"
version = "~1.6.2"
[[constraint]]
name = "github.com/dgrijalva/jwt-go"
version = "~3.2.0"
[[constraint]]
name = "github.com/gorilla/websocket"
revision = "5ed622c449da6d44c3c8329331ff47a9e5844f71"
[[constraint]]
name = "github.com/yuin/gopher-lua"
revision = "46796da1b0b4794e1e341883a399f12cc7574b55"
[[constraint]]
name = "github.com/gorhill/cronexpr"
revision = "88b0669f7d75f171bd612b874e52b95c190218df"
[[constraint]]
name = "golang.org/x/crypto"
revision = "c126467f60eb25f8f27e5a981f32a87e3965053f"
[[constraint]]
name = "github.com/gobuffalo/packr"
version = "~1.12.0"
[[override]]
name = "github.com/prometheus/client_golang"
revision = "bcbbc08eb2ddff3af83bbf11e7ec13b4fd730b6e"
[[constraint]]
name = "go.opencensus.io"
version = "~0.14.0"
[[constraint]]
name = "github.com/stretchr/testify"
version = "~1.2.2"
[[constraint]]
name = "github.com/cockroachdb/cockroach-go"
revision = "59c0560478b705bf9bd12f9252224a0fad7c87df"
[[constraint]]
name = "github.com/blevesearch/bleve"
version = "~0.7.0"