summary refs log tree commit diff
path: root/pkgs/tools/networking/kail/deps.nix
blob: b6d9c3e9cf34c7ca754a74361a73612afaec8583 (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
# file generated from Gopkg.lock using dep2nix (https://github.com/nixcloud/dep2nix)
[
  {
    goPackagePath  = "cloud.google.com/go";
    fetch = {
      type = "git";
      url = "https://code.googlesource.com/gocloud";
      rev =  "06f11fffc537c4aef126d9fd3a92e2d7968f118f";
      sha256 = "1zhr1pyzk44zb95r2bcs4kkngvmzdr5bac55315nnzl3adx4y4dn";
    };
  }
  {
    goPackagePath  = "github.com/Azure/go-autorest";
    fetch = {
      type = "git";
      url = "https://github.com/Azure/go-autorest";
      rev =  "1ff28809256a84bb6966640ff3d0371af82ccba4";
      sha256 = "0sxvj2j1833bqwxvhq3wq3jgq73rnb81pnzvl0x3y1m0hzpaf2zv";
    };
  }
  {
    goPackagePath  = "github.com/alecthomas/template";
    fetch = {
      type = "git";
      url = "https://github.com/alecthomas/template";
      rev =  "a0175ee3bccc567396460bf5acd36800cb10c49c";
      sha256 = "0qjgvvh26vk1cyfq9fadyhfgdj36f1iapbmr5xp6zqipldz8ffxj";
    };
  }
  {
    goPackagePath  = "github.com/alecthomas/units";
    fetch = {
      type = "git";
      url = "https://github.com/alecthomas/units";
      rev =  "2efee857e7cfd4f3d0138cc3cbb1b4966962b93a";
      sha256 = "1j65b91qb9sbrml9cpabfrcf07wmgzzghrl7809hjjhrmbzri5bl";
    };
  }
  {
    goPackagePath  = "github.com/boz/go-lifecycle";
    fetch = {
      type = "git";
      url = "https://github.com/boz/go-lifecycle";
      rev =  "c39961a5a0ce6b046f15d62bcbed79701666a9e0";
      sha256 = "12xzjzgi0pspb28xrcmp4v33jij2bbg609z1kpq1pql9mxs6h31k";
    };
  }
  {
    goPackagePath  = "github.com/boz/go-logutil";
    fetch = {
      type = "git";
      url = "https://github.com/boz/go-logutil";
      rev =  "9d21a9e4757dbc497f947fe5253f9570c34562fa";
      sha256 = "0rhhyvvz1lvjalv3hx4yvyh90jqfia27nzx9m54m0i7d0znrwpbj";
    };
  }
  {
    goPackagePath  = "github.com/boz/kcache";
    fetch = {
      type = "git";
      url = "https://github.com/boz/kcache";
      rev =  "a012826955254d3f31548911e75a9dbd817f9470";
      sha256 = "0xqw4mgz0scjrcfsyfwfdhggq1q80dv4mdqgdaryy5ir18srg15l";
    };
  }
  {
    goPackagePath  = "github.com/davecgh/go-spew";
    fetch = {
      type = "git";
      url = "https://github.com/davecgh/go-spew";
      rev =  "adab96458c51a58dc1783b3335dcce5461522e75";
      sha256 = "1y743w875aqqwggrh4lwlmqyx7ls5m1bnw5y4vr3zps4ib3gb4n5";
    };
  }
  {
    goPackagePath  = "github.com/dgrijalva/jwt-go";
    fetch = {
      type = "git";
      url = "https://github.com/dgrijalva/jwt-go";
      rev =  "06ea1031745cb8b3dab3f6a236daf2b0aa468b7e";
      sha256 = "08m27vlms74pfy5z79w67f9lk9zkx6a9jd68k3c4msxy75ry36mp";
    };
  }
  {
    goPackagePath  = "github.com/fatih/color";
    fetch = {
      type = "git";
      url = "https://github.com/fatih/color";
      rev =  "67c513e5729f918f5e69786686770c27141a4490";
      sha256 = "045i2y2h1a6ml7fm1b3if4692320kjgg3cpxn7chlmpq7z1bmrrn";
    };
  }
  {
    goPackagePath  = "github.com/ghodss/yaml";
    fetch = {
      type = "git";
      url = "https://github.com/ghodss/yaml";
      rev =  "0ca9ea5df5451ffdf184b4428c902747c2c11cd7";
      sha256 = "0skwmimpy7hlh7pva2slpcplnm912rp3igs98xnqmn859kwa5v8g";
    };
  }
  {
    goPackagePath  = "github.com/gogo/protobuf";
    fetch = {
      type = "git";
      url = "https://github.com/gogo/protobuf";
      rev =  "1c2b16bc280d6635de6c52fc1471ab962dc36ec9";
      sha256 = "0h9vkfy3ydz0d6x72853yg49r9k54cgjnlv6a7v12gzqw47p941i";
    };
  }
  {
    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 =  "1909bc2f63dc92bb931deace8b8312c4db72d12f";
      sha256 = "0d4pknkgp5qlbfpw8xp81dqgrfm0na1pfi2ll559nwvjz5vc90g5";
    };
  }
  {
    goPackagePath  = "github.com/google/btree";
    fetch = {
      type = "git";
      url = "https://github.com/google/btree";
      rev =  "316fb6d3f031ae8f4d457c6c5186b9e3ded70435";
      sha256 = "1fyj10cy2d37mpfk73hjfjwpsgpnmdzf2mrkkvzyx0d41sf46xfd";
    };
  }
  {
    goPackagePath  = "github.com/google/gofuzz";
    fetch = {
      type = "git";
      url = "https://github.com/google/gofuzz";
      rev =  "24818f796faf91cd76ec7bddd72458fbced7a6c1";
      sha256 = "0cq90m2lgalrdfrwwyycrrmn785rgnxa3l3vp9yxkvnv88bymmlm";
    };
  }
  {
    goPackagePath  = "github.com/googleapis/gnostic";
    fetch = {
      type = "git";
      url = "https://github.com/googleapis/gnostic";
      rev =  "57b0290873708074edf87ad921eccec8bef5f8ec";
      sha256 = "14raxxsx2bww4f0am0yygv64h950avkswm7bdvq6k4d4lry6dgg8";
    };
  }
  {
    goPackagePath  = "github.com/gophercloud/gophercloud";
    fetch = {
      type = "git";
      url = "https://github.com/gophercloud/gophercloud";
      rev =  "b4c2377fa77951a0e08163f52dc9b3e206355194";
      sha256 = "00j9ny59zlf3ajwydf2k41n3l92kl2hf0ljx9x73jcfkdkn2xv5k";
    };
  }
  {
    goPackagePath  = "github.com/gregjones/httpcache";
    fetch = {
      type = "git";
      url = "https://github.com/gregjones/httpcache";
      rev =  "c1f8028e62adb3d518b823a2f8e6a95c38bdd3aa";
      sha256 = "1v7fb4ix2xg0plx5p1f7xd1srvimyss7v7ppn3j7py9ycl560qhr";
    };
  }
  {
    goPackagePath  = "github.com/imdario/mergo";
    fetch = {
      type = "git";
      url = "https://github.com/imdario/mergo";
      rev =  "e3000cb3d28c72b837601cac94debd91032d19fe";
      sha256 = "1bsz1aj0h266x7g08jj7f3nd3d5islbad0cygb5vh37hjgzirg4d";
    };
  }
  {
    goPackagePath  = "github.com/json-iterator/go";
    fetch = {
      type = "git";
      url = "https://github.com/json-iterator/go";
      rev =  "ab8a2e0c74be9d3be70b3184d9acc634935ded82";
      sha256 = "1x3wz44p1238gpyzkiiilvvrq9q8dwjdm9kdidq65yjq0zcn0sq4";
    };
  }
  {
    goPackagePath  = "github.com/mattn/go-colorable";
    fetch = {
      type = "git";
      url = "https://github.com/mattn/go-colorable";
      rev =  "6df6d4d004b64986bbb0d1b25945f42b44787e90";
      sha256 = "0ha2biq708is9i3hqc30vihcpajak3qawn0rnacb9k1gyxsxwb60";
    };
  }
  {
    goPackagePath  = "github.com/mattn/go-isatty";
    fetch = {
      type = "git";
      url = "https://github.com/mattn/go-isatty";
      rev =  "fc9e8d8ef48496124e79ae0df75490096eccf6fe";
      sha256 = "1r5f9gkavkb1w6sr0qs5kj16706xirl3qnlq3hqpszkw9w27x65a";
    };
  }
  {
    goPackagePath  = "github.com/modern-go/concurrent";
    fetch = {
      type = "git";
      url = "https://github.com/modern-go/concurrent";
      rev =  "bacd9c7ef1dd9b15be4a9909b8ac7a4e313eec94";
      sha256 = "0s0fxccsyb8icjmiym5k7prcqx36hvgdwl588y0491gi18k5i4zs";
    };
  }
  {
    goPackagePath  = "github.com/modern-go/reflect2";
    fetch = {
      type = "git";
      url = "https://github.com/modern-go/reflect2";
      rev =  "94122c33edd36123c84d5368cfb2b69df93a0ec8";
      sha256 = "06a3sablw53n1dqqbr2f53jyksbxdmmk8axaas4yvnhyfi55k4lf";
    };
  }
  {
    goPackagePath  = "github.com/petar/GoLLRB";
    fetch = {
      type = "git";
      url = "https://github.com/petar/GoLLRB";
      rev =  "53be0d36a84c2a886ca057d34b6aa4468df9ccb4";
      sha256 = "01xp3lcamqkvl91jg6ly202gdsgf64j39rkrcqxi6v4pbrcv7hz0";
    };
  }
  {
    goPackagePath  = "github.com/peterbourgon/diskv";
    fetch = {
      type = "git";
      url = "https://github.com/peterbourgon/diskv";
      rev =  "5f041e8faa004a95c88a202771f4cc3e991971e6";
      sha256 = "1mxpa5aad08x30qcbffzk80g9540wvbca4blc1r2qyzl65b8929b";
    };
  }
  {
    goPackagePath  = "github.com/pkg/errors";
    fetch = {
      type = "git";
      url = "https://github.com/pkg/errors";
      rev =  "2b3a18b5f0fb6b4f9190549597d3f962c02bc5eb";
      sha256 = "07fd392kqyaj7fnl4sgzy7fcs0sw4jx3mx2khhgk64n9j9i37l59";
    };
  }
  {
    goPackagePath  = "github.com/pmezard/go-difflib";
    fetch = {
      type = "git";
      url = "https://github.com/pmezard/go-difflib";
      rev =  "792786c7400a136282c1664665ae0a8db921c6c2";
      sha256 = "0c1cn55m4rypmscgf0rrb88pn58j3ysvc2d0432dp3c6fqg6cnzw";
    };
  }
  {
    goPackagePath  = "github.com/sirupsen/logrus";
    fetch = {
      type = "git";
      url = "https://github.com/sirupsen/logrus";
      rev =  "181d419aa9e2223811b824e8f0b4af96f9ba9302";
      sha256 = "08ff47w4clnkym3l0v4hhhfq21zvvwzpljvs0qvki5k0azv7siyc";
    };
  }
  {
    goPackagePath  = "github.com/spf13/pflag";
    fetch = {
      type = "git";
      url = "https://github.com/spf13/pflag";
      rev =  "e57e3eeb33f795204c1ca35f56c44f83227c6e66";
      sha256 = "13mhx4i913jil32j295m3a36jzvq1y64xig0naadiz7q9ja011r2";
    };
  }
  {
    goPackagePath  = "github.com/stretchr/testify";
    fetch = {
      type = "git";
      url = "https://github.com/stretchr/testify";
      rev =  "2aa2c176b9dab406a6970f6a55f513e8a8c8b18f";
      sha256 = "1j92x4291flz3i4pk6bi3y59nnsi6lj34zmyfp7axf68fd8vm5ml";
    };
  }
  {
    goPackagePath  = "golang.org/x/crypto";
    fetch = {
      type = "git";
      url = "https://go.googlesource.com/crypto";
      rev =  "b176d7def5d71bdd214203491f89843ed217f420";
      sha256 = "1ayi4iagsxhf193rx93j6y2rb48730hgm2qbahiq9lawm5g3vc14";
    };
  }
  {
    goPackagePath  = "golang.org/x/net";
    fetch = {
      type = "git";
      url = "https://go.googlesource.com/net";
      rev =  "1c05540f6879653db88113bc4a2b70aec4bd491f";
      sha256 = "0h8yqb0vcqgllgydrf9d3rzp83w8wlr8f0nm6r1rwf2qg30pq1pd";
    };
  }
  {
    goPackagePath  = "golang.org/x/oauth2";
    fetch = {
      type = "git";
      url = "https://go.googlesource.com/oauth2";
      rev =  "9a379c6b3e95a790ffc43293c2a78dee0d7b6e20";
      sha256 = "156wff8s9g3sxni2z80wky4v688pvdgfzxbpfp5rmqjvgqnifxkf";
    };
  }
  {
    goPackagePath  = "golang.org/x/sys";
    fetch = {
      type = "git";
      url = "https://go.googlesource.com/sys";
      rev =  "2d3e384235de683634e9080b58f757466840aa48";
      sha256 = "1w8zrcjv4sfi3skchdbvbixgwzp5n1g0vny8r20dlapnqbazah0x";
    };
  }
  {
    goPackagePath  = "golang.org/x/text";
    fetch = {
      type = "git";
      url = "https://go.googlesource.com/text";
      rev =  "b19bf474d317b857955b12035d2c5acb57ce8b01";
      sha256 = "0wc8csaafp0ps9jb2hdk8d6xpyw1axhk1np73h0z17x09zk3ylcr";
    };
  }
  {
    goPackagePath  = "golang.org/x/time";
    fetch = {
      type = "git";
      url = "https://go.googlesource.com/time";
      rev =  "fbb02b2291d28baffd63558aa44b4b56f178d650";
      sha256 = "0jjqcv6rzihlgg4i797q80g1f6ch5diz2kxqh6488gwkb6nds4h4";
    };
  }
  {
    goPackagePath  = "google.golang.org/appengine";
    fetch = {
      type = "git";
      url = "https://github.com/golang/appengine";
      rev =  "d9a072cfa7b9736e44311ef77b3e09d804bfa599";
      sha256 = "07x7s65q9pydpaniga6zf259kw7qs40q6554wb22inq423wcs0nb";
    };
  }
  {
    goPackagePath  = "gopkg.in/alecthomas/kingpin.v2";
    fetch = {
      type = "git";
      url = "https://github.com/alecthomas/kingpin";
      rev =  "1087e65c9441605df944fb12c33f0fe7072d18ca";
      sha256 = "18llqzkdqf62qbqcv2fd3j0igl6cwwn4dissf5skkvxrcxjcmmj0";
    };
  }
  {
    goPackagePath  = "gopkg.in/inf.v0";
    fetch = {
      type = "git";
      url = "https://github.com/go-inf/inf";
      rev =  "3887ee99ecf07df5b447e9b00d9c0b2adaa9f3e4";
      sha256 = "0rf3vwyb8aqnac9x9d6ax7z5526c45a16yjm2pvkijr6qgqz8b82";
    };
  }
  {
    goPackagePath  = "gopkg.in/yaml.v2";
    fetch = {
      type = "git";
      url = "https://github.com/go-yaml/yaml";
      rev =  "eb3733d160e74a9c7e442f435eb3bea458e1d19f";
      sha256 = "1srhvcaa9db3a6xj29mkjr5kg33y71pclrlx4vcwz5m1lgb5c7q6";
    };
  }
  {
    goPackagePath  = "k8s.io/api";
    fetch = {
      type = "git";
      url = "https://github.com/kubernetes/api";
      rev =  "2d6f90ab1293a1fb871cf149423ebb72aa7423aa";
      sha256 = "1cwrwdm104xd3608b1a5mw6a19w45532p647xdwnyn62rw2f08jx";
    };
  }
  {
    goPackagePath  = "k8s.io/apimachinery";
    fetch = {
      type = "git";
      url = "https://github.com/kubernetes/apimachinery";
      rev =  "103fd098999dc9c0c88536f5c9ad2e5da39373ae";
      sha256 = "04navnpm59d75dhlz07rmay7m2izrf4m0i9xklxzqg7mlk9g20jc";
    };
  }
  {
    goPackagePath  = "k8s.io/client-go";
    fetch = {
      type = "git";
      url = "https://github.com/kubernetes/client-go";
      rev =  "1f13a808da65775f22cbf47862c4e5898d8f4ca1";
      sha256 = "1vkcjg80l49hxiadqmkkd031kj6kc10m8mwcnla3k1ml8fv4qna9";
    };
  }
]