summary refs log tree commit diff
path: root/pkgs/servers/nosql/influxdb/deps.json
blob: f091b58e8dc4ebc72822fbac919130eee52b427e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[
  {
    "include": "../../libs.json",
    "packages": [
      "github.com/peterh/liner",
      "github.com/BurntSushi/toml",
      "github.com/kimor79/gollectd",
      "github.com/bmizerany/pat",
      "gopkg.in/fatih/pool.v2",
      "github.com/rakyll/statik",
      "github.com/armon/go-metrics",
      "github.com/boltdb/bolt",
      "github.com/golang/snappy",
      "github.com/hashicorp/go-msgpack",
      "github.com/hashicorp/raft-boltdb",
      "golang.org/x/crypto",
      "github.com/gogo/protobuf",
      "github.com/hashicorp/raft"
    ]
  }
]