forked from coreos/etcd-operator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Gopkg.toml
50 lines (38 loc) · 990 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
48
49
50
[[constraint]]
name = "k8s.io/api"
version = "kubernetes-1.10.0-beta.2"
[[constraint]]
name = "k8s.io/apiextensions-apiserver"
version = "kubernetes-1.10.0-beta.2"
[[constraint]]
name = "k8s.io/apimachinery"
version = "kubernetes-1.10.0-beta.2"
[[constraint]]
name = "k8s.io/client-go"
version = "kubernetes-1.10.0-beta.2"
[[constraint]]
name = "github.com/coreos/etcd"
version = "=3.2.16"
[[override]]
name = "google.golang.org/grpc"
version = "=1.7.5"
[[constraint]]
name = "github.com/aws/aws-sdk-go"
version = "=1.13.8"
[[constraint]]
name = "github.com/pborman/uuid"
version = "=1.1"
[[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.4"
[[constraint]]
name = "golang.org/x/time"
[[constraint]]
name = "github.com/Azure/azure-sdk-for-go"
version = "=11.3.0-beta"