summary refs log tree commit diff
path: root/pkgs/development/tools/ejson/deps.nix
blob: b0c7defc5d78a6f51366f928736503b223f3ea10 (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
# file generated from Gopkg.lock using dep2nix (https://github.com/nixcloud/dep2nix)
[
  {
    goPackagePath  = "github.com/codegangsta/cli";
    fetch = {
      type = "git";
      url = "https://github.com/codegangsta/cli";
      rev =  "9908e96513e5a94de37004098a3974a567f18111";
      sha256 = "0g6sihdb53nlf770dp3jc0qqxnlir5n2yjbp5p5vf7kcj3p54p34";
    };
  }
  {
    goPackagePath  = "github.com/dustin/gojson";
    fetch = {
      type = "git";
      url = "https://github.com/dustin/gojson";
      rev =  "057ac0edc14e44d03df3bb03449e666ff50884c1";
      sha256 = "1kzzbi5yshcg1v99gab5ymd3psild3p0rbq9jf7mssjvh11yza6f";
    };
  }
  {
    goPackagePath  = "github.com/smartystreets/goconvey";
    fetch = {
      type = "git";
      url = "https://github.com/smartystreets/goconvey";
      rev =  "90f2eae17a8bdcbe3f6f654fc76af7f39e97d7b9";
      sha256 = "0s984ksmc8npf642nwwd1a81c2sfi613v7yia9jff710i5472fah";
    };
  }
  {
    goPackagePath  = "github.com/urfave/cli";
    fetch = {
      type = "git";
      url = "https://github.com/urfave/cli";
      rev =  "cfb38830724cc34fedffe9a2a29fb54fa9169cd1";
      sha256 = "0y6f4sbzkiiwrxbl15biivj8c7qwxnvm3zl2dd3mw4wzg4x10ygj";
    };
  }
  {
    goPackagePath  = "golang.org/x/crypto";
    fetch = {
      type = "git";
      url = "https://go.googlesource.com/crypto";
      rev =  "ca7e7f10cb9fd9c1a6ff7f60436c086d73714180";
      sha256 = "02wmfdq40fjszrd9l2w4c1g34zxnxyydwr4sqvp2blmw2s6ww4bx";
    };
  }
]