forked from coreos/etcd-operator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Gopkg.toml
46 lines (35 loc) · 884 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
[[constraint]]
name = "k8s.io/api"
version = "kubernetes-1.8.2"
[[constraint]]
name = "k8s.io/apiextensions-apiserver"
version = "kubernetes-1.8.2"
[[constraint]]
name = "k8s.io/apimachinery"
version = "kubernetes-1.8.2"
[[constraint]]
name = "k8s.io/client-go"
version = "kubernetes-1.8.2"
[[constraint]]
name = "github.com/coreos/etcd"
version = "3.1.9"
[[constraint]]
name = "github.com/aws/aws-sdk-go"
version = "1.10.9"
[[constraint]]
name = "github.com/pborman/uuid"
version = "1.0.0"
[[constraint]]
name = "github.com/pkg/errors"
version = "0.8.0"
[[constraint]]
name = "github.com/prometheus/client_golang"
version = "0.8.0"
[[constraint]]
name = "github.com/sirupsen/logrus"
version = "1.0.0"
[[constraint]]
name = "golang.org/x/time"
[[constraint]]
name = "github.com/Azure/azure-sdk-for-go"
version = "v11.3.0-beta"