-
Notifications
You must be signed in to change notification settings - Fork 45
/
Gopkg.lock
101 lines (89 loc) · 2.93 KB
/
Gopkg.lock
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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
# This file is autogenerated, do not edit; changes may be undone by the next 'dep ensure'.
[[projects]]
digest = "1:b16fbfbcc20645cb419f78325bb2e85ec729b338e996a228124d68931a6f2a37"
name = "github.com/BurntSushi/toml"
packages = ["."]
pruneopts = "UT"
revision = "b26d9c308763d68093482582cea63d69be07a0f0"
version = "v0.3.0"
[[projects]]
digest = "1:850c49ca338a10fec2cb9e78f793043ed23965489d09e30bcc19fe29719da313"
name = "github.com/go-sql-driver/mysql"
packages = ["."]
pruneopts = "UT"
revision = "a0583e0143b1624142adab07e0e97fe106d99561"
version = "v1.3.0"
[[projects]]
digest = "1:7b5c6e2eeaa9ae5907c391a91c132abfd5c9e8a784a341b5625e750c67e6825d"
name = "github.com/gorilla/websocket"
packages = ["."]
pruneopts = "UT"
revision = "66b9c49e59c6c48f0ffce28c2d8b8a5678502c6d"
version = "v1.4.0"
[[projects]]
digest = "1:b6f4477f09f11785097a121811f3a90d8d26cab73c1aa71abda859bdf6ad2334"
name = "github.com/jinzhu/gorm"
packages = [
".",
"dialects/mysql",
]
pruneopts = "UT"
revision = "6ed508ec6a4ecb3531899a69cbc746ccf65a4166"
version = "v1.9.1"
[[projects]]
branch = "master"
digest = "1:fd97437fbb6b7dce04132cf06775bd258cce305c44add58eb55ca86c6c325160"
name = "github.com/jinzhu/inflection"
packages = ["."]
pruneopts = "UT"
revision = "04140366298a54a039076d798123ffa108fff46c"
[[projects]]
digest = "1:36a75ab002c1cfb43bcc5d2ec10fbdc2a1136e9246a65e535f1d827435f28f17"
name = "github.com/sirupsen/logrus"
packages = ["."]
pruneopts = "UT"
revision = "418b41d23a1bf978c06faea5313ba194650ac088"
version = "v0.8.7"
[[projects]]
digest = "1:2cab41f59638fdb77dda96ab4f9b5860ef30f48967557254eba127e43c756f2e"
name = "github.com/tidwall/gjson"
packages = ["."]
pruneopts = "UT"
revision = "1e3f6aeaa5bad08d777ea7807b279a07885dd8b2"
version = "v1.1.3"
[[projects]]
branch = "master"
digest = "1:d3f968e2a2c9f8506ed44b01b605ade0176ba6cf73ff679073e77cfdef2c0d55"
name = "github.com/tidwall/match"
packages = ["."]
pruneopts = "UT"
revision = "1731857f09b1f38450e2c12409748407822dc6be"
[[projects]]
branch = "master"
digest = "1:541ef6f87031e3e573252b7d15c8ead37729bd2074d80f2dbcd3573bf9501618"
name = "github.com/wqtapp/poker"
packages = ["."]
pruneopts = "UT"
revision = "fca6e2271d479d46d0193942572ebf6eabce3d39"
[[projects]]
branch = "master"
digest = "1:bb7bd216967b00876a307d8903c79dca798e8552c7a5b63340532ea624e597f5"
name = "github.com/wqtapp/pokergame"
packages = ["."]
pruneopts = "UT"
revision = "554a0f6422271e91a40b39f26799a0646240a343"
[solve-meta]
analyzer-name = "dep"
analyzer-version = 1
input-imports = [
"github.com/BurntSushi/toml",
"github.com/gorilla/websocket",
"github.com/jinzhu/gorm",
"github.com/jinzhu/gorm/dialects/mysql",
"github.com/sirupsen/logrus",
"github.com/tidwall/gjson",
"github.com/wqtapp/poker",
"github.com/wqtapp/pokergame",
]
solver-name = "gps-cdcl"
solver-version = 1