summary refs log tree commit diff
path: root/pkgs/applications/misc/hugo/deps.nix
blob: 64f252d27fd5922b680f079f8914cc3f96280988 (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
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
# This file was generated by https://github.com/kamilchm/go2nix v1.2.1
[
  {
    goPackagePath = "github.com/BurntSushi/locker";
    fetch = {
      type = "git";
      url = "https://github.com/BurntSushi/locker";
      rev = "a6e239ea1c69bff1cfdb20c4b73dadf52f784b6a";
      sha256 = "1xak4aync4klswq5217qvw191asgla51jr42y94vp109lirm5dzg";
    };
  }
  {
    goPackagePath = "github.com/BurntSushi/toml";
    fetch = {
      type = "git";
      url = "https://github.com/BurntSushi/toml";
      rev = "a368813c5e648fee92e5f6c30e3944ff9d5e8895";
      sha256 = "1sjxs2lwc8jpln80s4rlzp7nprbcljhy5mz4rf9995gq93wqnym5";
    };
  }
  {
    goPackagePath = "github.com/PuerkitoBio/purell";
    fetch = {
      type = "git";
      url = "https://github.com/PuerkitoBio/purell";
      rev = "975f53781597ed779763b7b65566e74c4004d8de";
      sha256 = "1j5l793zxrjv09z3cdgs05qn45sbhbm9njsw5cfv168x8z88pd3l";
    };
  }
  {
    goPackagePath = "github.com/PuerkitoBio/urlesc";
    fetch = {
      type = "git";
      url = "https://github.com/PuerkitoBio/urlesc";
      rev = "de5bf2ad457846296e2031421a34e2568e304e35";
      sha256 = "0n0srpqwbaan1wrhh2b7ysz543pjs1xw2rghvqyffg9l0g8kzgcw";
    };
  }
  {
    goPackagePath = "github.com/alecthomas/chroma";
    fetch = {
      type = "git";
      url = "https://github.com/alecthomas/chroma";
      rev = "5d7fef2ae60b501bbf28d476c3f273b8017d8261";
      sha256 = "150jv4vhsdi1gj3liwkgicdrwnzgv5qkq2fwznlnzf64vmfb0b9f";
    };
  }
  {
    goPackagePath = "github.com/bep/debounce";
    fetch = {
      type = "git";
      url = "https://github.com/bep/debounce";
      rev = "844797fa1dd9ba969d71b62797ff19d1e49d4eac";
      sha256 = "1sh4zv0hv7f454mhzpl2mbv7ar5rm00wyy5qr78x1h84bgph87wy";
    };
  }
  {
    goPackagePath = "github.com/bep/gitmap";
    fetch = {
      type = "git";
      url = "https://github.com/bep/gitmap";
      rev = "ecb6fe06dbfd6bb4225e7fda7dc15612ecc8d960";
      sha256 = "0zqdl5h4ayi2gi5aqf35f1sjszhbcriksm2bf84fkrg7ngr48jn6";
    };
  }
  {
    goPackagePath = "github.com/bep/go-tocss";
    fetch = {
      type = "git";
      url = "https://github.com/bep/go-tocss";
      rev = "2abb118dc8688b6c7df44e12f4152c2bded9b19c";
      sha256 = "12q7h6nydklq4kg65kcgd85209rx7zf64ba6nf3k7y16knj4233q";
    };
  }
  {
    goPackagePath = "github.com/chaseadamsio/goorgeous";
    fetch = {
      type = "git";
      url = "https://github.com/chaseadamsio/goorgeous";
      rev = "dcf1ef873b8987bf12596fe6951c48347986eb2f";
      sha256 = "07qdqi46klizq3wigxqbiksnlgbrdc8hvmizgzg0aas5iqy88dcb";
    };
  }
  {
    goPackagePath = "github.com/cpuguy83/go-md2man";
    fetch = {
      type = "git";
      url = "https://github.com/cpuguy83/go-md2man";
      rev = "691ee98543af2f262f35fbb54bdd42f00b9b9cc5";
      sha256 = "1864g10y9n6ni0p1yqjhvwyjdh0lgxnf7dlb0c4njazdg5rppww9";
    };
  }
  {
    goPackagePath = "github.com/danwakefield/fnmatch";
    fetch = {
      type = "git";
      url = "https://github.com/danwakefield/fnmatch";
      rev = "cbb64ac3d964b81592e64f957ad53df015803288";
      sha256 = "0cbf511ppsa6hf59mdl7nbyn2b2n71y0bpkzbmfkdqjhanqh1lqz";
    };
  }
  {
    goPackagePath = "github.com/disintegration/imaging";
    fetch = {
      type = "git";
      url = "https://github.com/disintegration/imaging";
      rev = "8021a62ea0dfe0ed2e6107f5ccd37e0d4a92a996";
      sha256 = "1c32sqfz78g9wxvpng8n9r404lf2lgjn9b24mg8y3rxylx29gks7";
    };
  }
  {
    goPackagePath = "github.com/dlclark/regexp2";
    fetch = {
      type = "git";
      url = "https://github.com/dlclark/regexp2";
      rev = "7632a260cbaf5e7594fc1544a503456ecd0827f1";
      sha256 = "0vhp5r0ywv9p1c74fm8xzclnwx2mg9f0764b3id7a9nwh0plisx2";
    };
  }
  {
    goPackagePath = "github.com/eknkc/amber";
    fetch = {
      type = "git";
      url = "https://github.com/eknkc/amber";
      rev = "cdade1c073850f4ffc70a829e31235ea6892853b";
      sha256 = "152w97yckwncgw7lwjvgd8d00wy6y0nxzlvx72kl7nqqxs9vhxd9";
    };
  }
  {
    goPackagePath = "github.com/fsnotify/fsnotify";
    fetch = {
      type = "git";
      url = "https://github.com/fsnotify/fsnotify";
      rev = "c2828203cd70a50dcccfb2761f8b1f8ceef9a8e9";
      sha256 = "07va9crci0ijlivbb7q57d2rz9h27zgn2fsm60spjsqpdbvyrx4g";
    };
  }
  {
    goPackagePath = "github.com/gobuffalo/envy";
    fetch = {
      type = "git";
      url = "https://github.com/gobuffalo/envy";
      rev = "2d0f467653f3d961ce9ada4d32a230bdcb3bfe11";
      sha256 = "0p9raqrsqg2z1hq2kbvbq5qcwqihjqf28xnfh62214p7ak9b9x8n";
    };
  }
  {
    goPackagePath = "github.com/gobwas/glob";
    fetch = {
      type = "git";
      url = "https://github.com/gobwas/glob";
      rev = "f00a7392b43971b2fdb562418faab1f18da2067a";
      sha256 = "1b7jnb7rx99na25lkm9m9jr583mv7y0lwp57w58sv7ir9iiilx29";
    };
  }
  {
    goPackagePath = "github.com/gorilla/websocket";
    fetch = {
      type = "git";
      url = "https://github.com/gorilla/websocket";
      rev = "5ed622c449da6d44c3c8329331ff47a9e5844f71";
      sha256 = "1yhcwraijdk6lx7f6m9p6i1b3zfh2hq80l1nfpnckfn10gh72aw7";
    };
  }
  {
    goPackagePath = "github.com/hashicorp/go-immutable-radix";
    fetch = {
      type = "git";
      url = "https://github.com/hashicorp/go-immutable-radix";
      rev = "7f3cd4390caab3250a57f30efdb2a65dd7649ecf";
      sha256 = "13nv1dac6i2mjdy8vsd4vwawwja78vggdjcnj1xfykg2k8jbkphv";
    };
  }
  {
    goPackagePath = "github.com/hashicorp/golang-lru";
    fetch = {
      type = "git";
      url = "https://github.com/hashicorp/golang-lru";
      rev = "0fb14efe8c47ae851c0034ed7a448854d3d34cf3";
      sha256 = "0vg4yn3088ym4sj1d34kr13lp4v5gya7r2nxshp2bz70n46fsqn2";
    };
  }
  {
    goPackagePath = "github.com/hashicorp/hcl";
    fetch = {
      type = "git";
      url = "https://github.com/hashicorp/hcl";
      rev = "ef8a98b0bbce4a65b5aa4c368430a80ddc533168";
      sha256 = "1qalfsc31fra7hcw2lc3s20aj7al62fq3j5fn5kga3mg99b82nyr";
    };
  }
  {
    goPackagePath = "github.com/jdkato/prose";
    fetch = {
      type = "git";
      url = "https://github.com/jdkato/prose";
      rev = "99216ea17cba4e2f2a4e8bca778643e5a529b7aa";
      sha256 = "1mdh276lmj21jbi22ky8ngdsl9hfcdv6czshycbaiwjr5y9cv7bn";
    };
  }
  {
    goPackagePath = "github.com/joho/godotenv";
    fetch = {
      type = "git";
      url = "https://github.com/joho/godotenv";
      rev = "1709ab122c988931ad53508747b3c061400c2984";
      sha256 = "1pym5lydb28ggxrz80q9s26bj2bd80ax1igm1zfhyhx9i3060kif";
    };
  }
  {
    goPackagePath = "github.com/kyokomi/emoji";
    fetch = {
      type = "git";
      url = "https://github.com/kyokomi/emoji";
      rev = "2e9a9507333f3ee28f3fab88c2c3aba34455d734";
      sha256 = "005rxyxlqcd2sfjn686xb52l11wn2w0g5jv042ka6pnsx24r812a";
    };
  }
  {
    goPackagePath = "github.com/magiconair/properties";
    fetch = {
      type = "git";
      url = "https://github.com/magiconair/properties";
      rev = "c2353362d570a7bfa228149c62842019201cfb71";
      sha256 = "1a10362wv8a8qwb818wygn2z48lgzch940hvpv81hv8gc747ajxn";
    };
  }
  {
    goPackagePath = "github.com/markbates/inflect";
    fetch = {
      type = "git";
      url = "https://github.com/markbates/inflect";
      rev = "84854b5b4c0dbb0c107480d480a71f7db1fc7dae";
      sha256 = "0b7shs0mxhkl7v7mwp799n7jgjsdbgi81f5hbaz2b936gbxksw7d";
    };
  }
  {
    goPackagePath = "github.com/mattn/go-runewidth";
    fetch = {
      type = "git";
      url = "https://github.com/mattn/go-runewidth";
      rev = "ce7b0b5c7b45a81508558cd1dba6bb1e4ddb51bb";
      sha256 = "0lc39b6xrxv7h3v3y1kgz49cgi5qxwlygs715aam6ba35m48yi7g";
    };
  }
  {
    goPackagePath = "github.com/miekg/mmark";
    fetch = {
      type = "git";
      url = "https://github.com/miekg/mmark";
      rev = "057eb9e3ae87944c038036d046101dec0c56e21f";
      sha256 = "0hlqcwx6qqgy3vs13r10wn0d9x0xmww1v9jm09y2dp1ykgbampnk";
    };
  }
  {
    goPackagePath = "github.com/mitchellh/hashstructure";
    fetch = {
      type = "git";
      url = "https://github.com/mitchellh/hashstructure";
      rev = "2bca23e0e452137f789efbc8610126fd8b94f73b";
      sha256 = "0vpacsls26474wya360fjhzi6l4y8s8s251c4szvqxh17n5f5gk1";
    };
  }
  {
    goPackagePath = "github.com/mitchellh/mapstructure";
    fetch = {
      type = "git";
      url = "https://github.com/mitchellh/mapstructure";
      rev = "f15292f7a699fcc1a38a80977f80a046874ba8ac";
      sha256 = "0zm3nhdvmj3f8q0vg2sjfw1sm3pwsw0ggz501awz95w99664a8al";
    };
  }
  {
    goPackagePath = "github.com/muesli/smartcrop";
    fetch = {
      type = "git";
      url = "https://github.com/muesli/smartcrop";
      rev = "f6ebaa786a12a0fdb2d7c6dee72808e68c296464";
      sha256 = "0xbv5wbn0z36nkw9ay3ly6z23lpsrs0khryl1w54fz85lvwh66gp";
    };
  }
  {
    goPackagePath = "github.com/nicksnyder/go-i18n";
    fetch = {
      type = "git";
      url = "https://github.com/nicksnyder/go-i18n";
      rev = "461e8b98df7454b4cb46a1611a6734f05ee331d0";
      sha256 = "0aq1q06y6azsi6mfmary5xs7gmmg8fh8lhx1wbpdlqk11asm9rq0";
    };
  }
  {
    goPackagePath = "github.com/olekukonko/tablewriter";
    fetch = {
      type = "git";
      url = "https://github.com/olekukonko/tablewriter";
      rev = "d4647c9c7a84d847478d890b816b7d8b62b0b279";
      sha256 = "1274k5r9ardh1f6gsmadxmdds7zy8rkr55fb9swvnm0vazr3y01l";
    };
  }
  {
    goPackagePath = "github.com/pelletier/go-toml";
    fetch = {
      type = "git";
      url = "https://github.com/pelletier/go-toml";
      rev = "c2dbbc24a97911339e01bda0b8cabdbd8f13b602";
      sha256 = "0v1dsqnk5zmn6ir8jgxijx14s47jvijlqfz3aq435snfrgybd5rz";
    };
  }
  {
    goPackagePath = "github.com/russross/blackfriday";
    fetch = {
      type = "git";
      url = "https://github.com/russross/blackfriday";
      rev = "11635eb403ff09dbc3a6b5a007ab5ab09151c229";
      sha256 = "14j8ibm6h9rydiwfp9b5c7rwhnx04yqyxv1a7p7rmfwyg4zd714n";
    };
  }
  {
    goPackagePath = "github.com/shurcooL/sanitized_anchor_name";
    fetch = {
      type = "git";
      url = "https://github.com/shurcooL/sanitized_anchor_name";
      rev = "86672fcb3f950f35f2e675df2240550f2a50762f";
      sha256 = "142m507s9971cl8qdmbcw7sqxnkgi3xqd8wzvfq15p0w7w8i4a3h";
    };
  }
  {
    goPackagePath = "github.com/spf13/afero";
    fetch = {
      type = "git";
      url = "https://github.com/spf13/afero";
      rev = "787d034dfe70e44075ccc060d346146ef53270ad";
      sha256 = "0138rjiacl71h7kvhzinviwvy6qa2m6rflpv9lgqv15hnjvhwvg1";
    };
  }
  {
    goPackagePath = "github.com/spf13/cast";
    fetch = {
      type = "git";
      url = "https://github.com/spf13/cast";
      rev = "8965335b8c7107321228e3e3702cab9832751bac";
      sha256 = "177bk7lq40jbgv9p9r80aydpaccfk8ja3a7jjhfwiwk9r1pa4rr2";
    };
  }
  {
    goPackagePath = "github.com/spf13/cobra";
    fetch = {
      type = "git";
      url = "https://github.com/spf13/cobra";
      rev = "7c4570c3ebeb8129a1f7456d0908a8b676b6f9f1";
      sha256 = "16amh0prlzqrrbg5j629sg0f688nfzfgn9sair8jyybqampr3wc7";
    };
  }
  {
    goPackagePath = "github.com/spf13/fsync";
    fetch = {
      type = "git";
      url = "https://github.com/spf13/fsync";
      rev = "12a01e648f05a938100a26858d2d59a120307a18";
      sha256 = "1vvbgxbbsc4mvi1axgqgn9pzjz1p495dsmwpc7mr8qxh8f6s0nhv";
    };
  }
  {
    goPackagePath = "github.com/spf13/jwalterweatherman";
    fetch = {
      type = "git";
      url = "https://github.com/spf13/jwalterweatherman";
      rev = "7c0cea34c8ece3fbeb2b27ab9b59511d360fb394";
      sha256 = "132p84i20b9s5r6fs597lsa6648vd415ch7c0d018vm8smzqpd0h";
    };
  }
  {
    goPackagePath = "github.com/spf13/nitro";
    fetch = {
      type = "git";
      url = "https://github.com/spf13/nitro";
      rev = "24d7ef30a12da0bdc5e2eb370a79c659ddccf0e8";
      sha256 = "143sbpx0jdgf8f8ayv51x6l4jg6cnv6nps6n60qxhx4vd90s6mib";
    };
  }
  {
    goPackagePath = "github.com/spf13/pflag";
    fetch = {
      type = "git";
      url = "https://github.com/spf13/pflag";
      rev = "3ebe029320b2676d667ae88da602a5f854788a8a";
      sha256 = "11yxs0wqy70wj106fkz8r923yg4ncnc2mbw33v48zmlg4a1rasgp";
    };
  }
  {
    goPackagePath = "github.com/spf13/viper";
    fetch = {
      type = "git";
      url = "https://github.com/spf13/viper";
      rev = "d493c32b69b8c6f2377bf30bc4d70267ffbc0793";
      sha256 = "1jq46790rkjn6c1887wz98dqjk792ij6wnrifzk1maglmfb061hh";
    };
  }
  {
    goPackagePath = "github.com/tdewolff/minify";
    fetch = {
      type = "git";
      url = "https://github.com/tdewolff/minify";
      rev = "cf3a1790b606e292e4a0ee82e949a4f0d1c7617d";
      sha256 = "1r496149l5iqzxkfcbll5dqcqxy4a7jjxvzm62c8hrybmwj574kn";
    };
  }
  {
    goPackagePath = "github.com/tdewolff/parse";
    fetch = {
      type = "git";
      url = "https://github.com/tdewolff/parse";
      rev = "4ceb50b40fad068875f5b093c5df0619012dc544";
      sha256 = "1ap76hdiabn41r7zxc7nq3n3ld7zqf97jaf71zlzzjrphi3fwrg1";
    };
  }
  {
    goPackagePath = "github.com/wellington/go-libsass";
    fetch = {
      type = "git";
      url = "https://github.com/wellington/go-libsass";
      rev = "615eaa47ef794d037c1906a0eb7bf85375a5decf";
      sha256 = "0imjiskn4vq7nml5jwb1scgl61jg53cfpkjnb9rsc6m8gsd8s16s";
    };
  }
  {
    goPackagePath = "github.com/yosssi/ace";
    fetch = {
      type = "git";
      url = "https://github.com/yosssi/ace";
      rev = "2b21b56204aee785bf8d500c3f9dcbe3ed7d4515";
      sha256 = "0cgpq1zdnh8l8zsn9w63asc9k7cm6k4qvjgrb4hr1106h8fjwfma";
    };
  }
  {
    goPackagePath = "golang.org/x/image";
    fetch = {
      type = "git";
      url = "https://go.googlesource.com/image";
      rev = "c73c2afc3b812cdd6385de5a50616511c4a3d458";
      sha256 = "1kkafy29vz5xf6r29ghbvvbwrgjxwxvzk6dsa2qhyp1ddk6l2vkz";
    };
  }
  {
    goPackagePath = "golang.org/x/net";
    fetch = {
      type = "git";
      url = "https://go.googlesource.com/net";
      rev = "f4c29de78a2a91c00474a2e689954305c350adf9";
      sha256 = "02nibjrr1il8sxnr0w1s5fj7gz6ayhg3hsywf948qhc68n5adv8x";
    };
  }
  {
    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 = "3dc4335d56c789b04b0ba99b7a37249d9b614314";
      sha256 = "1105b7jqzz8g2bfkdbkj2pdzq4vhfmhm42khir88vjqfd1l7ha31";
    };
  }
  {
    goPackagePath = "golang.org/x/text";
    fetch = {
      type = "git";
      url = "https://go.googlesource.com/text";
      rev = "96e34ec0e18a62a1e59880c7bf617b655efecb66";
      sha256 = "1n1p5zz0vyvlhac40hxml6c5xwpsw8rjx1pbls9381a0s19ncbdg";
    };
  }
  {
    goPackagePath = "gopkg.in/yaml.v2";
    fetch = {
      type = "git";
      url = "https://gopkg.in/yaml.v2";
      rev = "5420a8b6744d3b0345ab293f6fcba19c978f1183";
      sha256 = "0dwjrs2lp2gdlscs7bsrmyc5yf6mm4fvgw71bzr9mv2qrd2q73s1";
    };
  }
]