summary refs log tree commit diff
path: root/pkgs/servers/gotty/deps.json
blob: ff0016df6233523a5a2477b9de9f6e4901f093e3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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"
    ]
  }
]