Merge pull request #167325 from aaronjheng/wireguard-go

wireguard-go: 0.0.20210424 -> 0.0.20220316

authored by Mario Rodas and committed by GitHub 48c25752 f1b50e79

+20 -1828
+17 -9
pkgs/tools/networking/wireguard-go/default.nix
··· 1 - { lib, buildGoPackage, fetchzip }: 2 3 - buildGoPackage rec { 4 pname = "wireguard-go"; 5 - version = "0.0.20210424"; 6 - 7 - goPackagePath = "golang.zx2c4.com/wireguard"; 8 9 src = fetchzip { 10 url = "https://git.zx2c4.com/wireguard-go/snapshot/wireguard-go-${version}.tar.xz"; 11 - sha256 = "RUUueSsfEi1H+ckrnPKqbVlWONhCplMMftlyAmwK+ss="; 12 }; 13 14 - goDeps = ./deps.nix; 15 16 - passthru.updateScript = ./update.sh; 17 18 postInstall = '' 19 mv $out/bin/wireguard $out/bin/wireguard-go 20 ''; 21 22 - doCheck = true; 23 24 meta = with lib; { 25 description = "Userspace Go implementation of WireGuard";
··· 1 + { lib, buildGoModule, fetchzip, testers, wireguard-go }: 2 3 + buildGoModule rec { 4 pname = "wireguard-go"; 5 + version = "0.0.20220316"; 6 7 src = fetchzip { 8 url = "https://git.zx2c4.com/wireguard-go/snapshot/wireguard-go-${version}.tar.xz"; 9 + sha256 = "sha256-OQiG92idGwOXWX4H4HNmk2dmRM2+GtssJFzavhj1HxM="; 10 }; 11 12 + postPatch = '' 13 + # Skip formatting tests 14 + rm -f format_test.go 15 + ''; 16 17 + vendorSha256 = "sha256-MrHkOj0YfvAm8zOowXzl23F1NPTCO0F8vMMGT/Y+nQ0="; 18 + 19 + subPackages = [ "." ]; 20 + 21 + ldflags = [ "-s" "-w" ]; 22 23 postInstall = '' 24 mv $out/bin/wireguard $out/bin/wireguard-go 25 ''; 26 27 + passthru.tests.version = testers.testVersion { 28 + package = wireguard-go; 29 + version = "v${version}"; 30 + }; 31 32 meta = with lib; { 33 description = "Userspace Go implementation of WireGuard";
-1804
pkgs/tools/networking/wireguard-go/deps.nix
··· 1 - # file generated from go.mod using vgo2nix (https://github.com/nix-community/vgo2nix) 2 - [ 3 - { 4 - goPackagePath = "golang.org/x/crypto"; 5 - fetch = { 6 - type = "git"; 7 - url = "https://go.googlesource.com/crypto"; 8 - rev = "5ea612d1eb83"; 9 - sha256 = "0mbhp35qad92a9fpcpc783jfrhhbgv9zsl0h98k10522blqhd9v5"; 10 - moduleDir = ""; 11 - }; 12 - } 13 - { 14 - goPackagePath = "golang.org/x/net"; 15 - fetch = { 16 - type = "git"; 17 - url = "https://go.googlesource.com/net"; 18 - rev = "e18ecbb05110"; 19 - sha256 = "1vlq8mdscp7yfaa1lmyv03y5m4c2d67ydg2q1i6smkrxghn3zn3q"; 20 - moduleDir = ""; 21 - }; 22 - } 23 - { 24 - goPackagePath = "golang.org/x/sys"; 25 - fetch = { 26 - type = "git"; 27 - url = "https://go.googlesource.com/sys"; 28 - rev = "94ec62e08169"; 29 - sha256 = "1ir32rrysr7a06ixxr7vkwqx0c3y1rfxyfspc5xk0628cqhj1320"; 30 - moduleDir = ""; 31 - }; 32 - } 33 - { 34 - goPackagePath = "golang.org/x/term"; 35 - fetch = { 36 - type = "git"; 37 - url = "https://go.googlesource.com/term"; 38 - rev = "7de9c90e9dd1"; 39 - sha256 = "1ba252xmv6qsvf1w1gcy98mngrj0vd4inbjw0lsklqvva65nljna"; 40 - moduleDir = ""; 41 - }; 42 - } 43 - { 44 - goPackagePath = "golang.org/x/text"; 45 - fetch = { 46 - type = "git"; 47 - url = "https://go.googlesource.com/text"; 48 - rev = "v0.3.3"; 49 - sha256 = "19pihqm3phyndmiw6i42pdv6z1rbvlqlsnhsyqf9gsnn0qnmqqlh"; 50 - moduleDir = ""; 51 - }; 52 - } 53 - { 54 - goPackagePath = "golang.org/x/tools"; 55 - fetch = { 56 - type = "git"; 57 - url = "https://go.googlesource.com/tools"; 58 - rev = "90fa682c2a6e"; 59 - sha256 = "03ic2xsy51jw9749wl7gszdbz99iijbd2bckgygl6cm9w5m364ak"; 60 - moduleDir = ""; 61 - }; 62 - } 63 - { 64 - goPackagePath = "bazil.org/fuse"; 65 - fetch = { 66 - type = "git"; 67 - url = "https://github.com/bazil/fuse"; 68 - rev = "371fbbdaa898"; 69 - sha256 = "1x5p301py7mcxgwklfm6pqqkzssln0nfzllng49pnk60m03ilp4w"; 70 - moduleDir = ""; 71 - }; 72 - } 73 - { 74 - goPackagePath = "cloud.google.com/go"; 75 - fetch = { 76 - type = "git"; 77 - url = "https://github.com/googleapis/google-cloud-go"; 78 - rev = "v0.75.0"; 79 - sha256 = "0mb65np9961xawb0njlqmnqrf8pnazzp9zcbqnlcaj73hhz9zrv9"; 80 - moduleDir = ""; 81 - }; 82 - } 83 - { 84 - goPackagePath = "cloud.google.com/go/bigquery"; 85 - fetch = { 86 - type = "git"; 87 - url = "https://github.com/googleapis/google-cloud-go"; 88 - rev = "bigquery/v1.8.0"; 89 - sha256 = "1127ha4r0xjsfl04mdb134b6kvpc6yz5bx4bba8m1jmb4k3vyg3j"; 90 - moduleDir = "bigquery"; 91 - }; 92 - } 93 - { 94 - goPackagePath = "cloud.google.com/go/datastore"; 95 - fetch = { 96 - type = "git"; 97 - url = "https://github.com/googleapis/google-cloud-go"; 98 - rev = "datastore/v1.1.0"; 99 - sha256 = "18f1l28665x1a8j8a5bh2i7wb2vrwj050d1g5qda50isgqaybixd"; 100 - moduleDir = "datastore"; 101 - }; 102 - } 103 - { 104 - goPackagePath = "cloud.google.com/go/pubsub"; 105 - fetch = { 106 - type = "git"; 107 - url = "https://github.com/googleapis/google-cloud-go"; 108 - rev = "pubsub/v1.3.1"; 109 - sha256 = "1fxsj63d773yf6mjas5gwsq2caa6iqxmss6mms0yfdcc6krg6zkf"; 110 - moduleDir = "pubsub"; 111 - }; 112 - } 113 - { 114 - goPackagePath = "cloud.google.com/go/storage"; 115 - fetch = { 116 - type = "git"; 117 - url = "https://github.com/googleapis/google-cloud-go"; 118 - rev = "storage/v1.10.0"; 119 - sha256 = "10fp6galzz8jwx35159xdcrwsqaz95xw78iwv1z5n67vhglwi5nf"; 120 - moduleDir = "storage"; 121 - }; 122 - } 123 - { 124 - goPackagePath = "dmitri.shuralyov.com/gpu/mtl"; 125 - fetch = { 126 - type = "git"; 127 - url = "https://dmitri.shuralyov.com/gpu/mtl"; 128 - rev = "666a987793e9"; 129 - sha256 = "1isd03hgiwcf2ld1rlp0plrnfz7r4i7c5q4kb6hkcd22axnmrv0z"; 130 - moduleDir = ""; 131 - }; 132 - } 133 - { 134 - goPackagePath = "github.com/Azure/go-autorest/autorest"; 135 - fetch = { 136 - type = "git"; 137 - url = "https://github.com/Azure/go-autorest"; 138 - rev = "autorest/v0.9.0"; 139 - sha256 = "01fg6x3a6as2kh0km8kvjzjalq7xiqa17hnsdwawzlpnfpqgslvq"; 140 - moduleDir = "autorest"; 141 - }; 142 - } 143 - { 144 - goPackagePath = "github.com/Azure/go-autorest/autorest/adal"; 145 - fetch = { 146 - type = "git"; 147 - url = "https://github.com/Azure/go-autorest"; 148 - rev = "autorest/adal/v0.5.0"; 149 - sha256 = "07zbbshyz1s9fj9ifa6zzks4wq7455rna50z1ahpgin92jk0s6la"; 150 - moduleDir = "autorest/adal"; 151 - }; 152 - } 153 - { 154 - goPackagePath = "github.com/Azure/go-autorest/autorest/date"; 155 - fetch = { 156 - type = "git"; 157 - url = "https://github.com/Azure/go-autorest"; 158 - rev = "autorest/date/v0.1.0"; 159 - sha256 = "1w94wxjjkiv8m44rcdm1af9h0ap2r8kpp9198cxpxj8d5xxkaxpz"; 160 - moduleDir = "autorest/date"; 161 - }; 162 - } 163 - { 164 - goPackagePath = "github.com/Azure/go-autorest/autorest/mocks"; 165 - fetch = { 166 - type = "git"; 167 - url = "https://github.com/Azure/go-autorest"; 168 - rev = "autorest/mocks/v0.2.0"; 169 - sha256 = "04jsq3bnz9s27kp45n7q5wj2fi3bxwvxrxcmiswrhqz4pj35b561"; 170 - moduleDir = "autorest/mocks"; 171 - }; 172 - } 173 - { 174 - goPackagePath = "github.com/Azure/go-autorest/logger"; 175 - fetch = { 176 - type = "git"; 177 - url = "https://github.com/Azure/go-autorest"; 178 - rev = "logger/v0.1.0"; 179 - sha256 = "1w94wxjjkiv8m44rcdm1af9h0ap2r8kpp9198cxpxj8d5xxkaxpz"; 180 - moduleDir = "logger"; 181 - }; 182 - } 183 - { 184 - goPackagePath = "github.com/Azure/go-autorest/tracing"; 185 - fetch = { 186 - type = "git"; 187 - url = "https://github.com/Azure/go-autorest"; 188 - rev = "tracing/v0.5.0"; 189 - sha256 = "0n482cjr2pk6ql6awcnn6llrnygjzakihbjaahgmylf3znwil7jp"; 190 - moduleDir = "tracing"; 191 - }; 192 - } 193 - { 194 - goPackagePath = "github.com/BurntSushi/toml"; 195 - fetch = { 196 - type = "git"; 197 - url = "https://github.com/BurntSushi/toml"; 198 - rev = "v0.3.1"; 199 - sha256 = "1fjdwwfzyzllgiwydknf1pwjvy49qxfsczqx5gz3y0izs7as99j6"; 200 - moduleDir = ""; 201 - }; 202 - } 203 - { 204 - goPackagePath = "github.com/BurntSushi/xgb"; 205 - fetch = { 206 - type = "git"; 207 - url = "https://github.com/BurntSushi/xgb"; 208 - rev = "27f122750802"; 209 - sha256 = "18lp2x8f5bljvlz0r7xn744f0c9rywjsb9ifiszqqdcpwhsa0kvj"; 210 - moduleDir = ""; 211 - }; 212 - } 213 - { 214 - goPackagePath = "github.com/Microsoft/go-winio"; 215 - fetch = { 216 - type = "git"; 217 - url = "https://github.com/Microsoft/go-winio"; 218 - rev = "v0.4.16"; 219 - sha256 = "0snwbwdjs34x0my9ri77cvrbnahdiyjh2jlkzf12fy48p7fyk7pq"; 220 - moduleDir = ""; 221 - }; 222 - } 223 - { 224 - goPackagePath = "github.com/Microsoft/hcsshim"; 225 - fetch = { 226 - type = "git"; 227 - url = "https://github.com/Microsoft/hcsshim"; 228 - rev = "v0.8.14"; 229 - sha256 = "0k57knv8zrf32hp7rpv1km9j772w6752pfvdbpd3l711ism48c84"; 230 - moduleDir = ""; 231 - }; 232 - } 233 - { 234 - goPackagePath = "github.com/NYTimes/gziphandler"; 235 - fetch = { 236 - type = "git"; 237 - url = "https://github.com/NYTimes/gziphandler"; 238 - rev = "56545f4a5d46"; 239 - sha256 = "1fwk9wz6vrvq72f2gq8jhvd1nvv6grqgwrjq66vjpm0726pxar72"; 240 - moduleDir = ""; 241 - }; 242 - } 243 - { 244 - goPackagePath = "github.com/PuerkitoBio/purell"; 245 - fetch = { 246 - type = "git"; 247 - url = "https://github.com/PuerkitoBio/purell"; 248 - rev = "v1.0.0"; 249 - sha256 = "1qhsy1nm96b9kb63svkvkqmmw15xg6irwcysisxdgzk64adfwqv1"; 250 - moduleDir = ""; 251 - }; 252 - } 253 - { 254 - goPackagePath = "github.com/PuerkitoBio/urlesc"; 255 - fetch = { 256 - type = "git"; 257 - url = "https://github.com/PuerkitoBio/urlesc"; 258 - rev = "5bd2802263f2"; 259 - sha256 = "15y5r3asvm7196m3nza5xvdvlc2k11p6lfs6hi917hl7r9vgi6mp"; 260 - moduleDir = ""; 261 - }; 262 - } 263 - { 264 - goPackagePath = "github.com/cenkalti/backoff"; 265 - fetch = { 266 - type = "git"; 267 - url = "https://github.com/cenkalti/backoff"; 268 - rev = "2146c9339422"; 269 - sha256 = "03brp5ymv5pqfz2rkq2vggh6makbr3vbvdydxzp99dgk0r22vgrf"; 270 - moduleDir = ""; 271 - }; 272 - } 273 - { 274 - goPackagePath = "github.com/census-instrumentation/opencensus-proto"; 275 - fetch = { 276 - type = "git"; 277 - url = "https://github.com/census-instrumentation/opencensus-proto"; 278 - rev = "v0.2.1"; 279 - sha256 = "19fcx3sc99i5dsklny6r073z5j20vlwn2xqm6di1q3b1xwchzqfj"; 280 - moduleDir = ""; 281 - }; 282 - } 283 - { 284 - goPackagePath = "github.com/chzyer/logex"; 285 - fetch = { 286 - type = "git"; 287 - url = "https://github.com/chzyer/logex"; 288 - rev = "v1.1.10"; 289 - sha256 = "08pbjj3wx9acavlwyr055isa8a5hnmllgdv5k6ra60l5y1brmlq4"; 290 - moduleDir = ""; 291 - }; 292 - } 293 - { 294 - goPackagePath = "github.com/chzyer/readline"; 295 - fetch = { 296 - type = "git"; 297 - url = "https://github.com/chzyer/readline"; 298 - rev = "2972be24d48e"; 299 - sha256 = "104q8dazj8yf6b089jjr82fy9h1g80zyyzvp3g8b44a7d8ngjj6r"; 300 - moduleDir = ""; 301 - }; 302 - } 303 - { 304 - goPackagePath = "github.com/chzyer/test"; 305 - fetch = { 306 - type = "git"; 307 - url = "https://github.com/chzyer/test"; 308 - rev = "a1ea475d72b1"; 309 - sha256 = "0rns2aqk22i9xsgyap0pq8wi4cfaxsri4d9q6xxhhyma8jjsnj2k"; 310 - moduleDir = ""; 311 - }; 312 - } 313 - { 314 - goPackagePath = "github.com/cilium/ebpf"; 315 - fetch = { 316 - type = "git"; 317 - url = "https://github.com/cilium/ebpf"; 318 - rev = "v0.2.0"; 319 - sha256 = "0f7my8n5v2c5cmgrcikgi0naamglr7c4khgxkbb1k5wl8mm9465a"; 320 - moduleDir = ""; 321 - }; 322 - } 323 - { 324 - goPackagePath = "github.com/client9/misspell"; 325 - fetch = { 326 - type = "git"; 327 - url = "https://github.com/client9/misspell"; 328 - rev = "v0.3.4"; 329 - sha256 = "1vwf33wsc4la25zk9nylpbp9px3svlmldkm0bha4hp56jws4q9cs"; 330 - moduleDir = ""; 331 - }; 332 - } 333 - { 334 - goPackagePath = "github.com/cncf/udpa/go"; 335 - fetch = { 336 - type = "git"; 337 - url = "https://github.com/cncf/udpa"; 338 - rev = "5459f2c99403"; 339 - sha256 = "0i3al193dsp91j7iywqrm6fr56y2sz51ci4vf19mb3j4n2x44gsi"; 340 - moduleDir = "go"; 341 - }; 342 - } 343 - { 344 - goPackagePath = "github.com/containerd/cgroups"; 345 - fetch = { 346 - type = "git"; 347 - url = "https://github.com/containerd/cgroups"; 348 - rev = "4cbc285b3327"; 349 - sha256 = "1ps8z33nrh46gg7cn5p0cfp5hb6qy1dymxp5i5vfzq6qgqv18an4"; 350 - moduleDir = ""; 351 - }; 352 - } 353 - { 354 - goPackagePath = "github.com/containerd/console"; 355 - fetch = { 356 - type = "git"; 357 - url = "https://github.com/containerd/console"; 358 - rev = "v1.0.1"; 359 - sha256 = "0s837wj6h80fykk2pdmaji75rw9c3863by0gh0cq51hh0lgyjpvg"; 360 - moduleDir = ""; 361 - }; 362 - } 363 - { 364 - goPackagePath = "github.com/containerd/containerd"; 365 - fetch = { 366 - type = "git"; 367 - url = "https://github.com/containerd/containerd"; 368 - rev = "v1.3.9"; 369 - sha256 = "1isi1wgq61b4l0lxy1d8n6dnmcb8s5ihn2yqjb6525y3dj5c5i1j"; 370 - moduleDir = ""; 371 - }; 372 - } 373 - { 374 - goPackagePath = "github.com/containerd/continuity"; 375 - fetch = { 376 - type = "git"; 377 - url = "https://github.com/containerd/continuity"; 378 - rev = "50096c924a4e"; 379 - sha256 = "1drmxbb2l4z12b19dq3vvh1ss7b4z8fq1n5g6c8ln13mjgz6cq48"; 380 - moduleDir = ""; 381 - }; 382 - } 383 - { 384 - goPackagePath = "github.com/containerd/fifo"; 385 - fetch = { 386 - type = "git"; 387 - url = "https://github.com/containerd/fifo"; 388 - rev = "ff969a566b00"; 389 - sha256 = "1pmwdhbbk3vlbq6dvpwk3f71c3si6scc9ykafk8yg9rs2dj2ipfb"; 390 - moduleDir = ""; 391 - }; 392 - } 393 - { 394 - goPackagePath = "github.com/containerd/go-runc"; 395 - fetch = { 396 - type = "git"; 397 - url = "https://github.com/containerd/go-runc"; 398 - rev = "7016d3ce2328"; 399 - sha256 = "1mx2lvfkxw9kiyhi18g3c6hcpb9r2115zjzyvz6rkdqr08xrij9k"; 400 - moduleDir = ""; 401 - }; 402 - } 403 - { 404 - goPackagePath = "github.com/containerd/ttrpc"; 405 - fetch = { 406 - type = "git"; 407 - url = "https://github.com/containerd/ttrpc"; 408 - rev = "v1.0.2"; 409 - sha256 = "0plkm3yrr20vccfl0x8dxys3iphjwnmi285in0pivff6p9djf3yz"; 410 - moduleDir = ""; 411 - }; 412 - } 413 - { 414 - goPackagePath = "github.com/containerd/typeurl"; 415 - fetch = { 416 - type = "git"; 417 - url = "https://github.com/containerd/typeurl"; 418 - rev = "b45ef1f1f737"; 419 - sha256 = "03gfqx85990q2pbiibnj9bb0i2v02i1p5hma2pisrxl50dazav22"; 420 - moduleDir = ""; 421 - }; 422 - } 423 - { 424 - goPackagePath = "github.com/coreos/go-systemd/v22"; 425 - fetch = { 426 - type = "git"; 427 - url = "https://github.com/coreos/go-systemd"; 428 - rev = "v22.1.0"; 429 - sha256 = "127dj1iwp69yj74nwh9ckgc0mkk1mv4yzbxmbdxix1r7j6q35z3j"; 430 - moduleDir = ""; 431 - }; 432 - } 433 - { 434 - goPackagePath = "github.com/cpuguy83/go-md2man/v2"; 435 - fetch = { 436 - type = "git"; 437 - url = "https://github.com/cpuguy83/go-md2man"; 438 - rev = "v2.0.0"; 439 - sha256 = "0r1f7v475dxxgzqci1mxfliwadcrk86ippflx9n411325l4g3ghv"; 440 - moduleDir = ""; 441 - }; 442 - } 443 - { 444 - goPackagePath = "github.com/davecgh/go-spew"; 445 - fetch = { 446 - type = "git"; 447 - url = "https://github.com/davecgh/go-spew"; 448 - rev = "v1.1.1"; 449 - sha256 = "0hka6hmyvp701adzag2g26cxdj47g21x6jz4sc6jjz1mn59d474y"; 450 - moduleDir = ""; 451 - }; 452 - } 453 - { 454 - goPackagePath = "github.com/dgrijalva/jwt-go"; 455 - fetch = { 456 - type = "git"; 457 - url = "https://github.com/dgrijalva/jwt-go"; 458 - rev = "v3.2.0"; 459 - sha256 = "08m27vlms74pfy5z79w67f9lk9zkx6a9jd68k3c4msxy75ry36mp"; 460 - moduleDir = ""; 461 - }; 462 - } 463 - { 464 - goPackagePath = "github.com/docker/distribution"; 465 - fetch = { 466 - type = "git"; 467 - url = "https://github.com/docker/distribution"; 468 - rev = "0d3efadf0154"; 469 - sha256 = "1wayhmcxr6l281fqkbw1gh0ymhxlznf4jj1rcldhwrc64l2zjh8l"; 470 - moduleDir = ""; 471 - }; 472 - } 473 - { 474 - goPackagePath = "github.com/docker/docker"; 475 - fetch = { 476 - type = "git"; 477 - url = "https://github.com/docker/docker"; 478 - rev = "9e7d5ac5ea55"; 479 - sha256 = "0zcv52431a6pj4743rw6342aq9aphwdlbhvz5zs2i3v6q70acxg9"; 480 - moduleDir = ""; 481 - }; 482 - } 483 - { 484 - goPackagePath = "github.com/docker/go-connections"; 485 - fetch = { 486 - type = "git"; 487 - url = "https://github.com/docker/go-connections"; 488 - rev = "v0.3.0"; 489 - sha256 = "0v1pkr8apwmhyzbjfriwdrs1ihlk6pw7izm57r24mf9jdmg3fyb0"; 490 - moduleDir = ""; 491 - }; 492 - } 493 - { 494 - goPackagePath = "github.com/docker/go-events"; 495 - fetch = { 496 - type = "git"; 497 - url = "https://github.com/docker/go-events"; 498 - rev = "e31b211e4f1c"; 499 - sha256 = "09gm4z43g23isbklabnsnfb87bwf8kjdgvvyi3vfjq2bqdjdg7cl"; 500 - moduleDir = ""; 501 - }; 502 - } 503 - { 504 - goPackagePath = "github.com/docker/go-units"; 505 - fetch = { 506 - type = "git"; 507 - url = "https://github.com/docker/go-units"; 508 - rev = "v0.4.0"; 509 - sha256 = "0k8gja8ql4pqg5rzmqvka42vjfs6rzablak87whcnqba6qxpimvz"; 510 - moduleDir = ""; 511 - }; 512 - } 513 - { 514 - goPackagePath = "github.com/docker/spdystream"; 515 - fetch = { 516 - type = "git"; 517 - url = "https://github.com/docker/spdystream"; 518 - rev = "449fdfce4d96"; 519 - sha256 = "1412cpiis971iq1kxrirzirhj2708ispjh0x0dh879b66x8507sl"; 520 - moduleDir = ""; 521 - }; 522 - } 523 - { 524 - goPackagePath = "github.com/dustin/go-humanize"; 525 - fetch = { 526 - type = "git"; 527 - url = "https://github.com/dustin/go-humanize"; 528 - rev = "v1.0.0"; 529 - sha256 = "1kqf1kavdyvjk7f8kx62pnm7fbypn9z1vbf8v2qdh3y7z7a0cbl3"; 530 - moduleDir = ""; 531 - }; 532 - } 533 - { 534 - goPackagePath = "github.com/elazarl/goproxy"; 535 - fetch = { 536 - type = "git"; 537 - url = "https://github.com/elazarl/goproxy"; 538 - rev = "c4fc26588b6e"; 539 - sha256 = "1s3v02px61a3hmvb47rqk598z5visayxq46k3c8dcrayhhngv2fw"; 540 - moduleDir = ""; 541 - }; 542 - } 543 - { 544 - goPackagePath = "github.com/emicklei/go-restful"; 545 - fetch = { 546 - type = "git"; 547 - url = "https://github.com/emicklei/go-restful"; 548 - rev = "ff4f55a20633"; 549 - sha256 = "1v5lj5142abz3gvbygp6xghpdx4ps2lwswl8559ivaidahwnc21c"; 550 - moduleDir = ""; 551 - }; 552 - } 553 - { 554 - goPackagePath = "github.com/envoyproxy/go-control-plane"; 555 - fetch = { 556 - type = "git"; 557 - url = "https://github.com/envoyproxy/go-control-plane"; 558 - rev = "fd9021fe5dad"; 559 - sha256 = "0piyk6pk36x2qr3bhys2k240pfwz3bv64fhi2l0vx1mzwiddapbm"; 560 - moduleDir = ""; 561 - }; 562 - } 563 - { 564 - goPackagePath = "github.com/envoyproxy/protoc-gen-validate"; 565 - fetch = { 566 - type = "git"; 567 - url = "https://github.com/envoyproxy/protoc-gen-validate"; 568 - rev = "v0.1.0"; 569 - sha256 = "0kxd3wwh3xwqk0r684hsy281xq4y71cd11d4q2hspcjbnlbwh7cy"; 570 - moduleDir = ""; 571 - }; 572 - } 573 - { 574 - goPackagePath = "github.com/evanphx/json-patch"; 575 - fetch = { 576 - type = "git"; 577 - url = "https://github.com/evanphx/json-patch"; 578 - rev = "v4.2.0"; 579 - sha256 = "0cfvyhl3hjfc4z8hbkfc40yafv6r7y513zgp3jwf88isbd13r7a6"; 580 - moduleDir = ""; 581 - }; 582 - } 583 - { 584 - goPackagePath = "github.com/fsnotify/fsnotify"; 585 - fetch = { 586 - type = "git"; 587 - url = "https://github.com/fsnotify/fsnotify"; 588 - rev = "v1.4.7"; 589 - sha256 = "07va9crci0ijlivbb7q57d2rz9h27zgn2fsm60spjsqpdbvyrx4g"; 590 - moduleDir = ""; 591 - }; 592 - } 593 - { 594 - goPackagePath = "github.com/ghodss/yaml"; 595 - fetch = { 596 - type = "git"; 597 - url = "https://github.com/ghodss/yaml"; 598 - rev = "73d445a93680"; 599 - sha256 = "0pg53ky4sy3sp9j4n7vgf1p3gw4nbckwqfldcmmi9rf13kjh0mr7"; 600 - moduleDir = ""; 601 - }; 602 - } 603 - { 604 - goPackagePath = "github.com/go-gl/glfw"; 605 - fetch = { 606 - type = "git"; 607 - url = "https://github.com/go-gl/glfw"; 608 - rev = "e6da0acd62b1"; 609 - sha256 = "0prvx5r7q8yrhqvnwibv4xz3dayjbq36yajzqvh0z4lqsh4hyhch"; 610 - moduleDir = ""; 611 - }; 612 - } 613 - { 614 - goPackagePath = "github.com/go-gl/glfw/v3.3/glfw"; 615 - fetch = { 616 - type = "git"; 617 - url = "https://github.com/go-gl/glfw"; 618 - rev = "6f7a984d4dc4"; 619 - sha256 = "1nyv7h08qf4dp8w9pmcnrc6vv9bkwj8fil6pz0mkbss5hf4i8xcq"; 620 - moduleDir = "v3.3/glfw"; 621 - }; 622 - } 623 - { 624 - goPackagePath = "github.com/go-logr/logr"; 625 - fetch = { 626 - type = "git"; 627 - url = "https://github.com/go-logr/logr"; 628 - rev = "v0.1.0"; 629 - sha256 = "0fhijjhxz4n2j5i24ckzv8r9kri3v44jdyklgbqjfq0xm7izqg14"; 630 - moduleDir = ""; 631 - }; 632 - } 633 - { 634 - goPackagePath = "github.com/go-openapi/jsonpointer"; 635 - fetch = { 636 - type = "git"; 637 - url = "https://github.com/go-openapi/jsonpointer"; 638 - rev = "46af16f9f7b1"; 639 - sha256 = "0w0fphmdycjzbsm1vppdcjc9aqinkcdzcq3pxikdvdqh5p791gsc"; 640 - moduleDir = ""; 641 - }; 642 - } 643 - { 644 - goPackagePath = "github.com/go-openapi/jsonreference"; 645 - fetch = { 646 - type = "git"; 647 - url = "https://github.com/go-openapi/jsonreference"; 648 - rev = "13c6e3589ad9"; 649 - sha256 = "1fh4xcl9ijww4bdq656sx981d57w2c9zx5148jsxlsg4bsvxmwis"; 650 - moduleDir = ""; 651 - }; 652 - } 653 - { 654 - goPackagePath = "github.com/go-openapi/spec"; 655 - fetch = { 656 - type = "git"; 657 - url = "https://github.com/go-openapi/spec"; 658 - rev = "6aced65f8501"; 659 - sha256 = "0yf0nw7167yjpiqrikns5djarjpf2r07q6xnq9xb1cfsc4m7ynm4"; 660 - moduleDir = ""; 661 - }; 662 - } 663 - { 664 - goPackagePath = "github.com/go-openapi/swag"; 665 - fetch = { 666 - type = "git"; 667 - url = "https://github.com/go-openapi/swag"; 668 - rev = "1d0bd113de87"; 669 - sha256 = "0fmk42chj20679n87n6sig3czs25lavyj6w208000n6kccv1ns3c"; 670 - moduleDir = ""; 671 - }; 672 - } 673 - { 674 - goPackagePath = "github.com/godbus/dbus/v5"; 675 - fetch = { 676 - type = "git"; 677 - url = "https://github.com/godbus/dbus"; 678 - rev = "v5.0.3"; 679 - sha256 = "1bkc904073k807yxg6mvqaxrr6ammmhginr9p54jfb55mz3hfw3s"; 680 - moduleDir = ""; 681 - }; 682 - } 683 - { 684 - goPackagePath = "github.com/gofrs/flock"; 685 - fetch = { 686 - type = "git"; 687 - url = "https://github.com/gofrs/flock"; 688 - rev = "886344bea079"; 689 - sha256 = "0qjqhs61y9mnjw4fb1klf74ab4lqbwpapdv3g6k0x1bzd2q1w6zr"; 690 - moduleDir = ""; 691 - }; 692 - } 693 - { 694 - goPackagePath = "github.com/gogo/googleapis"; 695 - fetch = { 696 - type = "git"; 697 - url = "https://github.com/gogo/googleapis"; 698 - rev = "v1.4.0"; 699 - sha256 = "1kka9qmra1klfkjza0s5papqvsi65f2d349dl8k1lvfq487iv9r4"; 700 - moduleDir = ""; 701 - }; 702 - } 703 - { 704 - goPackagePath = "github.com/gogo/protobuf"; 705 - fetch = { 706 - type = "git"; 707 - url = "https://github.com/gogo/protobuf"; 708 - rev = "v1.3.1"; 709 - sha256 = "0x77x64sxjgfhmbijqfzmj8h4ar25l2w97h01q3cqs1wk7zfnkhp"; 710 - moduleDir = ""; 711 - }; 712 - } 713 - { 714 - goPackagePath = "github.com/golang/glog"; 715 - fetch = { 716 - type = "git"; 717 - url = "https://github.com/golang/glog"; 718 - rev = "23def4e6c14b"; 719 - sha256 = "0jb2834rw5sykfr937fxi8hxi2zy80sj2bdn9b3jb4b26ksqng30"; 720 - moduleDir = ""; 721 - }; 722 - } 723 - { 724 - goPackagePath = "github.com/golang/groupcache"; 725 - fetch = { 726 - type = "git"; 727 - url = "https://github.com/golang/groupcache"; 728 - rev = "8c9f03a8e57e"; 729 - sha256 = "0vjjr79r32icjzlb05wn02k59av7jx0rn1jijml8r4whlg7dnkfh"; 730 - moduleDir = ""; 731 - }; 732 - } 733 - { 734 - goPackagePath = "github.com/golang/mock"; 735 - fetch = { 736 - type = "git"; 737 - url = "https://github.com/golang/mock"; 738 - rev = "v1.4.4"; 739 - sha256 = "1lj0dvd6div4jaq1s0afpwqaq9ah8cxhkq93wii2ably1xmp2l0a"; 740 - moduleDir = ""; 741 - }; 742 - } 743 - { 744 - goPackagePath = "github.com/golang/protobuf"; 745 - fetch = { 746 - type = "git"; 747 - url = "https://github.com/golang/protobuf"; 748 - rev = "v1.4.3"; 749 - sha256 = "1kf1d7xmyjvy0z6j5czp6nqyvj9zrk6liv6znif08927xqfrzyln"; 750 - moduleDir = ""; 751 - }; 752 - } 753 - { 754 - goPackagePath = "github.com/google/btree"; 755 - fetch = { 756 - type = "git"; 757 - url = "https://github.com/google/btree"; 758 - rev = "v1.0.0"; 759 - sha256 = "0ba430m9fbnagacp57krgidsyrgp3ycw5r7dj71brgp5r52g82p6"; 760 - moduleDir = ""; 761 - }; 762 - } 763 - { 764 - goPackagePath = "github.com/google/go-cmp"; 765 - fetch = { 766 - type = "git"; 767 - url = "https://github.com/google/go-cmp"; 768 - rev = "v0.5.4"; 769 - sha256 = "1ld9pwb6l22g75g1zpa691l7q9ki7pjgpcqhwgdfr3va1zisr5ci"; 770 - moduleDir = ""; 771 - }; 772 - } 773 - { 774 - goPackagePath = "github.com/google/go-github/v32"; 775 - fetch = { 776 - type = "git"; 777 - url = "https://github.com/google/go-github"; 778 - rev = "v32.1.0"; 779 - sha256 = "0qaxcm2p655r1jd59rv1hd58driadw5hxlfy7h53c7pzcsmf2546"; 780 - moduleDir = ""; 781 - }; 782 - } 783 - { 784 - goPackagePath = "github.com/google/go-querystring"; 785 - fetch = { 786 - type = "git"; 787 - url = "https://github.com/google/go-querystring"; 788 - rev = "v1.0.0"; 789 - sha256 = "0xl12bqyvmn4xcnf8p9ksj9rmnr7s40pvppsdmy8n9bzw1db0iwz"; 790 - moduleDir = ""; 791 - }; 792 - } 793 - { 794 - goPackagePath = "github.com/google/gofuzz"; 795 - fetch = { 796 - type = "git"; 797 - url = "https://github.com/google/gofuzz"; 798 - rev = "v1.0.0"; 799 - sha256 = "0qz439qvccm91w0mmjz4fqgx48clxdwagkvvx89cr43q1d4iry36"; 800 - moduleDir = ""; 801 - }; 802 - } 803 - { 804 - goPackagePath = "github.com/google/martian"; 805 - fetch = { 806 - type = "git"; 807 - url = "https://github.com/google/martian"; 808 - rev = "v2.1.0"; 809 - sha256 = "197hil6vrjk50b9wvwyzf61csid83whsjj6ik8mc9r2lryxlyyrp"; 810 - moduleDir = ""; 811 - }; 812 - } 813 - { 814 - goPackagePath = "github.com/google/martian/v3"; 815 - fetch = { 816 - type = "git"; 817 - url = "https://github.com/google/martian"; 818 - rev = "v3.1.0"; 819 - sha256 = "1pr9akggfzj2vw11l7ry4sij0hqslpc3gwx4ynbzyvbjhvh64sbc"; 820 - moduleDir = ""; 821 - }; 822 - } 823 - { 824 - goPackagePath = "github.com/google/pprof"; 825 - fetch = { 826 - type = "git"; 827 - url = "https://github.com/google/pprof"; 828 - rev = "39141e76b647"; 829 - sha256 = "19j8qaw1k3zx5yd00l0j5982jpz72nlh98l941qrybgslgnh7cxd"; 830 - moduleDir = ""; 831 - }; 832 - } 833 - { 834 - goPackagePath = "github.com/google/renameio"; 835 - fetch = { 836 - type = "git"; 837 - url = "https://github.com/google/renameio"; 838 - rev = "v0.1.0"; 839 - sha256 = "1ki2x5a9nrj17sn092d6n4zr29lfg5ydv4xz5cp58z6cw8ip43jx"; 840 - moduleDir = ""; 841 - }; 842 - } 843 - { 844 - goPackagePath = "github.com/google/subcommands"; 845 - fetch = { 846 - type = "git"; 847 - url = "https://github.com/google/subcommands"; 848 - rev = "636abe8753b8"; 849 - sha256 = "1gh40acx3f69fxmar6rmh18xrjw2rw3hyiyfcq9p44r9wlsfwl5x"; 850 - moduleDir = ""; 851 - }; 852 - } 853 - { 854 - goPackagePath = "github.com/google/uuid"; 855 - fetch = { 856 - type = "git"; 857 - url = "https://github.com/google/uuid"; 858 - rev = "v1.1.2"; 859 - sha256 = "1rbpfa0v0ly9sdnixcxhf79swki54ikgm1zkwwkj64p1ws66syqd"; 860 - moduleDir = ""; 861 - }; 862 - } 863 - { 864 - goPackagePath = "github.com/googleapis/gax-go/v2"; 865 - fetch = { 866 - type = "git"; 867 - url = "https://github.com/googleapis/gax-go"; 868 - rev = "v2.0.5"; 869 - sha256 = "1lxawwngv6miaqd25s3ba0didfzylbwisd2nz7r4gmbmin6jsjrx"; 870 - moduleDir = ""; 871 - }; 872 - } 873 - { 874 - goPackagePath = "github.com/googleapis/gnostic"; 875 - fetch = { 876 - type = "git"; 877 - url = "https://github.com/googleapis/gnostic"; 878 - rev = "0c5108395e2d"; 879 - sha256 = "0jf3cp5clli88gpjf24r6wxbkvngnc1kf59d4cgjczsn2wasvsfc"; 880 - moduleDir = ""; 881 - }; 882 - } 883 - { 884 - goPackagePath = "github.com/gophercloud/gophercloud"; 885 - fetch = { 886 - type = "git"; 887 - url = "https://github.com/gophercloud/gophercloud"; 888 - rev = "v0.1.0"; 889 - sha256 = "0794s9c144gphm4dh1wgba6ydsb4zdwgglj1p9im43jv0lvh6p81"; 890 - moduleDir = ""; 891 - }; 892 - } 893 - { 894 - goPackagePath = "github.com/gregjones/httpcache"; 895 - fetch = { 896 - type = "git"; 897 - url = "https://github.com/gregjones/httpcache"; 898 - rev = "9cad4c3443a7"; 899 - sha256 = "0wjdwcwqqcx2d5y68qvhg6qyj977il5ijmnn9h9cd6wjbdy0ay6s"; 900 - moduleDir = ""; 901 - }; 902 - } 903 - { 904 - goPackagePath = "github.com/hashicorp/errwrap"; 905 - fetch = { 906 - type = "git"; 907 - url = "https://github.com/hashicorp/errwrap"; 908 - rev = "v1.0.0"; 909 - sha256 = "0slfb6w3b61xz04r32bi0a1bygc82rjzhqkxj2si2074wynqnr1c"; 910 - moduleDir = ""; 911 - }; 912 - } 913 - { 914 - goPackagePath = "github.com/hashicorp/go-multierror"; 915 - fetch = { 916 - type = "git"; 917 - url = "https://github.com/hashicorp/go-multierror"; 918 - rev = "v1.1.0"; 919 - sha256 = "0pmjpzpra7lqgikxzwlcp5mh01b46j2vhyxkixz0v86fr9kf0k3k"; 920 - moduleDir = ""; 921 - }; 922 - } 923 - { 924 - goPackagePath = "github.com/hashicorp/golang-lru"; 925 - fetch = { 926 - type = "git"; 927 - url = "https://github.com/hashicorp/golang-lru"; 928 - rev = "v0.5.1"; 929 - sha256 = "13f870cvk161bzjj6x41l45r5x9i1z9r2ymwmvm7768kg08zznpy"; 930 - moduleDir = ""; 931 - }; 932 - } 933 - { 934 - goPackagePath = "github.com/hpcloud/tail"; 935 - fetch = { 936 - type = "git"; 937 - url = "https://github.com/hpcloud/tail"; 938 - rev = "v1.0.0"; 939 - sha256 = "1njpzc0pi1acg5zx9y6vj9xi6ksbsc5d387rd6904hy6rh2m6kn0"; 940 - moduleDir = ""; 941 - }; 942 - } 943 - { 944 - goPackagePath = "github.com/ianlancetaylor/demangle"; 945 - fetch = { 946 - type = "git"; 947 - url = "https://github.com/ianlancetaylor/demangle"; 948 - rev = "28f6c0f3b639"; 949 - sha256 = "0rsq3622gd40f1x1l7caidsxrmzg1993ich2higwd94fqbxs1r83"; 950 - moduleDir = ""; 951 - }; 952 - } 953 - { 954 - goPackagePath = "github.com/imdario/mergo"; 955 - fetch = { 956 - type = "git"; 957 - url = "https://github.com/imdario/mergo"; 958 - rev = "v0.3.5"; 959 - sha256 = "1mvgn89vp39gcpvhiq4n7nw5ipj7fk6h03jgc6fjwgvwvss213pb"; 960 - moduleDir = ""; 961 - }; 962 - } 963 - { 964 - goPackagePath = "github.com/inconshreveable/mousetrap"; 965 - fetch = { 966 - type = "git"; 967 - url = "https://github.com/inconshreveable/mousetrap"; 968 - rev = "v1.0.0"; 969 - sha256 = "1mn0kg48xkd74brf48qf5hzp0bc6g8cf5a77w895rl3qnlpfw152"; 970 - moduleDir = ""; 971 - }; 972 - } 973 - { 974 - goPackagePath = "github.com/json-iterator/go"; 975 - fetch = { 976 - type = "git"; 977 - url = "https://github.com/json-iterator/go"; 978 - rev = "v1.1.7"; 979 - sha256 = "0n79p4s67zl5zprxv7diayw3vavnmmfqkmd6snz0i9bxp825dsyz"; 980 - moduleDir = ""; 981 - }; 982 - } 983 - { 984 - goPackagePath = "github.com/jstemmer/go-junit-report"; 985 - fetch = { 986 - type = "git"; 987 - url = "https://github.com/jstemmer/go-junit-report"; 988 - rev = "v0.9.1"; 989 - sha256 = "1knip80yir1cdsjlb3rzy0a4w3kl4ljpiciaz6hjzwqlfhnv7bkw"; 990 - moduleDir = ""; 991 - }; 992 - } 993 - { 994 - goPackagePath = "github.com/kisielk/errcheck"; 995 - fetch = { 996 - type = "git"; 997 - url = "https://github.com/kisielk/errcheck"; 998 - rev = "v1.2.0"; 999 - sha256 = "0am6g10ipdxw84byscm7shda654882wjcbinq5c4696m6mhi2qrd"; 1000 - moduleDir = ""; 1001 - }; 1002 - } 1003 - { 1004 - goPackagePath = "github.com/kisielk/gotool"; 1005 - fetch = { 1006 - type = "git"; 1007 - url = "https://github.com/kisielk/gotool"; 1008 - rev = "v1.0.0"; 1009 - sha256 = "14af2pa0ssyp8bp2mvdw184s5wcysk6akil3wzxmr05wwy951iwn"; 1010 - moduleDir = ""; 1011 - }; 1012 - } 1013 - { 1014 - goPackagePath = "github.com/konsorten/go-windows-terminal-sequences"; 1015 - fetch = { 1016 - type = "git"; 1017 - url = "https://github.com/konsorten/go-windows-terminal-sequences"; 1018 - rev = "v1.0.2"; 1019 - sha256 = "09mn209ika7ciy87xf2x31dq5fnqw39jidgaljvmqxwk7ff1hnx7"; 1020 - moduleDir = ""; 1021 - }; 1022 - } 1023 - { 1024 - goPackagePath = "github.com/kr/pretty"; 1025 - fetch = { 1026 - type = "git"; 1027 - url = "https://github.com/kr/pretty"; 1028 - rev = "v0.1.0"; 1029 - sha256 = "18m4pwg2abd0j9cn5v3k2ksk9ig4vlwxmlw9rrglanziv9l967qp"; 1030 - moduleDir = ""; 1031 - }; 1032 - } 1033 - { 1034 - goPackagePath = "github.com/kr/pty"; 1035 - fetch = { 1036 - type = "git"; 1037 - url = "https://github.com/kr/pty"; 1038 - rev = "7dc38fb350b1"; 1039 - sha256 = "0h5x6dys758vgb9s5y1qpf6g9712a4jjs94f9rg4i4qw4ypzjfg6"; 1040 - moduleDir = ""; 1041 - }; 1042 - } 1043 - { 1044 - goPackagePath = "github.com/kr/text"; 1045 - fetch = { 1046 - type = "git"; 1047 - url = "https://github.com/kr/text"; 1048 - rev = "v0.1.0"; 1049 - sha256 = "1gm5bsl01apvc84bw06hasawyqm4q84vx1pm32wr9jnd7a8vjgj1"; 1050 - moduleDir = ""; 1051 - }; 1052 - } 1053 - { 1054 - goPackagePath = "github.com/mailru/easyjson"; 1055 - fetch = { 1056 - type = "git"; 1057 - url = "https://github.com/mailru/easyjson"; 1058 - rev = "d5b7844b561a"; 1059 - sha256 = "1g84l4wns28xjpn6nl1g33dcj3sfgxlkqqsa6w8fbq2kwyd50xka"; 1060 - moduleDir = ""; 1061 - }; 1062 - } 1063 - { 1064 - goPackagePath = "github.com/mattbaird/jsonpatch"; 1065 - fetch = { 1066 - type = "git"; 1067 - url = "https://github.com/mattbaird/jsonpatch"; 1068 - rev = "81af80346b1a"; 1069 - sha256 = "0ll22kpf75m72r7i5ddg3r87gdlagbj2x24bppgbi8jp018pdq95"; 1070 - moduleDir = ""; 1071 - }; 1072 - } 1073 - { 1074 - goPackagePath = "github.com/modern-go/concurrent"; 1075 - fetch = { 1076 - type = "git"; 1077 - url = "https://github.com/modern-go/concurrent"; 1078 - rev = "bacd9c7ef1dd"; 1079 - sha256 = "0s0fxccsyb8icjmiym5k7prcqx36hvgdwl588y0491gi18k5i4zs"; 1080 - moduleDir = ""; 1081 - }; 1082 - } 1083 - { 1084 - goPackagePath = "github.com/modern-go/reflect2"; 1085 - fetch = { 1086 - type = "git"; 1087 - url = "https://github.com/modern-go/reflect2"; 1088 - rev = "v1.0.1"; 1089 - sha256 = "06a3sablw53n1dqqbr2f53jyksbxdmmk8axaas4yvnhyfi55k4lf"; 1090 - moduleDir = ""; 1091 - }; 1092 - } 1093 - { 1094 - goPackagePath = "github.com/mohae/deepcopy"; 1095 - fetch = { 1096 - type = "git"; 1097 - url = "https://github.com/mohae/deepcopy"; 1098 - rev = "bb9b5e7adda9"; 1099 - sha256 = "173j05wv4yy8jh9ccjw46xfy1knxwvv1ir6b8l6g9pc5j5damm1f"; 1100 - moduleDir = ""; 1101 - }; 1102 - } 1103 - { 1104 - goPackagePath = "github.com/munnerz/goautoneg"; 1105 - fetch = { 1106 - type = "git"; 1107 - url = "https://github.com/munnerz/goautoneg"; 1108 - rev = "a547fc61f48d"; 1109 - sha256 = "19khhn5xhqv1yp7d6k987gh5w5rhrjnp4p0c6fyrd8z6lzz5h9qi"; 1110 - moduleDir = ""; 1111 - }; 1112 - } 1113 - { 1114 - goPackagePath = "github.com/mxk/go-flowrate"; 1115 - fetch = { 1116 - type = "git"; 1117 - url = "https://github.com/mxk/go-flowrate"; 1118 - rev = "cca7078d478f"; 1119 - sha256 = "0zqs39923ja0yypdmiqk6x8pgmfs3ms5x5sl1dqv9z6zyx2xy541"; 1120 - moduleDir = ""; 1121 - }; 1122 - } 1123 - { 1124 - goPackagePath = "github.com/onsi/ginkgo"; 1125 - fetch = { 1126 - type = "git"; 1127 - url = "https://github.com/onsi/ginkgo"; 1128 - rev = "v1.8.0"; 1129 - sha256 = "1326s5fxgasdpz1qqwrw4n5p3k0vz44msnyz14knrhlw5l97lx33"; 1130 - moduleDir = ""; 1131 - }; 1132 - } 1133 - { 1134 - goPackagePath = "github.com/onsi/gomega"; 1135 - fetch = { 1136 - type = "git"; 1137 - url = "https://github.com/onsi/gomega"; 1138 - rev = "v1.5.0"; 1139 - sha256 = "1n7i4hksdgv410m43v2sw14bl5vy59dkp6nlw5l76nibbh37syr9"; 1140 - moduleDir = ""; 1141 - }; 1142 - } 1143 - { 1144 - goPackagePath = "github.com/opencontainers/go-digest"; 1145 - fetch = { 1146 - type = "git"; 1147 - url = "https://github.com/opencontainers/go-digest"; 1148 - rev = "v1.0.0"; 1149 - sha256 = "0i5acjajvr6hi9zb7gxwifd8w28y884cv7cx36adj8lngj647xbi"; 1150 - moduleDir = ""; 1151 - }; 1152 - } 1153 - { 1154 - goPackagePath = "github.com/opencontainers/image-spec"; 1155 - fetch = { 1156 - type = "git"; 1157 - url = "https://github.com/opencontainers/image-spec"; 1158 - rev = "v1.0.1"; 1159 - sha256 = "03dvbj3dln8c55v9gp79mgmz2yi2ws3r08iyz2fk41y3i22iaw1q"; 1160 - moduleDir = ""; 1161 - }; 1162 - } 1163 - { 1164 - goPackagePath = "github.com/opencontainers/runc"; 1165 - fetch = { 1166 - type = "git"; 1167 - url = "https://github.com/opencontainers/runc"; 1168 - rev = "v0.1.1"; 1169 - sha256 = "09fm7f1k4lvx8v3crqb0cli1x2brlz8ka7f7qa8d2sb6ln58h7w7"; 1170 - moduleDir = ""; 1171 - }; 1172 - } 1173 - { 1174 - goPackagePath = "github.com/opencontainers/runtime-spec"; 1175 - fetch = { 1176 - type = "git"; 1177 - url = "https://github.com/opencontainers/runtime-spec"; 1178 - rev = "v1.0.2"; 1179 - sha256 = "19w981vcmd5lp2hy0630x6ayb8zz17n2vxqm2py5mg945xflcizg"; 1180 - moduleDir = ""; 1181 - }; 1182 - } 1183 - { 1184 - goPackagePath = "github.com/pborman/uuid"; 1185 - fetch = { 1186 - type = "git"; 1187 - url = "https://github.com/pborman/uuid"; 1188 - rev = "v1.2.0"; 1189 - sha256 = "0f146yjqwx2mr110kl8scjhqd08hys7vr5z0d0a3lskb6yy22gfg"; 1190 - moduleDir = ""; 1191 - }; 1192 - } 1193 - { 1194 - goPackagePath = "github.com/peterbourgon/diskv"; 1195 - fetch = { 1196 - type = "git"; 1197 - url = "https://github.com/peterbourgon/diskv"; 1198 - rev = "v2.0.1"; 1199 - sha256 = "1mxpa5aad08x30qcbffzk80g9540wvbca4blc1r2qyzl65b8929b"; 1200 - moduleDir = ""; 1201 - }; 1202 - } 1203 - { 1204 - goPackagePath = "github.com/pkg/errors"; 1205 - fetch = { 1206 - type = "git"; 1207 - url = "https://github.com/pkg/errors"; 1208 - rev = "v0.9.1"; 1209 - sha256 = "1761pybhc2kqr6v5fm8faj08x9bql8427yqg6vnfv6nhrasx1mwq"; 1210 - moduleDir = ""; 1211 - }; 1212 - } 1213 - { 1214 - goPackagePath = "github.com/pmezard/go-difflib"; 1215 - fetch = { 1216 - type = "git"; 1217 - url = "https://github.com/pmezard/go-difflib"; 1218 - rev = "v1.0.0"; 1219 - sha256 = "0c1cn55m4rypmscgf0rrb88pn58j3ysvc2d0432dp3c6fqg6cnzw"; 1220 - moduleDir = ""; 1221 - }; 1222 - } 1223 - { 1224 - goPackagePath = "github.com/prometheus/client_model"; 1225 - fetch = { 1226 - type = "git"; 1227 - url = "https://github.com/prometheus/client_model"; 1228 - rev = "14fe0d1b01d4"; 1229 - sha256 = "0zdmk6rbbx39cvfz0r59v2jg5sg9yd02b4pds5n5llgvivi99550"; 1230 - moduleDir = ""; 1231 - }; 1232 - } 1233 - { 1234 - goPackagePath = "github.com/prometheus/procfs"; 1235 - fetch = { 1236 - type = "git"; 1237 - url = "https://github.com/prometheus/procfs"; 1238 - rev = "bc1a522cf7b1"; 1239 - sha256 = "13ws66kd65zbhk31zmax9qgmh22fzjcgs5ihy4fm1d775w6bmdzx"; 1240 - moduleDir = ""; 1241 - }; 1242 - } 1243 - { 1244 - goPackagePath = "github.com/rogpeppe/go-internal"; 1245 - fetch = { 1246 - type = "git"; 1247 - url = "https://github.com/rogpeppe/go-internal"; 1248 - rev = "v1.3.0"; 1249 - sha256 = "0mcdh1licgnnahwml9y2iq6xy5x9xmjw5frcnds2s3wpjyqrl216"; 1250 - moduleDir = ""; 1251 - }; 1252 - } 1253 - { 1254 - goPackagePath = "github.com/russross/blackfriday/v2"; 1255 - fetch = { 1256 - type = "git"; 1257 - url = "https://github.com/russross/blackfriday"; 1258 - rev = "v2.0.1"; 1259 - sha256 = "0nlz7isdd4rgnwzs68499hlwicxz34j2k2a0b8jy0y7ycd2bcr5j"; 1260 - moduleDir = ""; 1261 - }; 1262 - } 1263 - { 1264 - goPackagePath = "github.com/shurcooL/sanitized_anchor_name"; 1265 - fetch = { 1266 - type = "git"; 1267 - url = "https://github.com/shurcooL/sanitized_anchor_name"; 1268 - rev = "v1.0.0"; 1269 - sha256 = "1gv9p2nr46z80dnfjsklc6zxbgk96349sdsxjz05f3z6wb6m5l8f"; 1270 - moduleDir = ""; 1271 - }; 1272 - } 1273 - { 1274 - goPackagePath = "github.com/sirupsen/logrus"; 1275 - fetch = { 1276 - type = "git"; 1277 - url = "https://github.com/sirupsen/logrus"; 1278 - rev = "v1.7.0"; 1279 - sha256 = "1a59pw7zimvm8k423iq9l4f4qjj1ia1xc6pkmhwl2mxc46y2n442"; 1280 - moduleDir = ""; 1281 - }; 1282 - } 1283 - { 1284 - goPackagePath = "github.com/spf13/afero"; 1285 - fetch = { 1286 - type = "git"; 1287 - url = "https://github.com/spf13/afero"; 1288 - rev = "v1.2.2"; 1289 - sha256 = "0j9r65qgd58324m85lkl49vk9dgwd62g7dwvkfcm3k6i9dc555a9"; 1290 - moduleDir = ""; 1291 - }; 1292 - } 1293 - { 1294 - goPackagePath = "github.com/spf13/cobra"; 1295 - fetch = { 1296 - type = "git"; 1297 - url = "https://github.com/spf13/cobra"; 1298 - rev = "2da4a54c5cee"; 1299 - sha256 = "18qbrp774fx6dyibjcy9snld705gslq6z2sql1biyjahxkm1vpfy"; 1300 - moduleDir = ""; 1301 - }; 1302 - } 1303 - { 1304 - goPackagePath = "github.com/spf13/pflag"; 1305 - fetch = { 1306 - type = "git"; 1307 - url = "https://github.com/spf13/pflag"; 1308 - rev = "v1.0.5"; 1309 - sha256 = "0gpmacngd0gpslnbkzi263f5ishigzgh6pbdv9hp092rnjl4nd31"; 1310 - moduleDir = ""; 1311 - }; 1312 - } 1313 - { 1314 - goPackagePath = "github.com/stretchr/objx"; 1315 - fetch = { 1316 - type = "git"; 1317 - url = "https://github.com/stretchr/objx"; 1318 - rev = "v0.1.1"; 1319 - sha256 = "0iph0qmpyqg4kwv8jsx6a56a7hhqq8swrazv40ycxk9rzr0s8yls"; 1320 - moduleDir = ""; 1321 - }; 1322 - } 1323 - { 1324 - goPackagePath = "github.com/stretchr/testify"; 1325 - fetch = { 1326 - type = "git"; 1327 - url = "https://github.com/stretchr/testify"; 1328 - rev = "v1.5.1"; 1329 - sha256 = "09r89m1wy4cjv2nps1ykp00qjpi0531r07q3s34hr7m6njk4srkl"; 1330 - moduleDir = ""; 1331 - }; 1332 - } 1333 - { 1334 - goPackagePath = "github.com/syndtr/gocapability"; 1335 - fetch = { 1336 - type = "git"; 1337 - url = "https://github.com/syndtr/gocapability"; 1338 - rev = "d98352740cb2"; 1339 - sha256 = "065y16562ynixxzj7iys4f4spb7knilbj3h833qlhds381j8hn93"; 1340 - moduleDir = ""; 1341 - }; 1342 - } 1343 - { 1344 - goPackagePath = "github.com/urfave/cli"; 1345 - fetch = { 1346 - type = "git"; 1347 - url = "https://github.com/urfave/cli"; 1348 - rev = "v1.22.2"; 1349 - sha256 = "10mcnvi5qmn00vpyk6si8gjka7p654wr9hac4zc9w5h3ickhvbdc"; 1350 - moduleDir = ""; 1351 - }; 1352 - } 1353 - { 1354 - goPackagePath = "github.com/vishvananda/netlink"; 1355 - fetch = { 1356 - type = "git"; 1357 - url = "https://github.com/vishvananda/netlink"; 1358 - rev = "2ec5bdc52b86"; 1359 - sha256 = "0p4vn379h68ca7nbid7nbd2rgzg2cnapbqqqmfsp3sgyf4q9bx72"; 1360 - moduleDir = ""; 1361 - }; 1362 - } 1363 - { 1364 - goPackagePath = "github.com/vishvananda/netns"; 1365 - fetch = { 1366 - type = "git"; 1367 - url = "https://github.com/vishvananda/netns"; 1368 - rev = "2eb08e3e575f"; 1369 - sha256 = "0d5f1dvcps51rkfn3s2xzcqjz45ljvj2w1r8y4zz5zwf8y461ksw"; 1370 - moduleDir = ""; 1371 - }; 1372 - } 1373 - { 1374 - goPackagePath = "github.com/xeipuuv/gojsonpointer"; 1375 - fetch = { 1376 - type = "git"; 1377 - url = "https://github.com/xeipuuv/gojsonpointer"; 1378 - rev = "4e3ac2762d5f"; 1379 - sha256 = "13y6iq2nzf9z4ls66bfgnnamj2m3438absmbpqry64bpwjfbsi9q"; 1380 - moduleDir = ""; 1381 - }; 1382 - } 1383 - { 1384 - goPackagePath = "github.com/xeipuuv/gojsonreference"; 1385 - fetch = { 1386 - type = "git"; 1387 - url = "https://github.com/xeipuuv/gojsonreference"; 1388 - rev = "bd5ef7bd5415"; 1389 - sha256 = "1xby79padc7bmyb8rfbad8wfnfdzpnh51b1n8c0kibch0kwc1db5"; 1390 - moduleDir = ""; 1391 - }; 1392 - } 1393 - { 1394 - goPackagePath = "github.com/xeipuuv/gojsonschema"; 1395 - fetch = { 1396 - type = "git"; 1397 - url = "https://github.com/xeipuuv/gojsonschema"; 1398 - rev = "v1.2.0"; 1399 - sha256 = "1mqiq0r8qw4qlfp3ls8073r6514rmzwrmdn4j33rppk3zh942i6l"; 1400 - moduleDir = ""; 1401 - }; 1402 - } 1403 - { 1404 - goPackagePath = "github.com/yuin/goldmark"; 1405 - fetch = { 1406 - type = "git"; 1407 - url = "https://github.com/yuin/goldmark"; 1408 - rev = "v1.2.1"; 1409 - sha256 = "12rsnsf65drcp0jfw2jl9w589vsn3pxdk1zh3v9q908iigngrcmy"; 1410 - moduleDir = ""; 1411 - }; 1412 - } 1413 - { 1414 - goPackagePath = "go.opencensus.io"; 1415 - fetch = { 1416 - type = "git"; 1417 - url = "https://github.com/census-instrumentation/opencensus-go"; 1418 - rev = "v0.22.5"; 1419 - sha256 = "18s1d7bk28i8gbs6i587ccd31qp3f8gibgd14dpkzs05gyvlccy6"; 1420 - moduleDir = ""; 1421 - }; 1422 - } 1423 - { 1424 - goPackagePath = "go.uber.org/atomic"; 1425 - fetch = { 1426 - type = "git"; 1427 - url = "https://github.com/uber-go/atomic"; 1428 - rev = "v1.7.0"; 1429 - sha256 = "0yxvb5sixh76cl9j8dpa97gznj0p8pmg2cdw0ypfwhd3ipx9wph1"; 1430 - moduleDir = ""; 1431 - }; 1432 - } 1433 - { 1434 - goPackagePath = "go.uber.org/multierr"; 1435 - fetch = { 1436 - type = "git"; 1437 - url = "https://github.com/uber-go/multierr"; 1438 - rev = "v1.6.0"; 1439 - sha256 = "162941s8f6a9x2w04qm4qa3zz0zylwag9149hywrj9ibp2nzcsqz"; 1440 - moduleDir = ""; 1441 - }; 1442 - } 1443 - { 1444 - goPackagePath = "golang.org/x/exp"; 1445 - fetch = { 1446 - type = "git"; 1447 - url = "https://go.googlesource.com/exp"; 1448 - rev = "6cc2880d07d6"; 1449 - sha256 = "1iia6hiif6hcp0cg1i6nq63qg0pmvm2kq24pf2r2il3597rfmlgy"; 1450 - moduleDir = ""; 1451 - }; 1452 - } 1453 - { 1454 - goPackagePath = "golang.org/x/image"; 1455 - fetch = { 1456 - type = "git"; 1457 - url = "https://go.googlesource.com/image"; 1458 - rev = "cff245a6509b"; 1459 - sha256 = "0hiznlkiaay30acwvvyq8g6bm32r7bc6gv47pygrcxqpapasbz84"; 1460 - moduleDir = ""; 1461 - }; 1462 - } 1463 - { 1464 - goPackagePath = "golang.org/x/lint"; 1465 - fetch = { 1466 - type = "git"; 1467 - url = "https://go.googlesource.com/lint"; 1468 - rev = "83fdc39ff7b5"; 1469 - sha256 = "0ms3rs5hvpnm9bxbr5f9743i7hn2bbmqdmvzxq6nmi0f24ypv1l3"; 1470 - moduleDir = ""; 1471 - }; 1472 - } 1473 - { 1474 - goPackagePath = "golang.org/x/mobile"; 1475 - fetch = { 1476 - type = "git"; 1477 - url = "https://go.googlesource.com/mobile"; 1478 - rev = "d2bd2a29d028"; 1479 - sha256 = "1nv6vvhnjr01nx9y06q46ww87dppdwpbqrlsfg1xf2587wxl8xiv"; 1480 - moduleDir = ""; 1481 - }; 1482 - } 1483 - { 1484 - goPackagePath = "golang.org/x/mod"; 1485 - fetch = { 1486 - type = "git"; 1487 - url = "https://go.googlesource.com/mod"; 1488 - rev = "v0.4.0"; 1489 - sha256 = "1ri003765yxawq6s8jbkbiaijihwrg980c4qwqsaa5x0sq2psrg1"; 1490 - moduleDir = ""; 1491 - }; 1492 - } 1493 - { 1494 - goPackagePath = "golang.org/x/oauth2"; 1495 - fetch = { 1496 - type = "git"; 1497 - url = "https://go.googlesource.com/oauth2"; 1498 - rev = "08078c50e5b5"; 1499 - sha256 = "0zynwxw47nhwhs6n1c87c9np43lwl9m9z2w2cmdvjwhsisa93b75"; 1500 - moduleDir = ""; 1501 - }; 1502 - } 1503 - { 1504 - goPackagePath = "golang.org/x/sync"; 1505 - fetch = { 1506 - type = "git"; 1507 - url = "https://go.googlesource.com/sync"; 1508 - rev = "67f06af15bc9"; 1509 - sha256 = "093p4panc808ak5bamzz7m9nb0xxib7778jpnr6f0xkz1n4fzyw5"; 1510 - moduleDir = ""; 1511 - }; 1512 - } 1513 - { 1514 - goPackagePath = "golang.org/x/time"; 1515 - fetch = { 1516 - type = "git"; 1517 - url = "https://go.googlesource.com/time"; 1518 - rev = "f8bda1e9f3ba"; 1519 - sha256 = "0d3ba0p47j9v5f7wwg29whyfwz9rv94ada5nv8f8hn7v87820xqi"; 1520 - moduleDir = ""; 1521 - }; 1522 - } 1523 - { 1524 - goPackagePath = "golang.org/x/tools"; 1525 - fetch = { 1526 - type = "git"; 1527 - url = "https://go.googlesource.com/tools"; 1528 - rev = "v0.1.0"; 1529 - sha256 = "1asrm22kv5x891qkbpap8alg612k321jbs1akc0vwsan251gm507"; 1530 - moduleDir = ""; 1531 - }; 1532 - } 1533 - { 1534 - goPackagePath = "golang.org/x/xerrors"; 1535 - fetch = { 1536 - type = "git"; 1537 - url = "https://go.googlesource.com/xerrors"; 1538 - rev = "5ec99f83aff1"; 1539 - sha256 = "1dbzc3gmf2haazpv7cgmv97rq40g2xzwbglc17vas8dwhgwgwrzb"; 1540 - moduleDir = ""; 1541 - }; 1542 - } 1543 - { 1544 - goPackagePath = "google.golang.org/api"; 1545 - fetch = { 1546 - type = "git"; 1547 - url = "https://github.com/googleapis/google-api-go-client"; 1548 - rev = "v0.36.0"; 1549 - sha256 = "1x6wlavrqi2r6ss3h2kg94p2lfj0z019kc85zm1pajpf0k23fxp7"; 1550 - moduleDir = ""; 1551 - }; 1552 - } 1553 - { 1554 - goPackagePath = "google.golang.org/appengine"; 1555 - fetch = { 1556 - type = "git"; 1557 - url = "https://github.com/golang/appengine"; 1558 - rev = "v1.6.7"; 1559 - sha256 = "1wkipg7xxc0ha5p6c3bj0vpgq38l18441n5l6zxdhx0gzvz5z1hs"; 1560 - moduleDir = ""; 1561 - }; 1562 - } 1563 - { 1564 - goPackagePath = "google.golang.org/genproto"; 1565 - fetch = { 1566 - type = "git"; 1567 - url = "https://github.com/googleapis/go-genproto"; 1568 - rev = "ffc7fda8c3d7"; 1569 - sha256 = "14zgn3g8b5rrd9cbznx0dgg64p7aqb0f42z76h4bkgywlp2mizfp"; 1570 - moduleDir = ""; 1571 - }; 1572 - } 1573 - { 1574 - goPackagePath = "google.golang.org/grpc"; 1575 - fetch = { 1576 - type = "git"; 1577 - url = "https://github.com/grpc/grpc-go"; 1578 - rev = "9280052d3665"; 1579 - sha256 = "0n036fz5ssamrm8acxclvm6l1196pznsgygwhkc3cl1kvfs93mxh"; 1580 - moduleDir = ""; 1581 - }; 1582 - } 1583 - { 1584 - goPackagePath = "google.golang.org/protobuf"; 1585 - fetch = { 1586 - type = "git"; 1587 - url = "https://go.googlesource.com/protobuf"; 1588 - rev = "d3470999428b"; 1589 - sha256 = "0sgwfkcr6n7m1ivyq34rz4rd6gm5pzswa73nvzj59dkaknj68xfb"; 1590 - moduleDir = ""; 1591 - }; 1592 - } 1593 - { 1594 - goPackagePath = "gopkg.in/check.v1"; 1595 - fetch = { 1596 - type = "git"; 1597 - url = "https://gopkg.in/check.v1"; 1598 - rev = "788fd7840127"; 1599 - sha256 = "0v3bim0j375z81zrpr5qv42knqs0y2qv2vkjiqi5axvb78slki1a"; 1600 - moduleDir = ""; 1601 - }; 1602 - } 1603 - { 1604 - goPackagePath = "gopkg.in/errgo.v2"; 1605 - fetch = { 1606 - type = "git"; 1607 - url = "https://gopkg.in/errgo.v2"; 1608 - rev = "v2.1.0"; 1609 - sha256 = "065mbihiy7q67wnql0bzl9y1kkvck5ivra68254zbih52jxwrgr2"; 1610 - moduleDir = ""; 1611 - }; 1612 - } 1613 - { 1614 - goPackagePath = "gopkg.in/fsnotify.v1"; 1615 - fetch = { 1616 - type = "git"; 1617 - url = "https://gopkg.in/fsnotify.v1"; 1618 - rev = "v1.4.7"; 1619 - sha256 = "07va9crci0ijlivbb7q57d2rz9h27zgn2fsm60spjsqpdbvyrx4g"; 1620 - moduleDir = ""; 1621 - }; 1622 - } 1623 - { 1624 - goPackagePath = "gopkg.in/inf.v0"; 1625 - fetch = { 1626 - type = "git"; 1627 - url = "https://gopkg.in/inf.v0"; 1628 - rev = "v0.9.1"; 1629 - sha256 = "00k5iqjcp371fllqxncv7jkf80hn1zww92zm78cclbcn4ybigkng"; 1630 - moduleDir = ""; 1631 - }; 1632 - } 1633 - { 1634 - goPackagePath = "gopkg.in/tomb.v1"; 1635 - fetch = { 1636 - type = "git"; 1637 - url = "https://gopkg.in/tomb.v1"; 1638 - rev = "dd632973f1e7"; 1639 - sha256 = "1lqmq1ag7s4b3gc3ddvr792c5xb5k6sfn0cchr3i2s7f1c231zjv"; 1640 - moduleDir = ""; 1641 - }; 1642 - } 1643 - { 1644 - goPackagePath = "gopkg.in/yaml.v2"; 1645 - fetch = { 1646 - type = "git"; 1647 - url = "https://gopkg.in/yaml.v2"; 1648 - rev = "v2.2.8"; 1649 - sha256 = "1inf7svydzscwv9fcjd2rm61a4xjk6jkswknybmns2n58shimapw"; 1650 - moduleDir = ""; 1651 - }; 1652 - } 1653 - { 1654 - goPackagePath = "gotest.tools"; 1655 - fetch = { 1656 - type = "git"; 1657 - url = "https://github.com/gotestyourself/gotest.tools"; 1658 - rev = "v2.2.0"; 1659 - sha256 = "0yif3gdyckmf8i54jq0xn00kflla5rhib9sarw66ngnbl7bn9kyl"; 1660 - moduleDir = ""; 1661 - }; 1662 - } 1663 - { 1664 - goPackagePath = "gvisor.dev/gvisor"; 1665 - fetch = { 1666 - type = "git"; 1667 - url = "https://github.com/google/gvisor"; 1668 - rev = "a64c3a1b5a9f"; 1669 - sha256 = "0jw63la37gskknn7vlpwv9iw39zr4bv87rrr2lwqicq9mqi5ajl8"; 1670 - moduleDir = ""; 1671 - }; 1672 - } 1673 - { 1674 - goPackagePath = "honnef.co/go/tools"; 1675 - fetch = { 1676 - type = "git"; 1677 - url = "https://github.com/dominikh/go-tools"; 1678 - rev = "v0.1.1"; 1679 - sha256 = "0a1a4dhz33grwg892436bjhgp8sygrg8yhdhy8dh6i3l6n9dalfh"; 1680 - moduleDir = ""; 1681 - }; 1682 - } 1683 - { 1684 - goPackagePath = "k8s.io/api"; 1685 - fetch = { 1686 - type = "git"; 1687 - url = "https://github.com/kubernetes/api"; 1688 - rev = "v0.16.13"; 1689 - sha256 = "0dzsvihy7rjwknk44qphridpqyd13143gzlqb8jdx7524dg3m28a"; 1690 - moduleDir = ""; 1691 - }; 1692 - } 1693 - { 1694 - goPackagePath = "k8s.io/apimachinery"; 1695 - fetch = { 1696 - type = "git"; 1697 - url = "https://github.com/kubernetes/apimachinery"; 1698 - rev = "v0.16.14-rc.0"; 1699 - sha256 = "1nsw0p6mmsraqysglihjr3y9rfdp8nryygb7hndg98fz47hzs7yz"; 1700 - moduleDir = ""; 1701 - }; 1702 - } 1703 - { 1704 - goPackagePath = "k8s.io/client-go"; 1705 - fetch = { 1706 - type = "git"; 1707 - url = "https://github.com/kubernetes/client-go"; 1708 - rev = "v0.16.13"; 1709 - sha256 = "02cxhmpkqqrvjq1wv6y81p8a4rikmwsqfbl3yzjj9b8wn306jx0z"; 1710 - moduleDir = ""; 1711 - }; 1712 - } 1713 - { 1714 - goPackagePath = "k8s.io/gengo"; 1715 - fetch = { 1716 - type = "git"; 1717 - url = "https://github.com/kubernetes/gengo"; 1718 - rev = "0689ccc1d7d6"; 1719 - sha256 = "10c0kbm07pzxwdxpsmcgqkcxqxaijyywvwj1rciw6ssfcgx7kdc5"; 1720 - moduleDir = ""; 1721 - }; 1722 - } 1723 - { 1724 - goPackagePath = "k8s.io/klog"; 1725 - fetch = { 1726 - type = "git"; 1727 - url = "https://github.com/kubernetes/klog"; 1728 - rev = "v1.0.0"; 1729 - sha256 = "1cgannfmldcrcksb2wqdn2b5qabqyxl9r25w9y4qbljw24hhnlvn"; 1730 - moduleDir = ""; 1731 - }; 1732 - } 1733 - { 1734 - goPackagePath = "k8s.io/kube-openapi"; 1735 - fetch = { 1736 - type = "git"; 1737 - url = "https://github.com/kubernetes/kube-openapi"; 1738 - rev = "594e756bea31"; 1739 - sha256 = "07d9f1sipjyrgfq8965h4irzcl7bfs439z13x2198lwrys6nhcjf"; 1740 - moduleDir = ""; 1741 - }; 1742 - } 1743 - { 1744 - goPackagePath = "k8s.io/utils"; 1745 - fetch = { 1746 - type = "git"; 1747 - url = "https://github.com/kubernetes/utils"; 1748 - rev = "581e00157fb1"; 1749 - sha256 = "0mpymzis079wnqfzwy2b2ijv2b24rcy2ky468qqizgram564i9ba"; 1750 - moduleDir = ""; 1751 - }; 1752 - } 1753 - { 1754 - goPackagePath = "rsc.io/binaryregexp"; 1755 - fetch = { 1756 - type = "git"; 1757 - url = "https://github.com/rsc/binaryregexp"; 1758 - rev = "v0.2.0"; 1759 - sha256 = "1kar0myy85waw418zslviwx8846zj0m9cmqkxjx0fvgjdi70nc4b"; 1760 - moduleDir = ""; 1761 - }; 1762 - } 1763 - { 1764 - goPackagePath = "rsc.io/quote/v3"; 1765 - fetch = { 1766 - type = "git"; 1767 - url = "https://github.com/rsc/quote"; 1768 - rev = "v3.1.0"; 1769 - sha256 = "0nvv97hwwrl1mx5gzsbdm1ndnwpg3m7i2jb10ig9wily7zmvki0i"; 1770 - moduleDir = ""; 1771 - }; 1772 - } 1773 - { 1774 - goPackagePath = "rsc.io/sampler"; 1775 - fetch = { 1776 - type = "git"; 1777 - url = "https://github.com/rsc/sampler"; 1778 - rev = "v1.3.0"; 1779 - sha256 = "0byxk2ynba50py805kcvbvjzh59l1r308i1xgyzpw6lff4xx9xjh"; 1780 - moduleDir = ""; 1781 - }; 1782 - } 1783 - { 1784 - goPackagePath = "sigs.k8s.io/structured-merge-diff"; 1785 - fetch = { 1786 - type = "git"; 1787 - url = "https://github.com/kubernetes-sigs/structured-merge-diff"; 1788 - rev = "15d366b2352e"; 1789 - sha256 = "1anrx09ksgrwjwmbrcrk3hx8wyzjaakzmmn36nd23if36nv1xg11"; 1790 - moduleDir = ""; 1791 - }; 1792 - } 1793 - { 1794 - goPackagePath = "sigs.k8s.io/yaml"; 1795 - fetch = { 1796 - type = "git"; 1797 - url = "https://github.com/kubernetes-sigs/yaml"; 1798 - rev = "v1.1.0"; 1799 - sha256 = "1p7hvjdr5jsyk7nys1g1pmgnf3ys6n320i6hds85afppk81k01kb"; 1800 - moduleDir = ""; 1801 - }; 1802 - } 1803 - 1804 - ]
···
-14
pkgs/tools/networking/wireguard-go/update.sh
··· 1 - #!/usr/bin/env nix-shell 2 - #!nix-shell -i bash -p curl gnused common-updater-scripts vgo2nix 3 - 4 - set -eu -o pipefail 5 - 6 - basedir="$(git rev-parse --show-toplevel)" 7 - version="$(curl -sL https://build.wireguard.com/distros.txt | sed -n 's/^upstream\tgo\t\([^\t]\+\)\t.*/\1/p')" 8 - update-source-version wireguard-go "$version" 9 - 10 - vgo2nix -dir $(nix-build -A wireguard-go.src) -outfile "$basedir/pkgs/tools/networking/wireguard-go/deps.nix" 11 - 12 - if [[ -f "$basedir/wireguard-go.log" ]];then 13 - rm "$basedir/wireguard-go.log" 14 - fi
···
+3 -1
pkgs/top-level/all-packages.nix
··· 11754 11755 wipe = callPackage ../tools/security/wipe { }; 11756 11757 - wireguard-go = callPackage ../tools/networking/wireguard-go { }; 11758 11759 wkhtmltopdf = libsForQt514.callPackage ../tools/graphics/wkhtmltopdf { }; 11760
··· 11754 11755 wipe = callPackage ../tools/security/wipe { }; 11756 11757 + wireguard-go = callPackage ../tools/networking/wireguard-go { 11758 + buildGoModule = buildGo118Module; 11759 + }; 11760 11761 wkhtmltopdf = libsForQt514.callPackage ../tools/graphics/wkhtmltopdf { }; 11762