summary refs log tree commit diff
path: root/pkgs/applications/misc
diff options
context:
space:
mode:
authorzimbatm <zimbatm@zimbatm.com>2016-08-12 18:13:29 +0100
committerGitHub <noreply@github.com>2016-08-12 18:13:29 +0100
commitc2302f2f450d31c870d13f3e75e2a43bd8249966 (patch)
tree9f4ca3774e7136c3abca8c85f53a06624821ddf2 /pkgs/applications/misc
parentb2efe2babd741e9fb07078f0ddf828e5af63cefa (diff)
parentda3ddd48e41dbc2e507da5ddc1cda2a10ae6f9bf (diff)
downloadnixpkgs-c2302f2f450d31c870d13f3e75e2a43bd8249966.tar
nixpkgs-c2302f2f450d31c870d13f3e75e2a43bd8249966.tar.gz
nixpkgs-c2302f2f450d31c870d13f3e75e2a43bd8249966.tar.bz2
nixpkgs-c2302f2f450d31c870d13f3e75e2a43bd8249966.tar.lz
nixpkgs-c2302f2f450d31c870d13f3e75e2a43bd8249966.tar.xz
nixpkgs-c2302f2f450d31c870d13f3e75e2a43bd8249966.tar.zst
nixpkgs-c2302f2f450d31c870d13f3e75e2a43bd8249966.zip
Merge pull request #17677 from kamilchm/no-go-libs-json
buildGoPackage: remove Go deps file `libs.json`
Diffstat (limited to 'pkgs/applications/misc')
-rw-r--r--pkgs/applications/misc/hugo/deps.json357
-rw-r--r--pkgs/applications/misc/mop/deps.json15
-rw-r--r--pkgs/applications/misc/wego/deps.json35
3 files changed, 351 insertions, 56 deletions
diff --git a/pkgs/applications/misc/hugo/deps.json b/pkgs/applications/misc/hugo/deps.json
index 47f67d4269c..53967d1bff0 100644
--- a/pkgs/applications/misc/hugo/deps.json
+++ b/pkgs/applications/misc/hugo/deps.json
@@ -1,44 +1,317 @@
 [
-  {
-    "include": "../../libs.json",
-    "packages": [
-        "gopkg.in/yaml.v2",
-        "github.com/hashicorp/hcl",
-        "github.com/pkg/sftp",
-        "golang.org/x/sys",
-        "github.com/hashicorp/go-multierror",
-        "golang.org/x/crypto",
-        "github.com/pkg/errors",
-        "github.com/kr/fs",
-        "github.com/kyokomi/emoji",
-        "github.com/bep/inflect",
-        "github.com/BurntSushi/toml",
-        "github.com/PuerkitoBio/purell",
-        "github.com/PuerkitoBio/urlesc",
-        "github.com/dchest/cssmin",
-        "github.com/eknkc/amber",
-        "github.com/gorilla/websocket",
-        "github.com/kardianos/osext",
-        "github.com/miekg/mmark",
-        "github.com/mitchellh/mapstructure",
-        "github.com/russross/blackfriday",
-        "github.com/shurcooL/sanitized_anchor_name",
-        "github.com/spf13/afero",
-        "github.com/spf13/cast",
-        "github.com/spf13/jwalterweatherman",
-        "github.com/spf13/cobra",
-        "github.com/cpuguy83/go-md2man",
-        "github.com/inconshreveable/mousetrap",
-        "github.com/spf13/pflag",
-        "github.com/spf13/fsync",
-        "github.com/spf13/viper",
-        "github.com/kr/pretty",
-        "github.com/kr/text",
-        "github.com/magiconair/properties",
-        "golang.org/x/text",
-        "github.com/yosssi/ace",
-        "github.com/spf13/nitro",
-        "github.com/fsnotify/fsnotify"
-    ]
-  }
+    {
+        "goPackagePath": "golang.org/x/sys",
+        "fetch": {
+            "type": "git",
+            "url": "https://go.googlesource.com/sys",
+            "rev": "d9157a9621b69ad1d8d77a1933590c416593f24f",
+            "sha256": "1asdbp7rj1j1m1aar1a022wpcwbml6zih6cpbxaw7b2m8v8is931"
+        }
+    },
+    {
+        "goPackagePath": "gopkg.in/yaml.v2",
+        "fetch": {
+            "type": "git",
+            "url": "https://gopkg.in/yaml.v2",
+            "rev": "a83829b6f1293c91addabc89d0571c246397bbf4",
+            "sha256": "1m4dsmk90sbi17571h6pld44zxz7jc4lrnl4f27dpd1l8g5xvjhh"
+        }
+    },
+    {
+        "goPackagePath": "golang.org/x/crypto",
+        "fetch": {
+            "type": "git",
+            "url": "https://go.googlesource.com/crypto",
+            "rev": "575fdbe86e5dd89229707ebec0575ce7d088a4a6",
+            "sha256": "1kgv1mkw9y404pk3lcwbs0vgl133mwyp294i18jg9hp10s5d56xa"
+        }
+    },
+    {
+        "goPackagePath": "github.com/gorilla/websocket",
+        "fetch": {
+            "type": "git",
+            "url": "https://github.com/gorilla/websocket",
+            "rev": "a622679ebd7a3b813862379232f645f8e690e43f",
+            "sha256": "1nc9jbcmgya1i6dmf6sbcqsnxi9hbjg6dz1z0k7zmc6xdwlq0y4q"
+        }
+    },
+    {
+        "goPackagePath": "github.com/inconshreveable/mousetrap",
+        "fetch": {
+            "type": "git",
+            "url": "https://github.com/inconshreveable/mousetrap",
+            "rev": "9dbb96d2c3a964935b0870b5abaea13c98b483aa",
+            "sha256": "1f9g8vm18qv1rcb745a4iahql9vfrz0jni9mnzriab2wy1pfdl5b"
+        }
+    },
+    {
+        "goPackagePath": "github.com/kardianos/osext",
+        "fetch": {
+            "type": "git",
+            "url": "https://github.com/kardianos/osext",
+            "rev": "29ae4ffbc9a6fe9fb2bc5029050ce6996ea1d3bc",
+            "sha256": "1mawalaz84i16njkz6f9fd5jxhcbxkbsjnav3cmqq2dncv2hyv8a"
+        }
+    },
+    {
+        "goPackagePath": "github.com/hashicorp/hcl",
+        "fetch": {
+            "type": "git",
+            "url": "https://github.com/hashicorp/hcl",
+            "rev": "54864211433d45cb780682431585b3e573b49e4a",
+            "sha256": "07l2dydzjpdgm2d4a72hkmincn455j3nrafg6hs3c23bkvizj950"
+        }
+    },
+    {
+        "goPackagePath": "github.com/hashicorp/go-multierror",
+        "fetch": {
+            "type": "git",
+            "url": "https://github.com/hashicorp/go-multierror",
+            "rev": "56912fb08d85084aa318edcf2bba735b97cf35c5",
+            "sha256": "0s01cqdab2f7fxkkjjk2wqx05a1shnwlvfn45h2pi3i4gapvcn0r"
+        }
+    },
+    {
+        "goPackagePath": "github.com/BurntSushi/toml",
+        "fetch": {
+            "type": "git",
+            "url": "https://github.com/BurntSushi/toml",
+            "rev": "056c9bc7be7190eaa7715723883caffa5f8fa3e4",
+            "sha256": "0gkgkw04ndr5y7hrdy0r4v2drs5srwfcw2bs1gyas066hwl84xyw"
+        }
+    },
+    {
+        "goPackagePath": "github.com/mitchellh/mapstructure",
+        "fetch": {
+            "type": "git",
+            "url": "https://github.com/mitchellh/mapstructure",
+            "rev": "281073eb9eb092240d33ef253c404f1cca550309",
+            "sha256": "1zjx9fv29639sp1fn84rxs830z7gp7bs38yd5y1hl5adb8s5x1mh"
+        }
+    },
+    {
+        "goPackagePath": "golang.org/x/text",
+        "fetch": {
+            "type": "git",
+            "url": "https://go.googlesource.com/text",
+            "rev": "5eb8d4684c4796dd36c74f6452f2c0fa6c79597e",
+            "sha256": "1cjwm2pv42dbfqc6ylr7jmma902zg4gng5aarqrbjf1k2nf2vs14"
+        }
+    },
+    {
+        "goPackagePath": "github.com/shurcooL/sanitized_anchor_name",
+        "fetch": {
+            "type": "git",
+            "url": "https://github.com/shurcooL/sanitized_anchor_name",
+            "rev": "10ef21a441db47d8b13ebcc5fd2310f636973c77",
+            "sha256": "1cnbzcf47cn796rcjpph1s64qrabhkv5dn9sbynsy7m9zdwr5f01"
+        }
+    },
+    {
+        "goPackagePath": "github.com/russross/blackfriday",
+        "fetch": {
+            "type": "git",
+            "url": "https://github.com/russross/blackfriday",
+            "rev": "d18b67ae0afd61dae240896eae1785f00709aa31",
+            "sha256": "1l78hz8k1ixry5fjw29834jz1q5ysjcpf6kx2ggjj1s6xh0bfzvf"
+        }
+    },
+    {
+        "goPackagePath": "github.com/yosssi/ace",
+        "fetch": {
+            "type": "git",
+            "url": "https://github.com/yosssi/ace",
+            "rev": "71afeb714739f9d5f7e1849bcd4a0a5938e1a70d",
+            "sha256": "15k7ji8m3nqbwhnsvp82j4qa45sgvwv2giliw2xkdwi2g7mfrn8k"
+        }
+    },
+    {
+        "goPackagePath": "github.com/spf13/viper",
+        "fetch": {
+            "type": "git",
+            "url": "https://github.com/spf13/viper",
+            "rev": "c1ccc378a054ea8d4e38d8c67f6938d4760b53dd",
+            "sha256": "0lpdzalqhqp9pwsg63inkxwjji7m0pp42ryw1499bqbjp97hriq0"
+        }
+    },
+    {
+        "goPackagePath": "github.com/spf13/pflag",
+        "fetch": {
+            "type": "git",
+            "url": "https://github.com/spf13/pflag",
+            "rev": "367864438f1b1a3c7db4da06a2f55b144e6784e0",
+            "sha256": "03c6654hv4v1fj79i5sri3p9q2afqgicka4nicb6fr4kcfkkgbfp"
+        }
+    },
+    {
+        "goPackagePath": "github.com/spf13/jwalterweatherman",
+        "fetch": {
+            "type": "git",
+            "url": "https://github.com/spf13/jwalterweatherman",
+            "rev": "33c24e77fb80341fe7130ee7c594256ff08ccc46",
+            "sha256": "1knvzspqzc2bh58q16zggzc8gcabjp5gr7zk4k7nx5ij4092cg0z"
+        }
+    },
+    {
+        "goPackagePath": "github.com/fsnotify/fsnotify",
+        "fetch": {
+            "type": "git",
+            "url": "https://github.com/fsnotify/fsnotify",
+            "rev": "30411dbcefb7a1da7e84f75530ad3abe4011b4f8",
+            "sha256": "0kbpvyi6p9942k0vmcw5z13mja47f7hq7nqd332pn2zydss6kddm"
+        }
+    },
+    {
+        "goPackagePath": "github.com/magiconair/properties",
+        "fetch": {
+            "type": "git",
+            "url": "https://github.com/magiconair/properties",
+            "rev": "c265cfa48dda6474e208715ca93e987829f572f8",
+            "sha256": "1ab9ywwsrdq5mvrcwl7m3276y1q4dfwinbv88vgpqwcqai9wkpp3"
+        }
+    },
+    {
+        "goPackagePath": "github.com/bep/inflect",
+        "fetch": {
+            "type": "git",
+            "url": "https://github.com/bep/inflect",
+            "rev": "b896c45f5af983b1f416bdf3bb89c4f1f0926f69",
+            "sha256": "0drv6in94n7lmap4ajvgqlvdcbpn8alinfdzywzpihvzbx21b3h3"
+        }
+    },
+    {
+        "goPackagePath": "github.com/eknkc/amber",
+        "fetch": {
+            "type": "git",
+            "url": "https://github.com/eknkc/amber",
+            "rev": "91774f050c1453128146169b626489e60108ec03",
+            "sha256": "1rb8bm35h8a77q4py6r3818cpwh7kpq1kh2ib2rb4i5s7z75ciis"
+        }
+    },
+    {
+        "goPackagePath": "github.com/spf13/afero",
+        "fetch": {
+            "type": "git",
+            "url": "https://github.com/spf13/afero",
+            "rev": "1a8ecf8b9da1fb5306e149e83128fc447957d2a8",
+            "sha256": "1nrg0gmqnl4h6zjmi4mdhrwnl3l34nzxpq2hsr3nizfvrx5gqbzw"
+        }
+    },
+    {
+        "goPackagePath": "github.com/spf13/cast",
+        "fetch": {
+            "type": "git",
+            "url": "https://github.com/spf13/cast",
+            "rev": "27b586b42e29bec072fe7379259cc719e1289da6",
+            "sha256": "1y73pfxdvm1bfpghwsfxj8gl4miv6fpzi9azxcknp6rcjn1gmq0x"
+        }
+    },
+    {
+        "goPackagePath": "github.com/spf13/cobra",
+        "fetch": {
+            "type": "git",
+            "url": "https://github.com/spf13/cobra",
+            "rev": "bc81c21bd0d8be5ba2d6630a505d79d4467566e7",
+            "sha256": "1sp8gl25cjx0yibh6q1i8d5rbxpwaal3z8vz372wfmbz002say8r"
+        }
+    },
+    {
+        "goPackagePath": "github.com/dchest/cssmin",
+        "fetch": {
+            "type": "git",
+            "url": "https://github.com/dchest/cssmin",
+            "rev": "fb8d9b44afdc258bfff6052d3667521babcb2239",
+            "sha256": "09sdijfx5d05z4cd5k6lhl7k3kbpdf2amzlngv15h5v0fff9qw4s"
+        }
+    },
+    {
+        "goPackagePath": "github.com/spf13/fsync",
+        "fetch": {
+            "type": "git",
+            "url": "https://github.com/spf13/fsync",
+            "rev": "eefee59ad7de621617d4ff085cf768aab4b919b1",
+            "sha256": "0d56xdczawikyczc12i661qc79dbv4q8ihlj4p20zsjkyxxym59p"
+        }
+    },
+    {
+        "goPackagePath": "github.com/cpuguy83/go-md2man",
+        "fetch": {
+            "type": "git",
+            "url": "https://github.com/cpuguy83/go-md2man",
+            "rev": "2724a9c9051aa62e9cca11304e7dd518e9e41599",
+            "sha256": "1j2bigs7ixy20cdqd246nxr417md2qcyvkfk3x94992cr88d0vyj"
+        }
+    },
+    {
+        "goPackagePath": "github.com/miekg/mmark",
+        "fetch": {
+            "type": "git",
+            "url": "https://github.com/miekg/mmark",
+            "rev": "adb5c3e2e9f3e7da9bd25291edda8e66c0045a2a",
+            "sha256": "0fycz17fj37fh95lfshdrfwrgkzi3hl1kgnily0cxc9zwfbap3qa"
+        }
+    },
+    {
+        "goPackagePath": "github.com/spf13/nitro",
+        "fetch": {
+            "type": "git",
+            "url": "https://github.com/spf13/nitro",
+            "rev": "24d7ef30a12da0bdc5e2eb370a79c659ddccf0e8",
+            "sha256": "143sbpx0jdgf8f8ayv51x6l4jg6cnv6nps6n60qxhx4vd90s6mib"
+        }
+    },
+    {
+        "goPackagePath": "github.com/PuerkitoBio/purell",
+        "fetch": {
+            "type": "git",
+            "url": "https://github.com/PuerkitoBio/purell",
+            "rev": "1d5d1cfad45d42ec5f81fa8ef23de09cebc6dcc3",
+            "sha256": "12k82576ka21c6572yy2v81kxpjrgf9mffjlz469g3vs0g3nkwlb"
+        }
+    },
+    {
+        "goPackagePath": "github.com/pkg/sftp",
+        "fetch": {
+            "type": "git",
+            "url": "https://github.com/pkg/sftp",
+            "rev": "d4c18e7ffdc496a38de67dde6e29b2f364afc472",
+            "sha256": "0cnl83k317gxskayfj3xwr4bl0vcbjvlwi3q0vjwvircynb6xscj"
+        }
+    },
+    {
+        "goPackagePath": "github.com/kr/fs",
+        "fetch": {
+            "type": "git",
+            "url": "https://github.com/kr/fs",
+            "rev": "2788f0dbd16903de03cb8186e5c7d97b69ad387b",
+            "sha256": "1c0fipl4rsh0v5liq1ska1dl83v3llab4k6lm8mvrx9c4dyp71ly"
+        }
+    },
+    {
+        "goPackagePath": "github.com/kyokomi/emoji",
+        "fetch": {
+            "type": "git",
+            "url": "https://github.com/kyokomi/emoji",
+            "rev": "17c5e7085c9d59630aa578df67f4469481fbe7a9",
+            "sha256": "0qs4mi7z1lghiyiw7s2bz5y959wj9ifmhyqh39xwqk69d690jwlp"
+        }
+    },
+    {
+        "goPackagePath": "github.com/pkg/errors",
+        "fetch": {
+            "type": "git",
+            "url": "https://github.com/pkg/errors",
+            "rev": "494e70f7620561491c2ca11e185bbef4b70060da",
+            "sha256": "0a0961ixl67vryhnzyzhai357c9n9a7v3vpkpqrh32spn033gjd9"
+        }
+    },
+    {
+        "goPackagePath": "github.com/PuerkitoBio/urlesc",
+        "fetch": {
+            "type": "git",
+            "url": "https://github.com/PuerkitoBio/urlesc",
+            "rev": "5fa9ff0392746aeae1c4b37fcc42c65afa7a9587",
+            "sha256": "0dppkmfs0hb5vcqli191x9yss5vvlx29qxjcywhdfirc89rn0sni"
+        }
+    }
 ]
diff --git a/pkgs/applications/misc/mop/deps.json b/pkgs/applications/misc/mop/deps.json
index e1b40df8310..d2c59589dc2 100644
--- a/pkgs/applications/misc/mop/deps.json
+++ b/pkgs/applications/misc/mop/deps.json
@@ -1,8 +1,11 @@
 [
-  {
-    "include": "../../libs.json",
-    "packages": [
-      "github.com/nsf/termbox-go"
-    ]
-  }
+    {
+        "goPackagePath": "github.com/nsf/termbox-go",
+        "fetch": {
+            "type": "git",
+            "url": "https://github.com/nsf/termbox-go",
+            "rev": "9aecf65084a5754f12d27508fa2e6ed56851953b",
+            "sha256": "16sak07bgvmax4zxfrd4jia1dgygk733xa8vk8cdx28z98awbfsh"
+        }
+    }
 ]
diff --git a/pkgs/applications/misc/wego/deps.json b/pkgs/applications/misc/wego/deps.json
index 2255fdeb69e..5bfb64ffbc5 100644
--- a/pkgs/applications/misc/wego/deps.json
+++ b/pkgs/applications/misc/wego/deps.json
@@ -1,10 +1,29 @@
 [
-  {
-    "include": "../../libs.json",
-    "packages": [
-      "github.com/mattn/go-colorable",
-      "github.com/mattn/go-runewidth",
-      "github.com/schachmat/ingo"
-    ]
-  }
+    {
+        "goPackagePath": "github.com/mattn/go-runewidth",
+        "fetch": {
+            "type": "git",
+            "url": "https://github.com/mattn/go-runewidth",
+            "rev": "d6bea18f789704b5f83375793155289da36a3c7f",
+            "sha256": "1hnigpn7rjbwd1ircxkyx9hvi0xmxr32b2jdy2jzw6b3jmcnz1fs"
+        }
+    },
+    {
+        "goPackagePath": "github.com/mattn/go-colorable",
+        "fetch": {
+            "type": "git",
+            "url": "https://github.com/mattn/go-colorable",
+            "rev": "3dac7b4f76f6e17fb39b768b89e3783d16e237fe",
+            "sha256": "08680mba8hh2rghymqbzd4m40r9k765w5kbzvrif9ngd6h85qnw6"
+        }
+    },
+    {
+        "goPackagePath": "github.com/schachmat/ingo",
+        "fetch": {
+            "type": "git",
+            "url": "https://github.com/schachmat/ingo",
+            "rev": "fab41e4e62cbef5d92998746ec25f7e195100f38",
+            "sha256": "04yfnch7pdabjjqfl2qxjmsaknvp4m1rbjlv8qrpmnqwjkxzx0hb"
+        }
+    }
 ]