summary refs log tree commit diff
path: root/pkgs/applications/networking/cloudflared/deps.nix
blob: e5ca7be00705b4684664923825edf1a04113ba36 (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
# file generated from Gopkg.lock using dep2nix (https://github.com/nixcloud/dep2nix)
[
  {
    goPackagePath  = "github.com/BurntSushi/toml";
    fetch = {
      type = "git";
      url = "https://github.com/BurntSushi/toml";
      rev =  "3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005";
      sha256 = "1fjdwwfzyzllgiwydknf1pwjvy49qxfsczqx5gz3y0izs7as99j6";
    };
  }
  {
    goPackagePath  = "github.com/beorn7/perks";
    fetch = {
      type = "git";
      url = "https://github.com/beorn7/perks";
      rev =  "4b2b341e8d7715fae06375aa633dbb6e91b3fb46";
      sha256 = "1i1nz1f6g55xi2y3aiaz5kqfgvknarbfl4f0sx4nyyb4s7xb1z9x";
    };
  }
  {
    goPackagePath  = "github.com/certifi/gocertifi";
    fetch = {
      type = "git";
      url = "https://github.com/certifi/gocertifi";
      rev =  "deb3ae2ef2610fde3330947281941c562861188b";
      sha256 = "1xy09y1fdfcny1z09hd4493w1acj5min9z2sx4gfpshc80icrmr6";
    };
  }
  {
    goPackagePath  = "github.com/cloudflare/brotli-go";
    fetch = {
      type = "git";
      url = "https://github.com/cloudflare/brotli-go";
      rev =  "18c9f6c67e3dfc12e0ddaca748d2887f97a7ac28";
      sha256 = "10112y4k8qing552n0df9w33cgminrzm6g3x7ng0vgin4sv59785";
    };
  }
  {
    goPackagePath  = "github.com/cloudflare/golibs";
    fetch = {
      type = "git";
      url = "https://github.com/cloudflare/golibs";
      rev =  "333127dbecfcc23a8db7d9a4f52785d23aff44a1";
      sha256 = "170hbv9wyfmb5da9a6wjz2mphp0pylv23h8qp8h5kwa2i9frdqqi";
    };
  }
  {
    goPackagePath  = "github.com/coredns/coredns";
    fetch = {
      type = "git";
      url = "https://github.com/coredns/coredns";
      rev =  "2e322f6e8a54f18c6aef9c25a7c432c291a3d9f7";
      sha256 = "0s9x5yww1qd9pzh2w846g9qw0n86ygymjiqjn15ws6ha3nj5p75p";
    };
  }
  {
    goPackagePath  = "github.com/coreos/go-oidc";
    fetch = {
      type = "git";
      url = "https://github.com/coreos/go-oidc";
      rev =  "a93f71fdfe73d2c0f5413c0565eea0af6523a6df";
      sha256 = "00pmmky0y9a9l767xn16xlf52h81j4869n6j0xql79rybp6xc1f3";
    };
  }
  {
    goPackagePath  = "github.com/coreos/go-systemd";
    fetch = {
      type = "git";
      url = "https://github.com/coreos/go-systemd";
      rev =  "95778dfbb74eb7e4dbaf43bf7d71809650ef8076";
      sha256 = "1s3bg9p78wkixn2bqb2p23wbsqfg949ml6crw2b498s71mwh8rcf";
    };
  }
  {
    goPackagePath  = "github.com/coreos/pkg";
    fetch = {
      type = "git";
      url = "https://github.com/coreos/pkg";
      rev =  "97fdf19511ea361ae1c100dd393cc47f8dcfa1e1";
      sha256 = "1srn87wih25l09f75483hnxsr8fc6rq3bk7w1x8125ym39p6mg21";
    };
  }
  {
    goPackagePath  = "github.com/davecgh/go-spew";
    fetch = {
      type = "git";
      url = "https://github.com/davecgh/go-spew";
      rev =  "8991bc29aa16c548c550c7ff78260e27b9ab7c73";
      sha256 = "0hka6hmyvp701adzag2g26cxdj47g21x6jz4sc6jjz1mn59d474y";
    };
  }
  {
    goPackagePath  = "github.com/elgs/gosqljson";
    fetch = {
      type = "git";
      url = "https://github.com/elgs/gosqljson";
      rev =  "027aa4915315a0b2825c0f025cea347829b974fa";
      sha256 = "14i45m1y505acvsk4l725bp8p9w3mcg49khz9hxkzg3afg7nc5gq";
    };
  }
  {
    goPackagePath  = "github.com/equinox-io/equinox";
    fetch = {
      type = "git";
      url = "https://github.com/equinox-io/equinox";
      rev =  "5205c98a6c11dc72747ce12fff6cd620a99fde05";
      sha256 = "19gya2zhs3xqfjh8y6s63yw9q8h1x710rl1drf4a1fmgdhaf2lrv";
    };
  }
  {
    goPackagePath  = "github.com/facebookgo/grace";
    fetch = {
      type = "git";
      url = "https://github.com/facebookgo/grace";
      rev =  "75cf19382434e82df4dd84953f566b8ad23d6e9e";
      sha256 = "15chyvgv5y59w9x2asm0vh29cmmcji7f5vxvv8gqcr15nkyi61q0";
    };
  }
  {
    goPackagePath  = "github.com/flynn/go-shlex";
    fetch = {
      type = "git";
      url = "https://github.com/flynn/go-shlex";
      rev =  "3f9db97f856818214da2e1057f8ad84803971cff";
      sha256 = "1j743lysygkpa2s2gii2xr32j7bxgc15zv4113b0q9jhn676ysia";
    };
  }
  {
    goPackagePath  = "github.com/getsentry/raven-go";
    fetch = {
      type = "git";
      url = "https://github.com/getsentry/raven-go";
      rev =  "ed7bcb39ff10f39ab08e317ce16df282845852fa";
      sha256 = "0pqggcjbia9sidxqxnyd5z5k44iswxaqss3qvkka8bfm082kczij";
    };
  }
  {
    goPackagePath  = "github.com/golang-collections/collections";
    fetch = {
      type = "git";
      url = "https://github.com/golang-collections/collections";
      rev =  "604e922904d35e97f98a774db7881f049cd8d970";
      sha256 = "04g0xc1bs4aphc2rcj9knah2shmck500qagnazy4mg052b84ggwm";
    };
  }
  {
    goPackagePath  = "github.com/golang/protobuf";
    fetch = {
      type = "git";
      url = "https://github.com/golang/protobuf";
      rev =  "b5d812f8a3706043e23a9cd5babf2e5423744d30";
      sha256 = "15am4s4646qy6iv0g3kkqq52rzykqjhm4bf08dk0fy2r58knpsyl";
    };
  }
  {
    goPackagePath  = "github.com/google/uuid";
    fetch = {
      type = "git";
      url = "https://github.com/google/uuid";
      rev =  "0cd6bf5da1e1c83f8b45653022c74f71af0538a4";
      sha256 = "0hfxcf9frkb57k6q0rdkrmnfs78ms21r1qfk9fhlqga2yh5xg8zb";
    };
  }
  {
    goPackagePath  = "github.com/gorilla/mux";
    fetch = {
      type = "git";
      url = "https://github.com/gorilla/mux";
      rev =  "c5c6c98bc25355028a63748a498942a6398ccd22";
      sha256 = "0im4da3hqxb6zr8g3m640qz234f5gs0a8hqhcz35mkvfqlv48f62";
    };
  }
  {
    goPackagePath  = "github.com/gorilla/websocket";
    fetch = {
      type = "git";
      url = "https://github.com/gorilla/websocket";
      rev =  "ea4d1f681babbce9545c9c5f3d5194a789c89f5b";
      sha256 = "1bhgs2542qs49p1dafybqxfs2qc072xv41w5nswyrknwyjxxs2a1";
    };
  }
  {
    goPackagePath  = "github.com/grpc-ecosystem/grpc-opentracing";
    fetch = {
      type = "git";
      url = "https://github.com/grpc-ecosystem/grpc-opentracing";
      rev =  "8e809c8a86450a29b90dcc9efbf062d0fe6d9746";
      sha256 = "1yz3gxhdipmi63n32y5srwx7p254k3fm8y64cimkb1gz7sw99nxw";
    };
  }
  {
    goPackagePath  = "github.com/jonboulle/clockwork";
    fetch = {
      type = "git";
      url = "https://github.com/jonboulle/clockwork";
      rev =  "2eee05ed794112d45db504eb05aa693efd2b8b09";
      sha256 = "1pqxhsdavbp1n5grgyx2j6ylvql2fzn2cvpsgkc8li69dil7sibl";
    };
  }
  {
    goPackagePath  = "github.com/konsorten/go-windows-terminal-sequences";
    fetch = {
      type = "git";
      url = "https://github.com/konsorten/go-windows-terminal-sequences";
      rev =  "f55edac94c9bbba5d6182a4be46d86a2c9b5b50e";
      sha256 = "09mn209ika7ciy87xf2x31dq5fnqw39jidgaljvmqxwk7ff1hnx7";
    };
  }
  {
    goPackagePath  = "github.com/lib/pq";
    fetch = {
      type = "git";
      url = "https://github.com/lib/pq";
      rev =  "51e2106eed1cea199c802d2a49e91e2491b02056";
      sha256 = "00kp0k7sd7xrv92crd2xja68z096b2fw0mlz58mdjlri9w72hqbf";
    };
  }
  {
    goPackagePath  = "github.com/mattn/go-colorable";
    fetch = {
      type = "git";
      url = "https://github.com/mattn/go-colorable";
      rev =  "3a70a971f94a22f2fa562ffcc7a0eb45f5daf045";
      sha256 = "0l640974j804c1yyjfgyxqlsivz0yrzmbql4mhcw2azryigkp08p";
    };
  }
  {
    goPackagePath  = "github.com/mattn/go-isatty";
    fetch = {
      type = "git";
      url = "https://github.com/mattn/go-isatty";
      rev =  "c2a7a6ca930a4cd0bc33a3f298eb71960732a3a7";
      sha256 = "1i77aq4gf9as03m8fpfh8fq49n4z9j7548blrcsidm1xhslzk5xd";
    };
  }
  {
    goPackagePath  = "github.com/matttproud/golang_protobuf_extensions";
    fetch = {
      type = "git";
      url = "https://github.com/matttproud/golang_protobuf_extensions";
      rev =  "c12348ce28de40eed0136aa2b644d0ee0650e56c";
      sha256 = "1d0c1isd2lk9pnfq2nk0aih356j30k3h1gi2w0ixsivi5csl7jya";
    };
  }
  {
    goPackagePath  = "github.com/mholt/caddy";
    fetch = {
      type = "git";
      url = "https://github.com/mholt/caddy";
      rev =  "d3b731e9255b72d4571a5aac125634cf1b6031dc";
      sha256 = "1183cfaryw7m3hvngzv87w80pc9vp3369sjyz7a0dlbr39jip1r0";
    };
  }
  {
    goPackagePath  = "github.com/miekg/dns";
    fetch = {
      type = "git";
      url = "https://github.com/miekg/dns";
      rev =  "73601d4aed9d844322611759d7f3619110b7c88e";
      sha256 = "1frnj97bbch1qhg55fx2yz6mdjsz8fw94sj7pkrjms239j7vqcvm";
    };
  }
  {
    goPackagePath  = "github.com/mitchellh/go-homedir";
    fetch = {
      type = "git";
      url = "https://github.com/mitchellh/go-homedir";
      rev =  "af06845cf3004701891bf4fdb884bfe4920b3727";
      sha256 = "0ydzkipf28hwj2bfxqmwlww47khyk6d152xax4bnyh60f4lq3nx1";
    };
  }
  {
    goPackagePath  = "github.com/opentracing/opentracing-go";
    fetch = {
      type = "git";
      url = "https://github.com/opentracing/opentracing-go";
      rev =  "659c90643e714681897ec2521c60567dd21da733";
      sha256 = "0aj9cbm21zsg1i5l25hz8gn0yf99yxyxcp1gqh3yd5g4knj2cgzf";
    };
  }
  {
    goPackagePath  = "github.com/pkg/errors";
    fetch = {
      type = "git";
      url = "https://github.com/pkg/errors";
      rev =  "645ef00459ed84a119197bfb8d8205042c6df63d";
      sha256 = "001i6n71ghp2l6kdl3qq1v2vmghcz3kicv9a5wgcihrzigm75pp5";
    };
  }
  {
    goPackagePath  = "github.com/pmezard/go-difflib";
    fetch = {
      type = "git";
      url = "https://github.com/pmezard/go-difflib";
      rev =  "792786c7400a136282c1664665ae0a8db921c6c2";
      sha256 = "0c1cn55m4rypmscgf0rrb88pn58j3ysvc2d0432dp3c6fqg6cnzw";
    };
  }
  {
    goPackagePath  = "github.com/prometheus/client_golang";
    fetch = {
      type = "git";
      url = "https://github.com/prometheus/client_golang";
      rev =  "967789050ba94deca04a5e84cce8ad472ce313c1";
      sha256 = "1djwz6shmyx5kbp9b1pim3kncq2jwn3qhbx4b0b4lq7msww76hpz";
    };
  }
  {
    goPackagePath  = "github.com/prometheus/client_model";
    fetch = {
      type = "git";
      url = "https://github.com/prometheus/client_model";
      rev =  "fd36f4220a901265f90734c3183c5f0c91daa0b8";
      sha256 = "1bs5d72k361llflgl94c22n0w53j30rsfh84smgk8mbjbcmjsaa5";
    };
  }
  {
    goPackagePath  = "github.com/prometheus/common";
    fetch = {
      type = "git";
      url = "https://github.com/prometheus/common";
      rev =  "a82f4c12f983cc2649298185f296632953e50d3e";
      sha256 = "0pcgnxrv2i31jljqzhkv5hpdz92f6zrkh2p1i7i59acfz1fxhq0s";
    };
  }
  {
    goPackagePath  = "github.com/prometheus/procfs";
    fetch = {
      type = "git";
      url = "https://github.com/prometheus/procfs";
      rev =  "8368d24ba045f26503eb745b624d930cbe214c79";
      sha256 = "0cfrgsy82c964hcmzzyk6ccghpr9dkfvdlxa0cj9cfc0w94cqvrl";
    };
  }
  {
    goPackagePath  = "github.com/rifflock/lfshook";
    fetch = {
      type = "git";
      url = "https://github.com/rifflock/lfshook";
      rev =  "b9218ef580f59a2e72dad1aa33d660150445d05a";
      sha256 = "0wxqjcjfg8c0klmdgmbw3ckagby3wg9rkga9ihd4fsf05x5scxrc";
    };
  }
  {
    goPackagePath  = "github.com/sirupsen/logrus";
    fetch = {
      type = "git";
      url = "https://github.com/sirupsen/logrus";
      rev =  "839c75faf7f98a33d445d181f3018b5c3409a45e";
      sha256 = "087k2lxrr9p9dh68yw71d05h5g9p5v26zbwd6j7lghinjfaw334x";
    };
  }
  {
    goPackagePath  = "github.com/stretchr/testify";
    fetch = {
      type = "git";
      url = "https://github.com/stretchr/testify";
      rev =  "12b6f73e6084dad08a7c6e575284b177ecafbc71";
      sha256 = "01f80s0q64pw5drfgqwwk1wfwwkvd2lhbs56lhhkff4ni83k73fd";
    };
  }
  {
    goPackagePath  = "golang.org/x/crypto";
    fetch = {
      type = "git";
      url = "https://go.googlesource.com/crypto";
      rev =  "f416ebab96af27ca70b6e5c23d6a0747530da626";
      sha256 = "1cmddgh6x1c3lij50r8245jhqgi4j00add4wjpqpc2dmcg5928m3";
    };
  }
  {
    goPackagePath  = "golang.org/x/net";
    fetch = {
      type = "git";
      url = "https://go.googlesource.com/net";
      rev =  "1da14a5a36f220ea3f03470682b737b1dfd5de22";
      sha256 = "1ivqwn3r44vlldlj53669jvsd6klwsg7hmla7f0vz03ny8xz4lpz";
    };
  }
  {
    goPackagePath  = "golang.org/x/sync";
    fetch = {
      type = "git";
      url = "https://go.googlesource.com/sync";
      rev =  "1d60e4601c6fd243af51cc01ddf169918a5407ca";
      sha256 = "046jlanz2lkxq1r57x9bl6s4cvfqaic6p2xybsj8mq1120jv4rs6";
    };
  }
  {
    goPackagePath  = "golang.org/x/sys";
    fetch = {
      type = "git";
      url = "https://go.googlesource.com/sys";
      rev =  "12500544f89f9420afe9529ba8940bf72d294972";
      sha256 = "1y37dlbbsp1dkfqaf563fwlf3xl74ymswmy52faqyv0wpcbwixgy";
    };
  }
  {
    goPackagePath  = "golang.org/x/text";
    fetch = {
      type = "git";
      url = "https://go.googlesource.com/text";
      rev =  "f21a4dfb5e38f5895301dc265a8def02365cc3d0";
      sha256 = "0r6x6zjzhr8ksqlpiwm5gdd7s209kwk5p4lw54xjvz10cs3qlq19";
    };
  }
  {
    goPackagePath  = "google.golang.org/genproto";
    fetch = {
      type = "git";
      url = "https://github.com/google/go-genproto";
      rev =  "d1146b9035b912113a38af3b138eb2af567b2c67";
      sha256 = "1ry1vbbnfh7i3zrv3vmbsbmq2w8jmz88ykd6cxviijnxvms3zab8";
    };
  }
  {
    goPackagePath  = "google.golang.org/grpc";
    fetch = {
      type = "git";
      url = "https://github.com/grpc/grpc-go";
      rev =  "236199dd5f8031d698fb64091194aecd1c3895b2";
      sha256 = "0rzpcmp5fscg3smn0aiaahgimv74smylg701na5px3pn5iymh94a";
    };
  }
  {
    goPackagePath  = "gopkg.in/urfave/cli.v2";
    fetch = {
      type = "git";
      url = "https://github.com/cbranch/cli";
      rev =  "d604b6ffeee878fbf084fd2761466b6649989cee";
      sha256 = "16csqipw5vrbb91m9w9g72jlxlrhcyxa79fz6fjp6803znmjdpk2";
    };
  }
  {
    goPackagePath  = "gopkg.in/yaml.v2";
    fetch = {
      type = "git";
      url = "https://github.com/go-yaml/yaml";
      rev =  "51d6538a90f86fe93ac480b35f37b2be17fef232";
      sha256 = "01wj12jzsdqlnidpyjssmj0r4yavlqy7dwrg7adqd8dicjc4ncsa";
    };
  }
  {
    goPackagePath  = "zombiezen.com/go/capnproto2";
    fetch = {
      type = "git";
      url = "https://github.com/zombiezen/go-capnproto2";
      rev =  "7cfd211c19c7f5783c695f3654efa46f0df259c3";
      sha256 = "0nzw3g8xpxyzwqqv3ja0iznd0j18l1rwagwhf9sinwdjjgmh51sy";
    };
  }
]