forked from linkerd/linkerd2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Gopkg.toml
89 lines (69 loc) · 2.22 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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
required = [
"github.com/golang/protobuf/protoc-gen-go",
"k8s.io/code-generator/cmd/client-gen",
"k8s.io/code-generator/cmd/deepcopy-gen",
"k8s.io/code-generator/cmd/defaulter-gen",
"k8s.io/code-generator/cmd/lister-gen",
"k8s.io/code-generator/cmd/informer-gen",
]
[[constraint]]
name = "github.com/linkerd/linkerd2-proxy-api"
revision = "ddbc3a4f7f8b0058801f896d27974d19ee98094c"
[[constraint]]
name = "github.com/linkerd/linkerd2-proxy-init"
# This has to be kept in sync with ProxyInitVersion in pkg/version/version.go
version = "v1.0.0"
[[constraint]]
name = "google.golang.org/grpc"
version = "1.7.0"
[[constraint]]
name = "github.com/spf13/cobra"
revision = "7b2c5ac9fc04fc5efafb60700713d4fa609b777b" # cobra has no release tags at time of writing
[[constraint]]
name = "github.com/containernetworking/cni"
revision = "v0.6.0"
[[constraint]]
name = "k8s.io/client-go"
version = "kubernetes-1.13.1"
[[constraint]]
name = "k8s.io/api"
version = "kubernetes-1.13.1"
[[constraint]]
name = "k8s.io/apiextensions-apiserver"
version = "kubernetes-1.13.1"
[[constraint]]
name = "k8s.io/apimachinery"
version = "kubernetes-1.13.1"
[[constraint]]
name = "github.com/deislabs/smi-sdk-go"
revision = "f281e2121a16192b99c40dcdb9eefcfce19e9d6d"
[[constraint]]
name = "k8s.io/helm"
version = "v2.12.2"
[[constraint]]
name = "github.com/briandowns/spinner"
revision = "5cf08d0ac778f0d708570fe143e3f82fdb9f9007"
[[constraint]]
name = "github.com/mattn/go-isatty"
version = "v0.0.7"
[[constraint]]
name = "github.com/sirupsen/logrus"
version = "v1.0.3"
[[constraint]]
name = "github.com/pkg/browser"
revision = "c90ca0c84f15f81c982e32665bffd8d7aac8f097" # browser has no release tags at time of writing
[[constraint]]
name = "github.com/golang/protobuf"
version = "v1.2.0"
[[constraint]]
name = "github.com/prometheus/client_golang"
version = "v0.9.2"
[[constraint]]
name = "github.com/gorilla/websocket"
version = "1.2.0"
[[constraint]]
name = "github.com/go-openapi/spec"
version = "v0.17.2"
[[constraint]]
name = "github.com/wercker/stern"
revision = "b04b5491222d9743529cb859a20d34ce2bb763af" # pin to 1.6.0 until https://github.com/wercker/stern/issues/96 is resolved