forked from argoproj/argo-rollouts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGopkg.toml
45 lines (35 loc) · 962 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
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",
]
[[constraint]]
name = "k8s.io/client-go"
branch = "release-11.0"
[[constraint]]
name = "k8s.io/code-generator"
branch = "release-1.14"
[[constraint]]
branch = "release-1.14"
name = "k8s.io/api"
# To use reference package:
# vendor/k8s.io/kubernetes/pkg/util/parsers/parsers.go:36:16: undefined: reference.ParseNormalizedNamed
[[override]]
name = "github.com/docker/distribution"
branch = "master"
[[constraint]]
name = "k8s.io/apiserver"
branch = "release-1.14"
[[constraint]]
name = "k8s.io/apimachinery"
branch = "release-1.14"
[[constraint]]
name = "k8s.io/kubernetes"
branch = "release-1.14"
[[constraint]]
name = "k8s.io/apiextensions-apiserver"
branch = "release-1.14"
[[constraint]]
name = "github.com/bouk/monkey"
version = "1.0.0"