about summary refs log tree commit diff
path: root/pkgs/servers/monitoring/prometheus/aws-s3-exporter.nix
diff options
context:
space:
mode:
authorzowoq <59103226+zowoq@users.noreply.github.com>2020-08-31 20:08:41 +1000
committerzowoq <59103226+zowoq@users.noreply.github.com>2020-09-08 16:32:39 +1000
commit7670725ac5ec5a2898bcff8740455581f8989e4b (patch)
tree5c9349201b7cc5cd4c60925cfbf7c64a0bd2c4fc /pkgs/servers/monitoring/prometheus/aws-s3-exporter.nix
parente6038674bb50cab770de20fa106a4af711c04216 (diff)
prometheus-aws-s3-exporter: use upstream vendor
Diffstat (limited to 'pkgs/servers/monitoring/prometheus/aws-s3-exporter.nix')
-rw-r--r--pkgs/servers/monitoring/prometheus/aws-s3-exporter.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/pkgs/servers/monitoring/prometheus/aws-s3-exporter.nix b/pkgs/servers/monitoring/prometheus/aws-s3-exporter.nix
index 03f09992b811f..6f1a3f21f5b28 100644
--- a/pkgs/servers/monitoring/prometheus/aws-s3-exporter.nix
+++ b/pkgs/servers/monitoring/prometheus/aws-s3-exporter.nix
@@ -6,8 +6,6 @@ buildGoPackage rec {
 
   goPackagePath = "github.com/ribbybibby/s3_exporter";
 
-  goDeps = ./aws-s3-exporter_deps.nix;
-
   src = fetchFromGitHub {
     owner = "ribbybibby";
     repo = "s3_exporter";