forked from kubernetes-retired/kube-aws
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Gopkg.toml
47 lines (36 loc) · 1.01 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
# Instruct `dep ensure` to not scan deps of the packages which are not part of kube-aws
# See https://github.com/golang/dep/issues/1329#issuecomment-340435818
ignored = ["github.com/kubernetes-incubator/kube-aws/hack*"]
[[constraint]]
name = "github.com/Masterminds/sprig"
version = "2.10.0"
[[constraint]]
name = "github.com/aws/aws-sdk-go"
version = "1.7.8"
[[constraint]]
name = "github.com/coreos/coreos-cloudinit"
version = "1.12.0"
[[constraint]]
name = "github.com/spf13/cobra"
version = "v0.0.2"
[[constraint]]
name = "github.com/stretchr/testify"
version = "v1.2.1"
[[constraint]]
name = "github.com/go-yaml/yaml"
version = "v2.2.1"
[[constraint]]
branch = "master"
name = "github.com/aryann/difflib"
[[constraint]]
branch = "master"
name = "github.com/mgutz/ansi"
[[constraint]]
version = "v1.2.0"
name = "github.com/aws/amazon-vpc-cni-k8s"
[[constraint]]
name = "github.com/google/go-cmp"
version = "0.2.0"
[[constraint]]
name = "github.com/pkg/errors"
version = "0.8.0"