summary refs log tree commit diff
path: root/pkgs/tools/security/sudolikeaboss/deps.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/security/sudolikeaboss/deps.nix')
-rw-r--r--pkgs/tools/security/sudolikeaboss/deps.nix22
1 files changed, 22 insertions, 0 deletions
diff --git a/pkgs/tools/security/sudolikeaboss/deps.nix b/pkgs/tools/security/sudolikeaboss/deps.nix
new file mode 100644
index 000000000000..04f831675fac
--- /dev/null
+++ b/pkgs/tools/security/sudolikeaboss/deps.nix
@@ -0,0 +1,22 @@
+# This file was generated by go2nix: https://github.com/kamilchm/go2nix
+# v1.1.0 or 1.1.1, not 100% sure
+[
+  {
+    goPackagePath = "github.com/urfave/cli";
+    fetch = {
+      type = "git";
+      url = "https://github.com/urfave/cli";
+      rev = "55f715e28c46073d0e217e2ce8eb46b0b45e3db6";
+      sha256 = "0fvqxh1dx4f189y90fhrjapb4g51d7cp203jahxfb19k1k8c3942";
+    };
+  }
+  {
+    goPackagePath = "golang.org/x/net";
+    fetch = {
+      type = "git";
+      url = "https://go.googlesource.com/net";
+      rev = "2a824cf9226006580a06d9fa8f10901c17b49ed5";
+      sha256 = "19hc83dsa8k1zbzb16v9yc44grscl9r4fxlpwqi3f6zqfrv0qk4n";
+    };
+  }
+]