summary refs log tree commit diff
path: root/pkgs/development/tools/goconvey/deps.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/tools/goconvey/deps.nix')
-rw-r--r--pkgs/development/tools/goconvey/deps.nix20
1 files changed, 20 insertions, 0 deletions
diff --git a/pkgs/development/tools/goconvey/deps.nix b/pkgs/development/tools/goconvey/deps.nix
new file mode 100644
index 00000000000..d329359da70
--- /dev/null
+++ b/pkgs/development/tools/goconvey/deps.nix
@@ -0,0 +1,20 @@
+[
+  {
+    goPackagePath = "github.com/jtolds/gls";
+    fetch = {
+      type = "git";
+      url = "https://github.com/jtolds/gls";
+      rev = "77f18212c9c7edc9bd6a33d383a7b545ce62f064";
+      sha256 = "1vm37pvn0k4r6d3m620swwgama63laz8hhj3pyisdhxwam4m2g1h";
+    };
+  }
+  {
+    goPackagePath = "github.com/smartystreets/assertions";
+    fetch = {
+      type = "git";
+      url = "https://github.com/smartystreets/assertions";
+      rev = "0b37b35ec7434b77e77a4bb29b79677cced992ea";
+      sha256 = "1j0adgbykl55rf2945g0n5bmqdsnjcqlx5dcmpfh4chki43hiwg9";
+    };
+  }
+]