nixpkgs/pkgs/servers/gotty/deps.json
2016-06-09 11:21:30 +02:00

16 lines
367 B
JSON

[
{
"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"
]
}
]