summary refs log tree commit diff
path: root/pkgs/tools/backup/duplicacy/deps.nix
blob: 5511b2e67163be565ad2d53160faf82ac2ee6a84 (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
# 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 =  "2d3a6656c17a60b0815b7e06ab0be04eacb6e613";
      sha256 = "0fi3qj9fvc4bxbrwa1m5sxsb8yhvawiwigaddvmmizjykxbq5csq";
    };
  }
  {
    goPackagePath  = "github.com/Azure/azure-sdk-for-go";
    fetch = {
      type = "git";
      url = "https://github.com/Azure/azure-sdk-for-go";
      rev =  "b7fadebe0e7f5c5720986080a01495bd8d27be37";
      sha256 = "11zcmd17206byxhgz2a75qascilydlzjbz73l2mrqng3yyr20yk1";
    };
  }
  {
    goPackagePath  = "github.com/Azure/go-autorest";
    fetch = {
      type = "git";
      url = "https://github.com/Azure/go-autorest";
      rev =  "0ae36a9e544696de46fdadb7b0d5fb38af48c063";
      sha256 = "0f2qcv24l9bx3jys2m9ycyy77vqlx7dbfa3frxlk19wnrwiv3p6g";
    };
  }
  {
    goPackagePath  = "github.com/aryann/difflib";
    fetch = {
      type = "git";
      url = "https://github.com/aryann/difflib";
      rev =  "e206f873d14a916d3d26c40ab667bca123f365a3";
      sha256 = "00zb9sx6l6b2zq614x45zlyshl20zjhwfj8r5krw4f9y0mx3n2dm";
    };
  }
  {
    goPackagePath  = "github.com/aws/aws-sdk-go";
    fetch = {
      type = "git";
      url = "https://github.com/aws/aws-sdk-go";
      rev =  "a32b1dcd091264b5dee7b386149b6cc3823395c9";
      sha256 = "1yicb7l6m4hs3mi724hz74wn8305qvx6g73mjqafaaqvh6dyn86m";
    };
  }
  {
    goPackagePath  = "github.com/bkaradzic/go-lz4";
    fetch = {
      type = "git";
      url = "https://github.com/bkaradzic/go-lz4";
      rev =  "74ddf82598bc4745b965729e9c6a463bedd33049";
      sha256 = "1vdid8v0c2v2qhrg9rzn3l7ya1h34jirrxfnir7gv7w6s4ivdvc1";
    };
  }
  {
    goPackagePath  = "github.com/dgrijalva/jwt-go";
    fetch = {
      type = "git";
      url = "https://github.com/dgrijalva/jwt-go";
      rev =  "dbeaa9332f19a944acb5736b4456cfcc02140e29";
      sha256 = "0zk6l6kzsjdijfn7c4h0aywdjx5j2hjwi67vy1k6wr46hc8ks2hs";
    };
  }
  {
    goPackagePath  = "github.com/gilbertchen/azure-sdk-for-go";
    fetch = {
      type = "git";
      url = "https://github.com/gilbertchen/azure-sdk-for-go";
      rev =  "bbf89bd4d716c184f158d1e1428c2dbef4a18307";
      sha256 = "14563izc2y05k8s20fmhanvjydbcq8k5adp4cgw91d9bs52qivx7";
    };
  }
  {
    goPackagePath  = "github.com/gilbertchen/cli";
    fetch = {
      type = "git";
      url = "https://github.com/gilbertchen/cli";
      rev =  "1de0a1836ce9c3ae1bf737a0869c4f04f28a7f98";
      sha256 = "00vbyjsn009cqg24sxcizq10rgicnmrv0f8jg3fa1fw6yp5gqdl5";
    };
  }
  {
    goPackagePath  = "github.com/gilbertchen/go-dropbox";
    fetch = {
      type = "git";
      url = "https://github.com/gilbertchen/go-dropbox";
      rev =  "90711b603312b1f973f3a5da3793ac4f1e5c2f2a";
      sha256 = "0y2ydl3mjbkfbqyygrwq7vqig9hjh7cxvzsn2gxc1851haqp4h19";
    };
  }
  {
    goPackagePath  = "github.com/gilbertchen/go-ole";
    fetch = {
      type = "git";
      url = "https://github.com/gilbertchen/go-ole";
      rev =  "0e87ea779d9deb219633b828a023b32e1244dd57";
      sha256 = "1d937b4i9mrwfgs1s17qhbd78dcd97wwm8zsajkarky8d55rz1bw";
    };
  }
  {
    goPackagePath  = "github.com/gilbertchen/go.dbus";
    fetch = {
      type = "git";
      url = "https://github.com/gilbertchen/go.dbus";
      rev =  "9e442e6378618c083fd3b85b703ffd202721fb17";
      sha256 = "0q8ld38gnr4adzw5287lw5f5l14yp8slxsz1za5ryrkprh04bhkv";
    };
  }
  {
    goPackagePath  = "github.com/gilbertchen/goamz";
    fetch = {
      type = "git";
      url = "https://github.com/gilbertchen/goamz";
      rev =  "eada9f4e8cc2a45db775dee08a2c37597ce4760a";
      sha256 = "0v6i4jdly06wixmm58ygxh284hnlbfxczvcwxvywiyy9bp5qyaid";
    };
  }
  {
    goPackagePath  = "github.com/gilbertchen/gopass";
    fetch = {
      type = "git";
      url = "https://github.com/gilbertchen/gopass";
      rev =  "bf9dde6d0d2c004a008c27aaee91170c786f6db8";
      sha256 = "1jxzyfnqi0h1fzlsvlkn10bncic803bfhslyijcxk55mgh297g45";
    };
  }
  {
    goPackagePath  = "github.com/gilbertchen/keyring";
    fetch = {
      type = "git";
      url = "https://github.com/gilbertchen/keyring";
      rev =  "8855f5632086e51468cd7ce91056f8da69687ef6";
      sha256 = "1ja623dqnhkr1cvynrcai10s8kn2aiq53cvd8yxr47bb8i2a2q1m";
    };
  }
  {
    goPackagePath  = "github.com/gilbertchen/xattr";
    fetch = {
      type = "git";
      url = "https://github.com/gilbertchen/xattr";
      rev =  "68e7a6806b0137a396d7d05601d7403ae1abac58";
      sha256 = "120lq8vasc5yh0ajczsdpi8cfzgi4ymrnphgqdfcar3b9rsvx80b";
    };
  }
  {
    goPackagePath  = "github.com/go-ini/ini";
    fetch = {
      type = "git";
      url = "https://github.com/go-ini/ini";
      rev =  "32e4c1e6bc4e7d0d8451aa6b75200d19e37a536a";
      sha256 = "0mhgxw5q6b0pryhikx3k4wby7g32rwjjljzihi47lwn34kw5y1qn";
    };
  }
  {
    goPackagePath  = "github.com/golang/protobuf";
    fetch = {
      type = "git";
      url = "https://github.com/golang/protobuf";
      rev =  "1e59b77b52bf8e4b449a57e6f79f21226d571845";
      sha256 = "19bkh81wnp6njg3931wky6hsnnl2d1ig20vfjxpv450sd3k6yys8";
    };
  }
  {
    goPackagePath  = "github.com/googleapis/gax-go";
    fetch = {
      type = "git";
      url = "https://github.com/googleapis/gax-go";
      rev =  "317e0006254c44a0ac427cc52a0e083ff0b9622f";
      sha256 = "0h92x579vbrv2fka8q2ddy1kq6a63qbqa8zc09ygl6skzn9gw1dh";
    };
  }
  {
    goPackagePath  = "github.com/jmespath/go-jmespath";
    fetch = {
      type = "git";
      url = "https://github.com/jmespath/go-jmespath";
      rev =  "0b12d6b5";
      sha256 = "1vv6hph8j6xgv7gwl9vvhlsaaqsm22sxxqmgmldi4v11783pc1ld";
    };
  }
  {
    goPackagePath  = "github.com/kr/fs";
    fetch = {
      type = "git";
      url = "https://github.com/kr/fs";
      rev =  "2788f0dbd16903de03cb8186e5c7d97b69ad387b";
      sha256 = "1c0fipl4rsh0v5liq1ska1dl83v3llab4k6lm8mvrx9c4dyp71ly";
    };
  }
  {
    goPackagePath  = "github.com/marstr/guid";
    fetch = {
      type = "git";
      url = "https://github.com/marstr/guid";
      rev =  "8bd9a64bf37eb297b492a4101fb28e80ac0b290f";
      sha256 = "081qrar6wwpmb2pq3swv4byh73r9riyhl2dwv0902d8jg3kwricm";
    };
  }
  {
    goPackagePath  = "github.com/minio/blake2b-simd";
    fetch = {
      type = "git";
      url = "https://github.com/minio/blake2b-simd";
      rev =  "3f5f724cb5b182a5c278d6d3d55b40e7f8c2efb4";
      sha256 = "0b6jbnj62c0gmmfd4zdmh8xbg01p80f13yygir9xprqkzk6fikmd";
    };
  }
  {
    goPackagePath  = "github.com/ncw/swift";
    fetch = {
      type = "git";
      url = "https://github.com/ncw/swift";
      rev =  "ae9f0ea1605b9aa6434ed5c731ca35d83ba67c55";
      sha256 = "0a0iwynhgxsl3czabl7ajnxpyw6x0dzbiqz6il8aw7kn10ld1rvl";
    };
  }
  {
    goPackagePath  = "github.com/pkg/errors";
    fetch = {
      type = "git";
      url = "https://github.com/pkg/errors";
      rev =  "645ef00459ed84a119197bfb8d8205042c6df63d";
      sha256 = "001i6n71ghp2l6kdl3qq1v2vmghcz3kicv9a5wgcihrzigm75pp5";
    };
  }
  {
    goPackagePath  = "github.com/pkg/sftp";
    fetch = {
      type = "git";
      url = "https://github.com/pkg/sftp";
      rev =  "98203f5a8333288eb3163b7c667d4260fe1333e9";
      sha256 = "09wxyrhwwh20rzpzb06vsj8k2bmw52cjlx7j4115zhky27528sx9";
    };
  }
  {
    goPackagePath  = "github.com/satori/go.uuid";
    fetch = {
      type = "git";
      url = "https://github.com/satori/go.uuid";
      rev =  "f58768cc1a7a7e77a3bd49e98cdd21419399b6a3";
      sha256 = "1j4s5pfg2ldm35y8ls8jah4dya2grfnx2drb4jcbjsyrp4cm5yfb";
    };
  }
  {
    goPackagePath  = "github.com/vaughan0/go-ini";
    fetch = {
      type = "git";
      url = "https://github.com/vaughan0/go-ini";
      rev =  "a98ad7ee00ec53921f08832bc06ecf7fd600e6a1";
      sha256 = "1l1isi3czis009d9k5awsj4xdxgbxn4n9yqjc1ac7f724x6jacfa";
    };
  }
  {
    goPackagePath  = "golang.org/x/crypto";
    fetch = {
      type = "git";
      url = "https://go.googlesource.com/crypto";
      rev =  "9f005a07e0d31d45e6656d241bb5c0f2efd4bc94";
      sha256 = "1mhmr6ljzl3iafsz4qy8vval7rmr828wh59dlqqqjqx6sqmcs1dv";
    };
  }
  {
    goPackagePath  = "golang.org/x/net";
    fetch = {
      type = "git";
      url = "https://go.googlesource.com/net";
      rev =  "9dfe39835686865bff950a07b394c12a98ddc811";
      sha256 = "0z8mnl4mi88syafrgqys2ak2gg3yrbna25hpz88y3anl8x4jhg1a";
    };
  }
  {
    goPackagePath  = "golang.org/x/oauth2";
    fetch = {
      type = "git";
      url = "https://go.googlesource.com/oauth2";
      rev =  "f95fa95eaa936d9d87489b15d1d18b97c1ba9c28";
      sha256 = "0p9kis69wvhv8a2qbcjxvn9ggpdh81cbfjpq5pjga7n8k6d065fh";
    };
  }
  {
    goPackagePath  = "golang.org/x/sys";
    fetch = {
      type = "git";
      url = "https://go.googlesource.com/sys";
      rev =  "82aafbf43bf885069dc71b7e7c2f9d7a614d47da";
      sha256 = "1jvngpvy0q40f7krkgmwf5bbjzhv449297awcr0y78kzn0cyawi2";
    };
  }
  {
    goPackagePath  = "golang.org/x/text";
    fetch = {
      type = "git";
      url = "https://go.googlesource.com/text";
      rev =  "88f656faf3f37f690df1a32515b479415e1a6769";
      sha256 = "0zakmgg6dlwnkhignwjajn0dckzqq18zxvnmmg0fq6455x7fs673";
    };
  }
  {
    goPackagePath  = "google.golang.org/api";
    fetch = {
      type = "git";
      url = "https://code.googlesource.com/google-api-go-client";
      rev =  "17b5f22a248d6d3913171c1a557552ace0d9c806";
      sha256 = "0gs78qsxfg89kpiiray1x9jiv6bh328jmjkwd3ghnygf3l98kc8c";
    };
  }
  {
    goPackagePath  = "google.golang.org/appengine";
    fetch = {
      type = "git";
      url = "https://github.com/golang/appengine";
      rev =  "150dc57a1b433e64154302bdc40b6bb8aefa313a";
      sha256 = "0w3knznv39k8bm85ri62f83czcrxknql7dv6p9hk1a5jx3xljgxq";
    };
  }
  {
    goPackagePath  = "google.golang.org/genproto";
    fetch = {
      type = "git";
      url = "https://github.com/google/go-genproto";
      rev =  "891aceb7c239e72692819142dfca057bdcbfcb96";
      sha256 = "1axim84fqzsp6iialk6zl4fsbfpx658vssc6ccakn4yy1xc9h854";
    };
  }
  {
    goPackagePath  = "google.golang.org/grpc";
    fetch = {
      type = "git";
      url = "https://github.com/grpc/grpc-go";
      rev =  "5a9f7b402fe85096d2e1d0383435ee1876e863d0";
      sha256 = "1hlirgvmzb929jpb1dvh930646ih5ffg3b6pmlilqr7ffdkl5z3j";
    };
  }
]