aboutsummaryrefslogtreecommitdiff
path: root/nixpkgs/pkgs/servers/dns/ncdns/deps.nix
blob: 7ac3f2897e02d70d231f2949f0945b9d15f8459c (plain)
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
# This file was generated by https://github.com/kamilchm/go2nix v1.3.0
[
  {
    goPackagePath = "github.com/BurntSushi/toml";
    fetch = {
      type = "git";
      url = "https://github.com/BurntSushi/toml";
      rev = "3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005";
      sha256 = "1fjdwwfzyzllgiwydknf1pwjvy49qxfsczqx5gz3y0izs7as99j6";
    };
  }
  {
    goPackagePath = "github.com/alecthomas/template";
    fetch = {
      type = "git";
      url = "https://github.com/alecthomas/template";
      rev = "fb15b899a75114aa79cc930e33c46b577cc664b1";
      sha256 = "1vlasv4dgycydh5wx6jdcvz40zdv90zz1h7836z7lhsi2ymvii26";
    };
  }
  {
    goPackagePath = "github.com/alecthomas/units";
    fetch = {
      type = "git";
      url = "https://github.com/alecthomas/units";
      rev = "f65c72e2690dc4b403c8bd637baf4611cd4c069b";
      sha256 = "04jyqm7m3m01ppfy1f9xk4qvrwvs78q9zml6llyf2b3v5k6b2bbc";
    };
  }
  {
    goPackagePath = "github.com/btcsuite/btcd";
    fetch = {
      type = "git";
      url = "https://github.com/btcsuite/btcd";
      rev = "9f0179fd2c46caba343b6515602cf37172f14d5f";
      sha256 = "0cvpjsxlyzm04pwzi7nj43k9h5wfxj07jdc49qxsav5323v1nvka";
    };
  }
  {
    goPackagePath = "github.com/btcsuite/btclog";
    fetch = {
      type = "git";
      url = "https://github.com/btcsuite/btclog";
      rev = "84c8d2346e9fc8c7b947e243b9c24e6df9fd206a";
      sha256 = "02dl46wcnfpg9sqvg0ipipkpnd7lrf4fnvb9zy56jqa7mfcwc7wk";
    };
  }
  {
    goPackagePath = "github.com/btcsuite/btcutil";
    fetch = {
      type = "git";
      url = "https://github.com/btcsuite/btcutil";
      rev = "b2bf7f89d674a3702182b7e15f52807896051af3";
      sha256 = "0wwykb4cbq8xj2mls2mxma5vaahdgdy3vqw1r2fi4wyj0yr4kyw9";
    };
  }
  {
    goPackagePath = "github.com/btcsuite/go-socks";
    fetch = {
      type = "git";
      url = "https://github.com/btcsuite/go-socks";
      rev = "4720035b7bfd2a9bb130b1c184f8bbe41b6f0d0f";
      sha256 = "18cv2icj059lq4s99p6yh91hlas5f2gi3f1p4c10sjgwrs933d7b";
    };
  }
  {
    goPackagePath = "github.com/btcsuite/websocket";
    fetch = {
      type = "git";
      url = "https://github.com/btcsuite/websocket";
      rev = "31079b6807923eb23992c421b114992b95131b55";
      sha256 = "0xpkf257ml6fpfdgv7hxxc41n0d5yxxm3njm50qpzp7j71l9cjwa";
    };
  }
  {
    goPackagePath = "github.com/coreos/go-systemd";
    fetch = {
      type = "git";
      url = "https://github.com/coreos/go-systemd";
      rev = "b51e752dd1c9c618846f8bc5b95ab524bd7b11c2";
      sha256 = "127dj1iwp69yj74nwh9ckgc0mkk1mv4yzbxmbdxix1r7j6q35z3j";
    };
  }
  {
    goPackagePath = "github.com/golang/groupcache";
    fetch = {
      type = "git";
      url = "https://github.com/golang/groupcache";
      rev = "8c9f03a8e57eb486e42badaed3fb287da51807ba";
      sha256 = "0vjjr79r32icjzlb05wn02k59av7jx0rn1jijml8r4whlg7dnkfh";
    };
  }
  {
    goPackagePath = "github.com/hlandau/buildinfo";
    fetch = {
      type = "git";
      url = "https://github.com/hlandau/buildinfo";
      rev = "337a29b5499734e584d4630ce535af64c5fe7813";
      sha256 = "1kq3r1i4rr9bcvj5yg8w1l95f6sfc3kn6kgcdmlh5i3j9w2sram8";
    };
  }
  {
    goPackagePath = "github.com/hlandau/degoutils";
    fetch = {
      type = "git";
      url = "https://github.com/hlandau/degoutils";
      rev = "8fa2440b63444dad556d76366f1c3ee070c8a577";
      sha256 = "1yj39jbrk3xx3cyl8f4asakc74lsl0brasi25xjf6219pg69q0iy";
    };
  }
  {
    goPackagePath = "github.com/hlandau/dexlogconfig";
    fetch = {
      type = "git";
      url = "https://github.com/hlandau/dexlogconfig";
      rev = "244f29bd260884993b176cd14ef2f7631f6f3c18";
      sha256 = "1d01ghx6xawj3nk3lpk51wbbpxdnc9vzvijvlayvp7cxgsacslbc";
    };
  }
  {
    goPackagePath = "github.com/hlandau/xlog";
    fetch = {
      type = "git";
      url = "https://github.com/hlandau/xlog";
      rev = "197ef798aed28e08ed3e176e678fda81be993a31";
      sha256 = "08rjlqnjbfgpz5rbjq89l7y5vyhk99ivr928sqdi5gnqznbqs4m8";
    };
  }
  {
    goPackagePath = "github.com/kr/pretty";
    fetch = {
      type = "git";
      url = "https://github.com/kr/pretty";
      rev = "4e0886370c3a67530192c6a238cff68f56c141b0";
      sha256 = "1ywbfzz1h3a3qd8rpkiqwi1dm4w8ls9ijb4x1b7567grns9f0vnp";
    };
  }
  {
    goPackagePath = "github.com/kr/text";
    fetch = {
      type = "git";
      url = "https://github.com/kr/text";
      rev = "702c74938df48b97370179f33ce2107bd7ff3b3e";
      sha256 = "0hf58ypz6rxsw6nx3i856whir9lvy4sdx946wbw1nfaf2rdmr9vx";
    };
  }
  {
    goPackagePath = "github.com/mattn/go-isatty";
    fetch = {
      type = "git";
      url = "https://github.com/mattn/go-isatty";
      rev = "cb30d6282491c185f77d9bec5d25de1bb61a06bc";
      sha256 = "0v59mv94acd2m72q8adhigxkx1vn38l5h0d8hp0nxga2v9f3v8kd";
    };
  }
  {
    goPackagePath = "github.com/miekg/dns";
    fetch = {
      type = "git";
      url = "https://github.com/miekg/dns";
      rev = "203ad2480beb9330454efc215d21f16c607e8174";
      sha256 = "12i2l79whv7a8c27f1dvq4wqikx4d0l30r1ja68zfgrgik6vryxq";
    };
  }
  {
    goPackagePath = "github.com/namecoin/btcd";
    fetch = {
      type = "git";
      url = "https://github.com/namecoin/btcd";
      rev = "69a10543311fa68737d0a77b4cd045b0b0abfb75";
      sha256 = "1zbfigs3hrjhdwp19877lpgivdcz3k80149nxdmxlmp03xcswcqy";
    };
  }
  {
    goPackagePath = "github.com/namecoin/ncbtcjson";
    fetch = {
      type = "git";
      url = "https://github.com/namecoin/ncbtcjson";
      rev = "fa221af062c70f802db6ed66e1546cc4a41ec277";
      sha256 = "1fmz5aylsji27vj5f3f3gg9xj99735gh5prvcfz0gmk68v1mnr4i";
    };
  }
  {
    goPackagePath = "github.com/namecoin/ncrpcclient";
    fetch = {
      type = "git";
      url = "https://github.com/namecoin/ncrpcclient";
      rev = "858e1a5acd8b2da56462f50323633cdf2fe80977";
      sha256 = "0pj951wm6fdkk2yv4bxaxka52i7rb6w3fs9ah3fy7p8wchr4smjx";
    };
  }
  {
    goPackagePath = "github.com/namecoin/tlsrestrictnss";
    fetch = {
      type = "git";
      url = "https://github.com/namecoin/tlsrestrictnss";
      rev = "945a9f3d995fcb175fd0b19549e21a3e87ba8c13";
      sha256 = "18qphkqnjw3bwflkyyrddyzgwscs37j7y6ynm9g78bqb5skviqqy";
    };
  }
  {
    goPackagePath = "github.com/namecoin/x509-signature-splice";
    fetch = {
      type = "git";
      url = "https://github.com/namecoin/x509-signature-splice";
      rev = "d8b4bf2df701c55239a9fe82bb1e7bea10e30599";
      sha256 = "0jlj4gb60s7b69d8yx6ljhxgvqgjz01n0h59fswblw09wfba8c4j";
    };
  }
  {
    goPackagePath = "github.com/ogier/pflag";
    fetch = {
      type = "git";
      url = "https://github.com/ogier/pflag";
      rev = "45c278ab3607870051a2ea9040bb85fcb8557481";
      sha256 = "0620v75wppfd84d95n312wpngcb73cph4q3ivs1h0waljfnsrd5l";
    };
  }
  {
    goPackagePath = "github.com/shiena/ansicolor";
    fetch = {
      type = "git";
      url = "https://github.com/shiena/ansicolor";
      rev = "a422bbe96644373c5753384a59d678f7d261ff10";
      sha256 = "1dcn8a9z6a5dxa2m3fkppnajcls8lanbl38qggkf646yi5qsk1hc";
    };
  }
  {
    goPackagePath = "golang.org/x/crypto";
    fetch = {
      type = "git";
      url = "https://go.googlesource.com/crypto";
      rev = "279210d13fedf5be6d476bad5df6a015042bb905";
      sha256 = "0syi72jba84nn1z89bqpcv94wjvzj71dwg1pj30xrcixcz1zsg26";
    };
  }
  {
    goPackagePath = "golang.org/x/net";
    fetch = {
      type = "git";
      url = "https://go.googlesource.com/net";
      rev = "627f9648deb96c27737b83199d44bb5c1010cbcf";
      sha256 = "0ziz7i9mhz6dy2f58dsa83flkk165w1cnazm7yksql5i9m7x099z";
    };
  }
  {
    goPackagePath = "golang.org/x/sys";
    fetch = {
      type = "git";
      url = "https://go.googlesource.com/sys";
      rev = "6fdc65e7d9800cc59998e8ac0d9406a20ff5f399";
      sha256 = "0al5gzij4qkrp11i1h8j7288pg6y716zyh2v0886pv2knha7gjvj";
    };
  }
  {
    goPackagePath = "gopkg.in/alecthomas/kingpin.v2";
    fetch = {
      type = "git";
      url = "https://gopkg.in/alecthomas/kingpin.v2";
      rev = "947dcec5ba9c011838740e680966fd7087a71d0d";
      sha256 = "0mndnv3hdngr3bxp7yxfd47cas4prv98sqw534mx7vp38gd88n5r";
    };
  }
  {
    goPackagePath = "gopkg.in/hlandau/configurable.v1";
    fetch = {
      type = "git";
      url = "https://gopkg.in/hlandau/configurable.v1";
      rev = "41496864a1fe3e0fef2973f22372b755d2897402";
      sha256 = "0i9jbdvi8rz12xsrzzbfxg5lwsqakjcmccsa5a32asmv26k5byqa";
    };
  }
  {
    goPackagePath = "gopkg.in/hlandau/easyconfig.v1";
    fetch = {
      type = "git";
      url = "https://gopkg.in/hlandau/easyconfig.v1";
      rev = "c31249162931b4963bbe6e501cccb60d23271a3f";
      sha256 = "1v8j1pyzcfj1l4pmb1c6mszci6xzc4agdam2kq79kyvbsvbbw9dc";
    };
  }
  {
    goPackagePath = "gopkg.in/hlandau/madns.v2";
    fetch = {
      type = "git";
      url = "https://gopkg.in/hlandau/madns.v2";
      rev = "26979b3e4b5aa3e0bd53cf0a014f9eaf43b578e3";
      sha256 = "09r4m4mqdgd7hvxyvss9m64lq0kk8nylnq2bgnkrclgzpi87fmmb";
    };
  }
  {
    goPackagePath = "gopkg.in/hlandau/service.v2";
    fetch = {
      type = "git";
      url = "https://gopkg.in/hlandau/service.v2";
      rev = "b64b3467ebd16f64faec1640c25e318efc0c0d7b";
      sha256 = "0lpx88f46ylx9lf6jgwcjgklll1pc1mlakrywpa0wzhjj7a4jinc";
    };
  }
  {
    goPackagePath = "gopkg.in/hlandau/svcutils.v1";
    fetch = {
      type = "git";
      url = "https://gopkg.in/hlandau/svcutils.v1";
      rev = "c25dac49e50cbbcbef8c81b089f56156f4067729";
      sha256 = "12b6p71mk33r44d71xizjq82fls0ykfwfl5gnmckbgpxms4bj2xf";
    };
  }
]