Commit 0ce83641d1b5

Vincent Demeester <vincent@sbr.pm>
2020-05-07 16:57:28
pkgs: remove dep-collector
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent ae046e6
Changed files (2)
pkgs
pkgs/dep-collector/default.nix
@@ -1,22 +0,0 @@
-{ stdenv, lib, buildGoPackage, fetchgit }:
-
-buildGoPackage rec {
-  name = "dep-collector-unstable-${version}";
-  version = "2018-11-29";
-  rev = "2377fbc40f81501f2bc09a4e1e359a7ec7c3528e";
-
-  goPackagePath = "github.com/knative/test-infra";
-  subPackages = [ "tools/dep-collector" ];
-
-  src = fetchgit {
-    inherit rev;
-    url = "https://github.com/knative/test-infra";
-    sha256 = "053iazdfhqdb69knnpd2w5ikbyffp3ygvvdvvg253fwgk9s97jyj";
-  };
-
-  meta = {
-    description = "Gathers the set of licenses for Go imports pulled in via dep.";
-    homepage = https://github.com/mattmoor/dep-collector;
-    license = lib.licenses.asl20;
-  };
-}
pkgs/dep-collector/deps.nix
@@ -1,21 +0,0 @@
-# file generated from Gopkg.lock using dep2nix (https://github.com/nixcloud/dep2nix)
-[
-  {
-    goPackagePath  = "github.com/google/licenseclassifier";
-    fetch = {
-      type = "git";
-      url = "https://github.com/google/licenseclassifier";
-      rev =  "3c8ad1f0b0644b6646210ee9cf2f34ff907e2e18";
-      sha256 = "0ndfsqn2qx8vhgdwkw70dj0y4sj45rifs3865lqx36gxknns6jpw";
-    };
-  }
-  {
-    goPackagePath  = "github.com/sergi/go-diff";
-    fetch = {
-      type = "git";
-      url = "https://github.com/sergi/go-diff";
-      rev =  "1744e2970ca51c86172c8190fadad617561ed6e7";
-      sha256 = "0swiazj8wphs2zmk1qgq75xza6m19snif94h2m6fi8dqkwqdl7c7";
-    };
-  }
-]
\ No newline at end of file