about summary refs log tree commit diff
path: root/pkgs/tools/system/confd/deps.json
blob: a3d9753927f1ec0046db965cfb8df48feb6722fd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[
  {
    "include": "../../libs.json",
    "packages": [
      "github.com/kelseyhightower/memkv",
      "github.com/armon/consul-api",
      "github.com/garyburd/redigo",
      "github.com/samuel/go-zookeeper",
      "github.com/BurntSushi/toml",
      "github.com/Sirupsen/logrus",
      "github.com/coreos/go-etcd",
      "github.com/ugorji/go"
    ]
  }
]