summary refs log tree commit diff
path: root/pkgs/applications/networking/drive/deps.json
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/networking/drive/deps.json')
-rw-r--r--pkgs/applications/networking/drive/deps.json186
1 files changed, 162 insertions, 24 deletions
diff --git a/pkgs/applications/networking/drive/deps.json b/pkgs/applications/networking/drive/deps.json
index 3d71a76de8a..a1d1fde7727 100644
--- a/pkgs/applications/networking/drive/deps.json
+++ b/pkgs/applications/networking/drive/deps.json
@@ -1,26 +1,164 @@
 [
-  {
-    "include": "../../libs.json",
-    "packages": [
-      "github.com/boltdb/bolt",
-      "github.com/cheggaaa/pb",
-      "github.com/odeke-em/cli-spinner",
-      "github.com/odeke-em/statos",
-      "golang.org/x/oauth2",
-      "github.com/odeke-em/exponential-backoff",
-      "github.com/odeke-em/extractor",
-      "github.com/odeke-em/meddler",
-      "github.com/odeke-em/xon",
-      "github.com/odeke-em/cache",
-      "github.com/odeke-em/drive",
-      "github.com/odeke-em/command",
-      "github.com/odeke-em/log",
-      "github.com/odeke-em/pretty-words",
-      "github.com/skratchdot/open-golang",
-      "google.golang.org/cloud",
-      "google.golang.org/api",
-      "github.com/mattn/go-isatty",
-      "golang.org/x/net"
-    ]
-  }
+    {
+        "goPackagePath": "golang.org/x/net",
+        "fetch": {
+            "type": "git",
+            "url": "https://go.googlesource.com/net",
+            "rev": "62ac18b461605b4be188bbc7300e9aa2bc836cd4",
+            "sha256": "0lwwvbbwbf3yshxkfhn6z20gd45dkvnmw2ms36diiy34krgy402p"
+        }
+    },
+    {
+        "goPackagePath": "google.golang.org/api",
+        "fetch": {
+            "type": "git",
+            "url": "https://code.googlesource.com/google-api-go-client",
+            "rev": "a5c3e2a4792aff40e59840d9ecdff0542a202a80",
+            "sha256": "1kigddnbyrl9ddpj5rs8njvf1ck54ipi4q1282k0d6b3am5qfbj8"
+        }
+    },
+    {
+        "goPackagePath": "google.golang.org/cloud",
+        "fetch": {
+            "type": "git",
+            "url": "https://code.googlesource.com/gocloud",
+            "rev": "6335269abf9002cf5a84613c13cda6010842b834",
+            "sha256": "15xrqxna5ms0r634k3bfzyymn431dvqcjwbsap8ay60x371kzbwf"
+        }
+    },
+    {
+        "goPackagePath": "golang.org/x/oauth2",
+        "fetch": {
+            "type": "git",
+            "url": "https://go.googlesource.com/oauth2",
+            "rev": "397fe7649477ff2e8ced8fc0b2696f781e53745a",
+            "sha256": "0fza0l7iwh6llkq2yzqn7dxi138vab0da64lnghfj1p71fprjzn8"
+        }
+    },
+    {
+        "goPackagePath": "github.com/mattn/go-isatty",
+        "fetch": {
+            "type": "git",
+            "url": "https://github.com/mattn/go-isatty",
+            "rev": "ae0b1f8f8004be68d791a576e3d8e7648ab41449",
+            "sha256": "0qrcsh7j9mxcaspw8lfxh9hhflz55vj4aq1xy00v78301czq6jlj"
+        }
+    },
+    {
+        "goPackagePath": "github.com/boltdb/bolt",
+        "fetch": {
+            "type": "git",
+            "url": "https://github.com/boltdb/bolt",
+            "rev": "957d850b5158a4eebf915476058e720f43459584",
+            "sha256": "193adhhsqdy0kyq1l1fi8pg2n6pwyrw4h607qm78qyi26f8i7vzf"
+        }
+    },
+    {
+        "goPackagePath": "github.com/cheggaaa/pb",
+        "fetch": {
+            "type": "git",
+            "url": "https://github.com/cheggaaa/pb",
+            "rev": "e648e12b78cedf14ebb2fc1855033f07b034cfbb",
+            "sha256": "03k4cars7hcqqgdsd0minfls2p7gjpm8q6y8vknh1s68kvxd4xam"
+        }
+    },
+    {
+        "goPackagePath": "github.com/odeke-em/cli-spinner",
+        "fetch": {
+            "type": "git",
+            "url": "https://github.com/odeke-em/cli-spinner",
+            "rev": "610063bb4aeef25f7645b3e6080456655ec0fb33",
+            "sha256": "13wzs2qrxd72ah32ym0ppswhvyimjw5cqaq3q153y68vlvxd048c"
+        }
+    },
+    {
+        "goPackagePath": "github.com/odeke-em/statos",
+        "fetch": {
+            "type": "git",
+            "url": "https://github.com/odeke-em/statos",
+            "rev": "f27d6ab69b62abd9d9fe80d355e23a3e45d347d6",
+            "sha256": "17cpks8bi9i7p8j38x0wy60jb9g39wbzszcmhx4hlq6yzxr04jvs"
+        }
+    },
+    {
+        "goPackagePath": "github.com/odeke-em/exponential-backoff",
+        "fetch": {
+            "type": "git",
+            "url": "https://github.com/odeke-em/exponential-backoff",
+            "rev": "96e25d36ae36ad09ac02cbfe653b44c4043a8e09",
+            "sha256": "1as21p2jj8xpahvdxqwsw2i1s3fll14dlc9j192iq7xl1ybwpqs6"
+        }
+    },
+    {
+        "goPackagePath": "github.com/odeke-em/extractor",
+        "fetch": {
+            "type": "git",
+            "url": "https://github.com/odeke-em/extractor",
+            "rev": "801861aedb854c7ac5e1329e9713023e9dc2b4d4",
+            "sha256": "036zmnqxy48h6mxiwywgxix2p4fqvl4svlmcp734ri2rbq3cmxs1"
+        }
+    },
+    {
+        "goPackagePath": "github.com/odeke-em/meddler",
+        "fetch": {
+            "type": "git",
+            "url": "https://github.com/odeke-em/meddler",
+            "rev": "d2b51d2b40e786ab5f810d85e65b96404cf33570",
+            "sha256": "0m0fqrn3kxy4swyk4ja1y42dn1i35rq9j85y11wb222qppy2342x"
+        }
+    },
+    {
+        "goPackagePath": "github.com/odeke-em/xon",
+        "fetch": {
+            "type": "git",
+            "url": "https://github.com/odeke-em/xon",
+            "rev": "d580be739d723da4f6378083128f93017b8ab295",
+            "sha256": "07a7zj01d4a23xqp01m48jp2v5mw49islf4nbq2rj13sd5w4s6sc"
+        }
+    },
+    {
+        "goPackagePath": "github.com/odeke-em/cache",
+        "fetch": {
+            "type": "git",
+            "url": "https://github.com/odeke-em/cache",
+            "rev": "b51b08cb6cf889deda6c941a5205baecfd16f3eb",
+            "sha256": "1rmm1ky7irqypqjkk6qcd2n0xkzpaggdxql9dp9i9qci5rvvwwd4"
+        }
+    },
+    {
+        "goPackagePath": "github.com/odeke-em/command",
+        "fetch": {
+            "type": "git",
+            "url": "https://github.com/odeke-em/command",
+            "rev": "91ca5ec5e9a1bc2668b1ccbe0967e04a349e3561",
+            "sha256": "1ghckzr8h99ckagpmb15p61xazdjmf9mjmlym634hsr9vcj84v62"
+        }
+    },
+    {
+        "goPackagePath": "github.com/odeke-em/log",
+        "fetch": {
+            "type": "git",
+            "url": "https://github.com/odeke-em/log",
+            "rev": "cad53c4565a0b0304577bd13f3862350bdc5f907",
+            "sha256": "059c933qjikxlvaywzpzljqnab19svymbv6x32pc7khw156fh48w"
+        }
+    },
+    {
+        "goPackagePath": "github.com/odeke-em/pretty-words",
+        "fetch": {
+            "type": "git",
+            "url": "https://github.com/odeke-em/pretty-words",
+            "rev": "9d37a7fcb4ae6f94b288d371938482994458cecb",
+            "sha256": "1466wjhrg9lhqmzil1vf8qj16fxk32b5kxlcccyw2x6dybqa6pkl"
+        }
+    },
+    {
+        "goPackagePath": "github.com/skratchdot/open-golang",
+        "fetch": {
+            "type": "git",
+            "url": "https://github.com/skratchdot/open-golang",
+            "rev": "c8748311a7528d0ba7330d302adbc5a677ef9c9e",
+            "sha256": "0qhn2d00v3m9fiqk9z7swdm599clc6j7rnli983s8s1byyp0x3ac"
+        }
+    }
 ]