forked from kelseyhightower/confd
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Gopkg.toml
68 lines (51 loc) · 1.36 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
[[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.2.8"
[[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"
[[constraint]]
name = "golang.org/x/net"
[[constraint]]
name = "gopkg.in/yaml.v2"
[[override]]
name = "github.com/ugorji/go"
revision = "ded73eae5db7e7a0ef6f55aace87a2873c5d2b74"
[[override]]
name = "google.golang.org/grpc"
version = "=1.2.1"
[[override]]
name = "golang.org/x/crypto"
revision = "1351f936d976c60a0a48d728281922cf63eafb8d"
[[override]]
name = "golang.org/x/net"
revision = "c8c74377599bd978aee1cf3b9b63a8634051cec2"
[[override]]
name = "golang.org/x/sys"
revision = "e48874b42435b4347fc52bdee0424a52abc974d7"
[[override]]
name = "github.com/golang/protobuf"
revision = "4bd1920723d7b7c925de087aa32e2187708897f7"