forked from kelseyhightower/confd
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Gopkg.toml
47 lines (36 loc) · 900 Bytes
/
Gopkg.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
[prune]
unused-packages = true
go-tests = true
[[constraint]]
name = "github.com/BurntSushi/toml"
version = "0.3.0"
[[constraint]]
name = "github.com/sirupsen/logrus"
version = "1.0.3"
[[constraint]]
name = "github.com/aws/aws-sdk-go"
version = "1.12.4"
[[constraint]]
name = "github.com/coreos/etcd"
version = "=3.3.4"
[[constraint]]
name = "github.com/fsnotify/fsnotify"
version = "1.4.2"
[[constraint]]
name = "github.com/garyburd/redigo"
version = "1.1.0"
[[constraint]]
name = "github.com/hashicorp/consul"
version = "=1.0.7"
[[constraint]]
name = "github.com/hashicorp/vault"
version = "=0.10.1"
[[constraint]]
name = "github.com/kelseyhightower/memkv"
version = "0.1.1"
[[constraint]]
name = "github.com/samuel/go-zookeeper"
revision = "c4fab1ac1bec58281ad0667dc3f0907a9476ac47"
[[constraint]]
name = "gopkg.in/yaml.v2"
branch = "v2"