about summary refs log tree commit diff
path: root/pkgs/servers/gotty/deps.json
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/servers/gotty/deps.json')
-rw-r--r--pkgs/servers/gotty/deps.json15
1 files changed, 15 insertions, 0 deletions
diff --git a/pkgs/servers/gotty/deps.json b/pkgs/servers/gotty/deps.json
new file mode 100644
index 000000000000..ff0016df6233
--- /dev/null
+++ b/pkgs/servers/gotty/deps.json
@@ -0,0 +1,15 @@
+[
+  {
+    "include": "../../libs.json",
+    "packages": [
+      "github.com/kr/pty",
+      "github.com/braintree/manners",
+      "github.com/codegangsta/cli",
+      "github.com/elazarl/go-bindata-assetfs",
+      "github.com/fatih/structs",
+      "github.com/gorilla/websocket",
+      "github.com/hashicorp/hcl",
+      "github.com/hashicorp/go-multierror"
+    ]
+  }
+]