summary refs log tree commit diff
path: root/pkgs/applications/misc/hugo/deps.nix
blob: 47487029ea0127e5faea76cb38f3d68cc19016a0 (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 = "3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005";
      sha256 = "1fjdwwfzyzllgiwydknf1pwjvy49qxfsczqx5gz3y0izs7as99j6";
    };
  }
  {
    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 = "0bd5694c78c9c3d9a3cd06a706a8f3c59296a9ac";
      sha256 = "1laxccmzi7q51zxn81ringmdwp8iaipivrl375yc3gq56d70sp0r";
    };
  }
  {
    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 = "3c96536452167a705ca5a70b831d3810e1e10452";
      sha256 = "0ixqpdmb7kjlarkv0qlbwnbr194sajx9flysnhcldzmciqgk5bqs";
    };
  }
  {
    goPackagePath = "github.com/gobwas/glob";
    fetch = {
      type = "git";
      url = "https://github.com/gobwas/glob";
      rev = "f756513aec94125582ee6c0dc94179251ef87370";
      sha256 = "1pyzlvb950864syf2safazv39s7rpi08r7x2vby82kj9ykqgvhc4";
    };
  }
  {
    goPackagePath = "github.com/gorilla/websocket";
    fetch = {
      type = "git";
      url = "https://github.com/gorilla/websocket";
      rev = "3ff3320c2a1756a3691521efc290b4701575147c";
      sha256 = "1b0kpix2qxv3qiiq739nk9fjh453if0mcpr9gmlizicdpjp5alw2";
    };
  }
  {
    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 = "04f547cc50da4c144c5fdfd4495aef143637a236";
      sha256 = "1h4ndn822k7i04h9k5dxm6c29mhhhqhl63vzpmz2l1k0zpj7xyd1";
    };
  }
  {
    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 = "46c73eb196baff5bb07288f245b223bd1a30fba6";
      sha256 = "01z1jsdkac09cw95lqq4pahkw9xnini2mb956lvb772bby2x3dmj";
    };
  }
  {
    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 = "ff0d02e8555041edecbd0ce27f32c6ea4b214483";
      sha256 = "1ilw6b2nir1bg7hmx8hrn60za37qqm18xvamv90fx5vxq85fsml9";
    };
  }
  {
    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 = "14d3d4c518341bea657dd8a226f5121c0ff8c9f2";
      sha256 = "1f9154lijbz0kkgqwmbphykwl4adv4fvkx6n1p7fdq3x5j9g8i17";
    };
  }
  {
    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 = "947b89bd1b7dabfed991ac30e1a56f5193f0c88b";
      sha256 = "0n4h5cb07n96fcw9k8dwnj6yisf2x357lsiwjmrq6xr1vkzdlk8c";
    };
  }
  {
    goPackagePath = "github.com/spf13/viper";
    fetch = {
      type = "git";
      url = "https://github.com/spf13/viper";
      rev = "907c19d40d9a6c9bb55f040ff4ae45271a4754b9";
      sha256 = "177ziws6mwxdlvicmgpv7w7zy5ri2wgnw2f2v3789b5skv9d6a6b";
    };
  }
  {
    goPackagePath = "github.com/tdewolff/minify";
    fetch = {
      type = "git";
      url = "https://github.com/tdewolff/minify";
      rev = "948b6490cf3cacab5f4d7474104c3d21bf6eda46";
      sha256 = "1js5l0405kbic53qgim0lj3crw7cc2a2sbga35h9qcnm8l3cx22f";
    };
  }
  {
    goPackagePath = "github.com/tdewolff/parse";
    fetch = {
      type = "git";
      url = "https://github.com/tdewolff/parse";
      rev = "dd9676af8dd934a61082c5b3038e79626847fa32";
      sha256 = "1hp9qh8knx3q57aw5qavsf7ia3mxm8ka0bk6kjkqkqq8k9jq97qk";
    };
  }
  {
    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 = "922f4815f713f213882e8ef45e0d315b164d705c";
      sha256 = "1ci1rxk2d6hmfsjjc19n2sxhyn4jqr5ia3ykyah1h08p0pn7k52w";
    };
  }
  {
    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 = "4ea2f632f6e912459fe60b26b1749377f0d889d5";
      sha256 = "16pdi4mmjlcrjdcz7k559jqnsvkhdmff68bbqq7ii1lp8vrpqqmy";
    };
  }
  {
    goPackagePath = "golang.org/x/text";
    fetch = {
      type = "git";
      url = "https://go.googlesource.com/text";
      rev = "6e3c4e7365ddcc329f090f96e4348398f6310088";
      sha256 = "1r511ncipn7sdlssn06fpzcpy4mp4spagni4ryxq86p2b0bi8pn4";
    };
  }
  {
    goPackagePath = "gopkg.in/yaml.v2";
    fetch = {
      type = "git";
      url = "https://gopkg.in/yaml.v2";
      rev = "5420a8b6744d3b0345ab293f6fcba19c978f1183";
      sha256 = "0dwjrs2lp2gdlscs7bsrmyc5yf6mm4fvgw71bzr9mv2qrd2q73s1";
    };
  }
]