forked from eksctl-io/eksctl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Gopkg.toml
57 lines (44 loc) · 1.05 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
required = [
"github.com/heptio/authenticator/cmd/heptio-authenticator-aws",
]
[[override]]
name = "github.com/aws/aws-sdk-go"
version = "v1.14.0"
[[constraint]]
name = "github.com/ghodss/yaml"
version = "1.0.0"
[[constraint]]
branch = "master"
name = "github.com/kubicorn/kubicorn"
[[constraint]]
name = "github.com/pkg/errors"
version = "0.8.0"
[[constraint]]
name = "github.com/spf13/cobra"
branch = "master"
[[constraint]]
branch = "master"
name = "k8s.io/api"
[[constraint]]
branch = "release-1.10"
name = "k8s.io/apimachinery"
[[constraint]]
name = "k8s.io/kops"
version = "1.9.1"
[[override]]
name = "github.com/heptio/authenticator"
source = "github.com/heptio/aws-iam-authenticator"
revision = "d9bfef19b2b89518465d4fd0bc9a75bd4a8b715e"
[[constraint]]
name = "k8s.io/client-go"
version = "v7.0.0"
#[[constraint]]
# name = "k8s.io/kubernetes"
# version = "1.10.3"
[[constraint]]
branch = "master"
name = "github.com/weaveworks/launcher"
[prune]
go-tests = true
unused-packages = true
non-go = true