This repository has been archived by the owner on Aug 17, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 16
/
Gopkg.toml
223 lines (178 loc) · 5.72 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
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
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
## Gopkg.toml example (these lines may be deleted)
## "metadata" defines metadata about the project that could be used by other independent
## systems. The metadata defined here will be ignored by dep.
# [metadata]
# key1 = "value that convey data to other systems"
# system1-data = "value that is used by a system"
# system2-data = "value that is used by another system"
## "required" lists a set of packages (not projects) that must be included in
## Gopkg.lock. This list is merged with the set of packages imported by the current
## project. Use it when your project needs a package it doesn't explicitly import -
## including "main" packages.
# required = ["github.com/user/thing/cmd/thing"]
## "ignored" lists a set of packages (not projects) that are ignored when
## dep statically analyzes source code. Ignored packages can be in this project,
## or in a dependency.
# ignored = ["github.com/user/project/badpkg"]
## Constraints are rules for how directly imported projects
## may be incorporated into the depgraph. They are respected by
## dep whether coming from the Gopkg.toml of the current project or a dependency.
# [[constraint]]
## Required: the root import path of the project being constrained.
# name = "github.com/user/project"
#
## Recommended: the version constraint to enforce for the project.
## Only one of "branch", "version" or "revision" can be specified.
# version = "1.0.0"
# branch = "master"
# revision = "abc123"
#
## Optional: an alternate location (URL or import path) for the project's source.
# source = "https://github.com/myfork/package.git"
#
## "metadata" defines metadata about the dependency or override that could be used
## by other independent systems. The metadata defined here will be ignored by dep.
# [metadata]
# key1 = "value that convey data to other systems"
# system1-data = "value that is used by a system"
# system2-data = "value that is used by another system"
## Overrides have the same structure as [[constraint]], but supersede all
## [[constraint]] declarations from all projects. Only [[override]] from
## the current project's are applied.
##
## Overrides are a sledgehammer. Use them only as a last resort.
# [[override]]
## Required: the root import path of the project being constrained.
# name = "github.com/user/project"
#
## Optional: specifying a version constraint override will cause all other
## constraints on this project to be ignored; only the overridden constraint
## need be satisfied.
## Again, only one of "branch", "version" or "revision" can be specified.
# version = "1.0.0"
# branch = "master"
# revision = "abc123"
#
## Optional: specifying an alternate source location as an override will
## enforce that the alternate location is used for that project, regardless of
## what source location any dependent projects specify.
# source = "https://github.com/myfork/package.git"
[[constraint]]
branch = "master"
name = "github.com/BurntSushi/toml"
[[constraint]]
branch = "master"
name = "github.com/Joker/jade"
[[constraint]]
branch = "master"
name = "github.com/Unknwon/i18n"
[[constraint]]
branch = "master"
name = "github.com/aymerick/raymond"
[[constraint]]
name = "github.com/davecgh/go-spew"
version = "1.1.0"
[[constraint]]
branch = "master"
name = "github.com/eknkc/amber"
[[constraint]]
branch = "master"
name = "github.com/esemplastic/unis"
[[constraint]]
branch = "master"
name = "github.com/flosch/pongo2"
[[constraint]]
name = "github.com/garyburd/redigo"
version = "1.1.0"
[[constraint]]
branch = "master"
name = "github.com/gavv/monotime"
[[constraint]]
name = "github.com/gorilla/websocket"
version = "1.1.0"
[[constraint]]
name = "github.com/imdario/mergo"
version = "0.2.2"
[[constraint]]
name = "gopkg.in/gavv/httpexpect.v1"
branch = "v1"
[[constraint]]
branch = "master"
name = "github.com/klauspost/compress"
[[constraint]]
branch = "master"
name = "github.com/microcosm-cc/bluemonday"
[[constraint]]
branch = "master"
name = "github.com/monoculum/formam"
[[constraint]]
branch = "master"
name = "github.com/moul/http2curl"
[[constraint]]
name = "github.com/pmezard/go-difflib"
version = "1.0.0"
[[constraint]]
branch = "master"
name = "github.com/russross/blackfriday"
[[constraint]]
branch = "master"
name = "github.com/satori/go.uuid"
[[constraint]]
branch = "master"
name = "github.com/valyala/bytebufferpool"
[[constraint]]
branch = "master"
name = "github.com/xeipuuv/gojsonschema"
[[constraint]]
branch = "master"
name = "github.com/yalp/jsonpath"
[[constraint]]
name = "github.com/yudai/gojsondiff"
version = "1.0.0"
[[constraint]]
branch = "master"
name = "golang.org/x/crypto"
[[constraint]]
branch = "master"
name = "golang.org/x/text"
[[constraint]]
branch = "v2"
name = "gopkg.in/yaml.v2"
[[constraint]]
branch = "master"
name = "github.com/PuerkitoBio/goquery"
[[constraint]]
version = "v1"
name = "gopkg.in/go-siris/tcplisten.v1"
[[constraint]]
branch = "master"
name = "github.com/siddontang/ledisdb"
[[constraint]]
branch = "master"
name = "github.com/pasztorpisti/qs"
[[constraint]]
branch = "master"
name = "github.com/theckman/httpforwarded"
[[constraint]]
branch = "master"
name = "github.com/lucas-clemente/quic-go"
[[override]]
branch = "master"
name = "github.com/lucas-clemente/quic-go"
[[override]]
branch = "master"
name = "github.com/couchbase/go-couchbase"
source = "https://github.com/go-siris/go-couchbase.git"
[[override]]
branch = "master"
name = "github.com/ssdb/gossdb"
source = "https://github.com/go-siris/gossdb.git"
[[override]]
branch = "master"
name = "github.com/valyala/fasthttp"
[[override]]
branch = "master"
name = "go.uber.org/zap"
[[override]]
branch = "master"
name = "github.com/json-iterator/go"