forked from kelseyhightower/confd
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathGopkg.toml
71 lines (54 loc) · 1.44 KB
/
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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
[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.1"
[[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 = "=0.9.3"
[[constraint]]
name = "github.com/hashicorp/vault"
version = "=0.8.1"
[[constraint]]
name = "github.com/kelseyhightower/memkv"
version = "0.1.1"
[[constraint]]
name = "github.com/samuel/go-zookeeper"
revision = "c4fab1ac1bec58281ad0667dc3f0907a9476ac47"
[[constraint]]
name = "golang.org/x/net"
revision = "66aacef3dd8a676686c7ae3716979581e8b03c47"
[[constraint]]
name = "gopkg.in/yaml.v2"
branch = "v2"
[[override]]
name = "github.com/ugorji/go"
revision = "bdcc60b419d136a85cdf2e7cbcac34b3f1cd6e57"
[[override]]
name = "google.golang.org/grpc"
version = "=1.7.5"
[[override]]
name = "golang.org/x/crypto"
revision = "9419663f5a44be8b34ca85f08abc5fe1be11f8a3"
[[override]]
name = "golang.org/x/sys"
revision = "ebfc5b4631820b793c9010c87fd8fef0f39eb082"
[[override]]
name = "github.com/golang/protobuf"
revision = "1e59b77b52bf8e4b449a57e6f79f21226d571845"