1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00
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"
]
}
]