ejson: use upstream vendor
This commit is contained in:
parent
1624286f23
commit
47062433b6
2 changed files with 0 additions and 50 deletions
|
@ -16,8 +16,6 @@ in buildGoPackage rec {
|
|||
goPackagePath = "github.com/Shopify/ejson";
|
||||
subPackages = [ "cmd/ejson" ];
|
||||
|
||||
goDeps = ./deps.nix;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "Shopify";
|
||||
repo = "ejson";
|
||||
|
|
48
pkgs/development/tools/ejson/deps.nix
generated
48
pkgs/development/tools/ejson/deps.nix
generated
|
@ -1,48 +0,0 @@
|
|||
# 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";
|
||||
};
|
||||
}
|
||||
]
|
Loading…
Reference in a new issue