forked from argoproj/argo-rollouts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGopkg.toml
65 lines (51 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
required = [
"k8s.io/code-generator/cmd/client-gen",
"github.com/emicklei/go-restful",
"github.com/go-openapi/spec",
"k8s.io/kube-openapi/cmd/openapi-gen",
"github.com/vektra/mockery",
]
[[constraint]]
name = "k8s.io/client-go"
branch = "release-13.0"
[[constraint]]
name = "k8s.io/code-generator"
branch = "release-1.16"
[[constraint]]
branch = "release-1.16"
name = "k8s.io/api"
[[constraint]]
name = "k8s.io/apiserver"
branch = "release-1.16"
[[constraint]]
name = "k8s.io/apimachinery"
branch = "release-1.16"
[[constraint]]
name = "k8s.io/kubernetes"
branch = "release-1.16"
[[constraint]]
name = "k8s.io/apiextensions-apiserver"
branch = "release-1.16"
[[constraint]]
name = "k8s.io/cli-runtime"
branch = "release-1.16"
[[constraint]]
name = "k8s.io/kubectl"
branch = "release-1.16"
[[constraint]]
name = "github.com/bouk/monkey"
version = "1.0.0"
# vendor/k8s.io/kubectl/pkg/util/term/resize.go:30:23: undefined: term.GetFdInfo
[[override]]
name = "github.com/docker/docker"
revision = "be7ac8be2ae072032a4005e8f232be3fc57e4127"
# vendor/k8s.io/kubectl/pkg/util/templates/markdown.go:66:11: undefined: blackfriday.LIST_ITEM_BEGINNING_OF_LIST
[[override]]
name = "github.com/russross/blackfriday"
version = "v1.5.2"
[[override]]
name = "github.com/ghodss/yaml"
branch = "master"
[[constraint]]
name = "github.com/vektra/mockery"
revision = "e78b021dcbb558a8e7ac1fc5bc757ad7c277bb81"