summary refs log tree commit diff
path: root/pkgs/servers/cayley/deps.nix
blob: eb3dce827bd3810335a1357c4f48989ed3cd8a6f (plain) (blame)
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
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
# file generated from Gopkg.lock using dep2nix (https://github.com/nixcloud/dep2nix)
[
  {
    goPackagePath  = "github.com/badgerodon/peg";
    fetch = {
      type = "git";
      url = "https://github.com/badgerodon/peg";
      rev =  "9e5f7f4d07ca576562618c23e8abadda278b684f";
      sha256 = "12vd7hzdgknn8byz77lmvcrz9m5lvmffdnz2wwk83304przkra11";
    };
  }
  {
    goPackagePath  = "github.com/boltdb/bolt";
    fetch = {
      type = "git";
      url = "https://github.com/boltdb/bolt";
      rev =  "e9cf4fae01b5a8ff89d0ec6b32f0d9c9f79aefdd";
      sha256 = "1sjxzz88bw0y37mk3xvwb9j5v7bz3r80rwg79jml6liqk1arnl99";
    };
  }
  {
    goPackagePath  = "github.com/cznic/mathutil";
    fetch = {
      type = "git";
      url = "https://github.com/cznic/mathutil";
      rev =  "1447ad269d64ca91aa8d7079baa40b6fc8b965e7";
      sha256 = "1r9c20k2h65g38yxf3vd46nbayx1cz5w4q4yr1xfggcs0mmrb87i";
    };
  }
  {
    goPackagePath  = "github.com/davecgh/go-spew";
    fetch = {
      type = "git";
      url = "https://github.com/davecgh/go-spew";
      rev =  "346938d642f2ec3594ed81d874461961cd0faa76";
      sha256 = "0d4jfmak5p6lb7n2r6yvf5p1zcw0l8j74kn55ghvr7zr7b7axm6c";
    };
  }
  {
    goPackagePath  = "github.com/dennwc/graphql";
    fetch = {
      type = "git";
      url = "https://github.com/dennwc/graphql";
      rev =  "12cfed44bc5de083875506a36d30f9798f9bca47";
      sha256 = "1rfsxjjsik5618y2741lcyw56a4d4l6r04sbj1igrvcck9bz0k6a";
    };
  }
  {
    goPackagePath  = "github.com/dlclark/regexp2";
    fetch = {
      type = "git";
      url = "https://github.com/dlclark/regexp2";
      rev =  "902a5ce7a7812e2ba9f73b9d96c09d5136df39cd";
      sha256 = "0ypmdayq50ilbmqa1wjq5nvs9igbxkzlc8phlknw244935wz3v15";
    };
  }
  {
    goPackagePath  = "github.com/dop251/goja";
    fetch = {
      type = "git";
      url = "https://github.com/dop251/goja";
      rev =  "ef8c030e3c96c5054c2f10ef925e7041e0583c07";
      sha256 = "15419apwdpbl0lgnl9xj9wyl05vpiz6jqgj8zbcyxhzy0wycj445";
    };
  }
  {
    goPackagePath  = "github.com/fsnotify/fsnotify";
    fetch = {
      type = "git";
      url = "https://github.com/fsnotify/fsnotify";
      rev =  "4da3e2cfbabc9f751898f250b49f2439785783a1";
      sha256 = "1y2l9jaf99j6gidcfdgq3hifxyiwv4f7awpll80p170ixdbqxvl3";
    };
  }
  {
    goPackagePath  = "github.com/go-kivik/couchdb";
    fetch = {
      type = "git";
      url = "https://github.com/go-kivik/couchdb";
      rev =  "74d231fe43245e77840213724894264f0f61ffd3";
      sha256 = "0ga6d6y44wg8ync73wcyc7q7r3sr5vdj5qkn3yqn9yn4p0k2w89i";
    };
  }
  {
    goPackagePath  = "github.com/go-kivik/kivik";
    fetch = {
      type = "git";
      url = "https://github.com/go-kivik/kivik";
      rev =  "2a1f6b9dd407886bc59c0c28faed28fbce3b0ece";
      sha256 = "0fpa62mriyiyl5dh5kg8858bqrwiwscpbkg9np69lk302znxalij";
    };
  }
  {
    goPackagePath  = "github.com/go-kivik/pouchdb";
    fetch = {
      type = "git";
      url = "https://github.com/go-kivik/pouchdb";
      rev =  "bbd1ab79be17c809842e193b1f84e924b6b599ba";
      sha256 = "15kv6i94j73c8zzy5hnmf051d3i65wxc07hvass9lc4g5ad7f9vf";
    };
  }
  {
    goPackagePath  = "github.com/go-sourcemap/sourcemap";
    fetch = {
      type = "git";
      url = "https://github.com/go-sourcemap/sourcemap";
      rev =  "b019cc30c1eaa584753491b0d8f8c1534bf1eb44";
      sha256 = "03k44fdrnknba05f7cd58lq4rzk7jdpiqksmc0wxrdzwschrbgw8";
    };
  }
  {
    goPackagePath  = "github.com/go-sql-driver/mysql";
    fetch = {
      type = "git";
      url = "https://github.com/go-sql-driver/mysql";
      rev =  "147bd02c2c516cf9a8878cb75898ee8a9eea0228";
      sha256 = "0s75nilz1jx0vgc69jgmys95lsq9j9nfdjcc8inc8mhzh3qpjb74";
    };
  }
  {
    goPackagePath  = "github.com/gogo/protobuf";
    fetch = {
      type = "git";
      url = "https://github.com/gogo/protobuf";
      rev =  "30433562cfbf487fe1df7cd26c7bab168d2f14d0";
      sha256 = "155iv0jqgh0d8cykghw3ifwk8pjyyq1w4gr9khhf78n01k6180hj";
    };
  }
  {
    goPackagePath  = "github.com/golang/glog";
    fetch = {
      type = "git";
      url = "https://github.com/golang/glog";
      rev =  "23def4e6c14b4da8ac2ed8007337bc5eb5007998";
      sha256 = "0jb2834rw5sykfr937fxi8hxi2zy80sj2bdn9b3jb4b26ksqng30";
    };
  }
  {
    goPackagePath  = "github.com/golang/protobuf";
    fetch = {
      type = "git";
      url = "https://github.com/golang/protobuf";
      rev =  "18c9bb3261723cd5401db4d0c9fbc5c3b6c70fe8";
      sha256 = "0fbf8ymrcb23imkhlrlyq6i0x5w8gxzilljjsgd4hnvjgpgp3r4v";
    };
  }
  {
    goPackagePath  = "github.com/golang/snappy";
    fetch = {
      type = "git";
      url = "https://github.com/golang/snappy";
      rev =  "553a641470496b2327abcac10b36396bd98e45c9";
      sha256 = "0kssxnih1l722hx9219c7javganjqkqhvl3i0hp0hif6xm6chvqk";
    };
  }
  {
    goPackagePath  = "github.com/gopherjs/gopherjs";
    fetch = {
      type = "git";
      url = "https://github.com/gopherjs/gopherjs";
      rev =  "558a9132744c22476178edf3126fd35a9754f565";
      sha256 = "13mn0li83amgm4fgsm6l3shs2r4kjddr10xn0ydnr9ymg1y887vi";
    };
  }
  {
    goPackagePath  = "github.com/gopherjs/jsbuiltin";
    fetch = {
      type = "git";
      url = "https://github.com/gopherjs/jsbuiltin";
      rev =  "67703bfb044e3192fbcab025c3aeaeedafad1f2f";
      sha256 = "1k0df0z9fiyzbr1g1736zdp238j9z82q3gwkk060h2n84rg4c7lh";
    };
  }
  {
    goPackagePath  = "github.com/hashicorp/hcl";
    fetch = {
      type = "git";
      url = "https://github.com/hashicorp/hcl";
      rev =  "7fa7fff964d035e8a162cce3a164b3ad02ad651b";
      sha256 = "0p3dyhpc0ajakcww3a45n750z2030xqhlswzf51d5rzid27681wp";
    };
  }
  {
    goPackagePath  = "github.com/imdario/mergo";
    fetch = {
      type = "git";
      url = "https://github.com/imdario/mergo";
      rev =  "0d4b488675fdec1dde48751b05ab530cf0b630e1";
      sha256 = "071rram7aib70f3gk4ansgwns82w9i6m1px8mgc8x4rs9ana4qhf";
    };
  }
  {
    goPackagePath  = "github.com/inconshreveable/mousetrap";
    fetch = {
      type = "git";
      url = "https://github.com/inconshreveable/mousetrap";
      rev =  "76626ae9c91c4f2a10f34cad8ce83ea42c93bb75";
      sha256 = "1mn0kg48xkd74brf48qf5hzp0bc6g8cf5a77w895rl3qnlpfw152";
    };
  }
  {
    goPackagePath  = "github.com/jackc/pgx";
    fetch = {
      type = "git";
      url = "https://github.com/jackc/pgx";
      rev =  "606697ffdfe6603013560dbc171656de57b4f542";
      sha256 = "0818yb2vjjwwmscdab7wnxbyiabvy544icdczdlr5kswbqq5h25m";
    };
  }
  {
    goPackagePath  = "github.com/julienschmidt/httprouter";
    fetch = {
      type = "git";
      url = "https://github.com/julienschmidt/httprouter";
      rev =  "6f3f3919c8781ce5c0509c83fffc887a7830c938";
      sha256 = "1hmqdpv2zywwglmnjnxfn27mkac81n3nqs1wandlpybsww4vn4kx";
    };
  }
  {
    goPackagePath  = "github.com/lib/pq";
    fetch = {
      type = "git";
      url = "https://github.com/lib/pq";
      rev =  "2704adc878c21e1329f46f6e56a1c387d788ff94";
      sha256 = "160fmvi7bczxw3i3h5s821hv029ph5ld8x3c36b4cz2sr30wp110";
    };
  }
  {
    goPackagePath  = "github.com/linkeddata/gojsonld";
    fetch = {
      type = "git";
      url = "https://github.com/linkeddata/gojsonld";
      rev =  "4f5db6791326b8962ede4edbba693edcf20fd1ad";
      sha256 = "11g1kygkn55whaf49q2bzxk0w8b3nhdhiaixsj2ik65j8bl9g2cq";
    };
  }
  {
    goPackagePath  = "github.com/magiconair/properties";
    fetch = {
      type = "git";
      url = "https://github.com/magiconair/properties";
      rev =  "51463bfca2576e06c62a8504b5c0f06d61312647";
      sha256 = "0d7hr78y8gg2mrm5z4jjgm2w3awkznz383b7wvyzk3l33jw6i288";
    };
  }
  {
    goPackagePath  = "github.com/mitchellh/mapstructure";
    fetch = {
      type = "git";
      url = "https://github.com/mitchellh/mapstructure";
      rev =  "cc8532a8e9a55ea36402aa21efdf403a60d34096";
      sha256 = "0705c0hq7b993sabnjy65yymvpy9w1j84bg9bjczh5607z16nw86";
    };
  }
  {
    goPackagePath  = "github.com/pborman/uuid";
    fetch = {
      type = "git";
      url = "https://github.com/pborman/uuid";
      rev =  "1b00554d822231195d1babd97ff4a781231955c9";
      sha256 = "0rjkcf85sagdwzsycj1bbjyx5bgmrc1i8l5qf1f44z24rhbbkaan";
    };
  }
  {
    goPackagePath  = "github.com/pelletier/go-buffruneio";
    fetch = {
      type = "git";
      url = "https://github.com/pelletier/go-buffruneio";
      rev =  "c37440a7cf42ac63b919c752ca73a85067e05992";
      sha256 = "0l83p1gg6g5mmhmxjisrhfimhbm71lwn1r2w7d6siwwqm9q08sd2";
    };
  }
  {
    goPackagePath  = "github.com/pelletier/go-toml";
    fetch = {
      type = "git";
      url = "https://github.com/pelletier/go-toml";
      rev =  "fe206efb84b2bc8e8cfafe6b4c1826622be969e3";
      sha256 = "1dlabfpnlzvwf4i86idy8ilqpjsl8yqfgdv0nv5cccm8gkcans5w";
    };
  }
  {
    goPackagePath  = "github.com/peterh/liner";
    fetch = {
      type = "git";
      url = "https://github.com/peterh/liner";
      rev =  "88609521dc4b6c858fd4c98b628147da928ce4ac";
      sha256 = "0jacb2fqgiccb98v1875j5xvj01l1z2laga1kgr8lhd0nl22r96k";
    };
  }
  {
    goPackagePath  = "github.com/pkg/errors";
    fetch = {
      type = "git";
      url = "https://github.com/pkg/errors";
      rev =  "e881fd58d78e04cf6d0de1217f8707c8cc2249bc";
      sha256 = "0vfhj598jp6dzy4pbyjdrqxzb5kppw8ggvfh78g80nz11r34xnzs";
    };
  }
  {
    goPackagePath  = "github.com/pmezard/go-difflib";
    fetch = {
      type = "git";
      url = "https://github.com/pmezard/go-difflib";
      rev =  "d8ed2627bdf02c080bf22230dbb337003b7aba2d";
      sha256 = "0w1jp4k4zbnrxh3jvh8fgbjgqpf2hg31pbj8fb32kh26px9ldpbs";
    };
  }
  {
    goPackagePath  = "github.com/russross/blackfriday";
    fetch = {
      type = "git";
      url = "https://github.com/russross/blackfriday";
      rev =  "b253417e1cb644d645a0a3bb1fa5034c8030127c";
      sha256 = "1knj8vabymhmkg12cj3hnpqf3b74wwrvqib12yczcvpi52xaqi20";
    };
  }
  {
    goPackagePath  = "github.com/shurcooL/sanitized_anchor_name";
    fetch = {
      type = "git";
      url = "https://github.com/shurcooL/sanitized_anchor_name";
      rev =  "79c90efaf01eddc01945af5bc1797859189b830b";
      sha256 = "1dj8v91gv1ssw2j88gjzr1hw0n63qqxykjzfbvspyi529xn3ji3y";
    };
  }
  {
    goPackagePath  = "github.com/spf13/afero";
    fetch = {
      type = "git";
      url = "https://github.com/spf13/afero";
      rev =  "9be650865eab0c12963d8753212f4f9c66cdcf12";
      sha256 = "12dhh6d07304lsjv7c4p95hkip0hnshqhwivdw39pbypgg0p8y34";
    };
  }
  {
    goPackagePath  = "github.com/spf13/cast";
    fetch = {
      type = "git";
      url = "https://github.com/spf13/cast";
      rev =  "acbeb36b902d72a7a4c18e8f3241075e7ab763e4";
      sha256 = "0w25s6gjbbwv47b9208hysyqqphd6pib3d2phg24mjy4wigkm050";
    };
  }
  {
    goPackagePath  = "github.com/spf13/cobra";
    fetch = {
      type = "git";
      url = "https://github.com/spf13/cobra";
      rev =  "7b1b6e8dc027253d45fc029bc269d1c019f83a34";
      sha256 = "1nhnlpmbqq1ggix7jaxmzr8awk1zrrzag4vzq1p5q5l25d6kih35";
    };
  }
  {
    goPackagePath  = "github.com/spf13/jwalterweatherman";
    fetch = {
      type = "git";
      url = "https://github.com/spf13/jwalterweatherman";
      rev =  "fa7ca7e836cf3a8bb4ebf799f472c12d7e903d66";
      sha256 = "0404b7bzx7cq1b2bgdb3gs7gjzm4vvg1hl2y9mcm4m6vz56vbcz8";
    };
  }
  {
    goPackagePath  = "github.com/spf13/pflag";
    fetch = {
      type = "git";
      url = "https://github.com/spf13/pflag";
      rev =  "f1d95a35e132e8a1868023a08932b14f0b8b8fcb";
      sha256 = "0fwvkyq36jvy2gid81031ll7qaj8jxr5g36fff7hhkp3hh4kz6zh";
    };
  }
  {
    goPackagePath  = "github.com/spf13/viper";
    fetch = {
      type = "git";
      url = "https://github.com/spf13/viper";
      rev =  "0967fc9aceab2ce9da34061253ac10fb99bba5b2";
      sha256 = "016syis0rvccp2indjqi1vnz3wk7c9dhkvkgam0j79sb019kl80f";
    };
  }
  {
    goPackagePath  = "github.com/stretchr/testify";
    fetch = {
      type = "git";
      url = "https://github.com/stretchr/testify";
      rev =  "87b1dfb5b2fa649f52695dd9eae19abe404a4308";
      sha256 = "1iyfxs3nxdn1fyfqv3gggxcxab66a3m6cmjkhqhcapxm3qvgbrlc";
    };
  }
  {
    goPackagePath  = "github.com/syndtr/goleveldb";
    fetch = {
      type = "git";
      url = "https://github.com/syndtr/goleveldb";
      rev =  "b89cc31ef7977104127d34c1bd31ebd1a9db2199";
      sha256 = "0pbmssaw7fsgspv0jr3hsd1208qqxcvy4faks9hypqgl5gwday4p";
    };
  }
  {
    goPackagePath  = "github.com/tylertreat/BoomFilters";
    fetch = {
      type = "git";
      url = "https://github.com/tylertreat/BoomFilters";
      rev =  "37e169ae37ed529d93ecacb509c0dc80078478fc";
      sha256 = "15wwdsxxvkgxbxv3v0ywnwjwndpmps49n3a49z7bzjl7r2nsm7qv";
    };
  }
  {
    goPackagePath  = "golang.org/x/net";
    fetch = {
      type = "git";
      url = "https://go.googlesource.com/net";
      rev =  "da118f7b8e5954f39d0d2130ab35d4bf0e3cb344";
      sha256 = "09xpndqc6a2r0lw42cyl1pkhfddl01sd9c3qqjjwp3vmxm004whv";
    };
  }
  {
    goPackagePath  = "golang.org/x/sys";
    fetch = {
      type = "git";
      url = "https://go.googlesource.com/sys";
      rev =  "9ccfe848b9db8435a24c424abbc07a921adf1df5";
      sha256 = "0wn3p7nrf9lx5svnya5mxy5b8cxqs2rp8lxc477szna313m1jhs4";
    };
  }
  {
    goPackagePath  = "golang.org/x/text";
    fetch = {
      type = "git";
      url = "https://go.googlesource.com/text";
      rev =  "470f45bf29f4147d6fbd7dfd0a02a848e49f5bf4";
      sha256 = "1yzh1qxwd0xkh0k04hwp7yii21i26b4ngxvm1g98qlji1g2wbjbc";
    };
  }
  {
    goPackagePath  = "google.golang.org/appengine";
    fetch = {
      type = "git";
      url = "https://github.com/golang/appengine";
      rev =  "170382fa85b10b94728989dfcf6cc818b335c952";
      sha256 = "0dqx24qc7h53p16xnkwn2jpk3wjjlvv48akqk74vx31pr2nn0g56";
    };
  }
  {
    goPackagePath  = "gopkg.in/mgo.v2";
    fetch = {
      type = "git";
      url = "https://github.com/go-mgo/mgo";
      rev =  "3f83fa5005286a7fe593b055f0d7771a7dce4655";
      sha256 = "19vwb6qlcyh3nh6pkk0bynwmr5cmi6mm4hdz01lwb4ybnkzxryc7";
    };
  }
  {
    goPackagePath  = "gopkg.in/olivere/elastic.v5";
    fetch = {
      type = "git";
      url = "https://github.com/olivere/elastic";
      rev =  "79ff368708b3a2a9da641dc831d95fd0782bf4ef";
      sha256 = "1lq8nhjnkf246nl5h40ldh1qz2yx73yaqfmsh9ddvkwn4173c7jj";
    };
  }
  {
    goPackagePath  = "gopkg.in/yaml.v2";
    fetch = {
      type = "git";
      url = "https://github.com/go-yaml/yaml";
      rev =  "cd8b52f8269e0feb286dfeef29f8fe4d5b397e0b";
      sha256 = "1hj2ag9knxflpjibck0n90jrhsrqz7qvad4qnif7jddyapi9bqzl";
    };
  }
]