summary refs log tree commit diff
path: root/pkgs/development/tools/gopkgs
diff options
context:
space:
mode:
authorzowoq <59103226+zowoq@users.noreply.github.com>2021-08-26 22:17:29 +1000
committerzowoq <59103226+zowoq@users.noreply.github.com>2021-08-27 06:43:33 +1000
commit34c83abd530b3ee915e79f8992e5551981f19799 (patch)
tree78b3d73777f6c162d57befeb89aa93a611fb7d23 /pkgs/development/tools/gopkgs
parent69a333ab313e7c5cc04599c46914ec6766df4311 (diff)
downloadnixpkgs-34c83abd530b3ee915e79f8992e5551981f19799.tar
nixpkgs-34c83abd530b3ee915e79f8992e5551981f19799.tar.gz
nixpkgs-34c83abd530b3ee915e79f8992e5551981f19799.tar.bz2
nixpkgs-34c83abd530b3ee915e79f8992e5551981f19799.tar.lz
nixpkgs-34c83abd530b3ee915e79f8992e5551981f19799.tar.xz
nixpkgs-34c83abd530b3ee915e79f8992e5551981f19799.tar.zst
nixpkgs-34c83abd530b3ee915e79f8992e5551981f19799.zip
gopkgs: remove unused deps.nix
Diffstat (limited to 'pkgs/development/tools/gopkgs')
-rw-r--r--pkgs/development/tools/gopkgs/deps.nix21
1 files changed, 0 insertions, 21 deletions
diff --git a/pkgs/development/tools/gopkgs/deps.nix b/pkgs/development/tools/gopkgs/deps.nix
deleted file mode 100644
index e813a5b2256..00000000000
--- a/pkgs/development/tools/gopkgs/deps.nix
+++ /dev/null
@@ -1,21 +0,0 @@
-# file generated from Gopkg.lock using dep2nix (https://github.com/nixcloud/dep2nix)
-[
-  {
-    goPackagePath  = "github.com/karrick/godirwalk";
-    fetch = {
-      type = "git";
-      url = "https://github.com/karrick/godirwalk";
-      rev =  "5cc8b3875be6c21825a1b54d3029ed415c93c4f7";
-      sha256 = "02nlyr0sa0lj1f27fsrxlspcsrx7fs60qwr33l5r6yq52axcikcd";
-    };
-  }
-  {
-    goPackagePath  = "github.com/pkg/errors";
-    fetch = {
-      type = "git";
-      url = "https://github.com/pkg/errors";
-      rev =  "645ef00459ed84a119197bfb8d8205042c6df63d";
-      sha256 = "001i6n71ghp2l6kdl3qq1v2vmghcz3kicv9a5wgcihrzigm75pp5";
-    };
-  }
-]