@@ -9,11 +9,11 @@ require (
9
9
github.com/dustinkirkland/golang-petname v0.0.0-20191129215211-8e5a1ed0cff0
10
10
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
11
11
github.com/pmezard/go-difflib v1.0.0
12
- github.com/spf13/cobra v1.1.1
12
+ github.com/spf13/cobra v1.3.0
13
13
github.com/spf13/pflag v1.0.5
14
- github.com/stretchr/testify v1.6.1
14
+ github.com/stretchr/testify v1.7.0
15
15
github.com/thoas/go-funk v0.7.0
16
- gopkg.in/yaml.v2 v2.3 .0
16
+ gopkg.in/yaml.v2 v2.4 .0
17
17
k8s.io/api v0.20.2
18
18
k8s.io/apiextensions-apiserver v0.20.2
19
19
k8s.io/apimachinery v0.20.2
@@ -25,7 +25,7 @@ require (
25
25
)
26
26
27
27
require (
28
- cloud.google.com/go v0.54 .0 // indirect
28
+ cloud.google.com/go v0.99 .0 // indirect
29
29
github.com/Azure/go-autorest v14.2.0+incompatible // indirect
30
30
github.com/Azure/go-autorest/autorest v0.11.1 // indirect
31
31
github.com/Azure/go-autorest/autorest/adal v0.9.5 // indirect
@@ -42,44 +42,45 @@ require (
42
42
github.com/docker/go-units v0.4.0 // indirect
43
43
github.com/evanphx/json-patch v4.9.0+incompatible // indirect
44
44
github.com/evanphx/json-patch/v5 v5.2.0 // indirect
45
- github.com/fatih/color v1.9 .0 // indirect
45
+ github.com/fatih/color v1.13 .0 // indirect
46
46
github.com/form3tech-oss/jwt-go v3.2.2+incompatible // indirect
47
47
github.com/go-logr/logr v0.3.0 // indirect
48
48
github.com/gobuffalo/flect v0.2.2 // indirect
49
- github.com/gogo/protobuf v1.3.1 // indirect
50
- github.com/golang/protobuf v1.4.3 // indirect
49
+ github.com/gogo/protobuf v1.3.2 // indirect
50
+ github.com/golang/protobuf v1.5.2 // indirect
51
51
github.com/google/gofuzz v1.1.0 // indirect
52
52
github.com/googleapis/gnostic v0.5.1 // indirect
53
53
github.com/gorilla/context v1.1.1 // indirect
54
54
github.com/gorilla/mux v1.6.2 // indirect
55
55
github.com/imdario/mergo v0.3.10 // indirect
56
56
github.com/inconshreveable/mousetrap v1.0.0 // indirect
57
- github.com/json-iterator/go v1.1.10 // indirect
57
+ github.com/json-iterator/go v1.1.12 // indirect
58
58
github.com/konsorten/go-windows-terminal-sequences v1.0.3 // indirect
59
- github.com/mattn/go-colorable v0.1.8 // indirect
60
- github.com/mattn/go-isatty v0.0.12 // indirect
59
+ github.com/mattn/go-colorable v0.1.12 // indirect
60
+ github.com/mattn/go-isatty v0.0.14 // indirect
61
61
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
62
- github.com/modern-go/reflect2 v1.0.1 // indirect
62
+ github.com/modern-go/reflect2 v1.0.2 // indirect
63
63
github.com/morikuni/aec v1.0.0 // indirect
64
64
github.com/onsi/gomega v1.10.2 // indirect
65
65
github.com/opencontainers/go-digest v1.0.0 // indirect
66
66
github.com/opencontainers/image-spec v1.0.1 // indirect
67
- github.com/pelletier/go-toml v1.8.1 // indirect
67
+ github.com/pelletier/go-toml v1.9.4 // indirect
68
68
github.com/pkg/errors v0.9.1 // indirect
69
69
github.com/sirupsen/logrus v1.6.0 // indirect
70
- golang.org/x/crypto v0.0.0-20201002170205-7f63de1d35b0 // indirect
71
- golang.org/x/mod v0.3.0 // indirect
72
- golang.org/x/net v0.0.0-20201110031124-69a78807bb2b // indirect
73
- golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d // indirect
74
- golang.org/x/sys v0.0.0-20210124154548-22da62e12c0c // indirect
75
- golang.org/x/text v0.3.4 // indirect
70
+ golang.org/x/crypto v0.0.0-20210817164053-32db794688a5 // indirect
71
+ golang.org/x/mod v0.5.0 // indirect
72
+ golang.org/x/net v0.0.0-20210813160813-60bc85c4be6d // indirect
73
+ golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 // indirect
74
+ golang.org/x/sys v0.0.0-20211205182925-97ca703d548d // indirect
75
+ golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 // indirect
76
+ golang.org/x/text v0.3.7 // indirect
76
77
golang.org/x/time v0.0.0-20200630173020-3af7569d3a1e // indirect
77
- golang.org/x/tools v0.0.0-20200616133436-c1934b75d054 // indirect
78
+ golang.org/x/tools v0.1.5 // indirect
78
79
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
79
- google.golang.org/appengine v1.6.6 // indirect
80
- google.golang.org/genproto v0.0.0-20201110150050-8816d57aaa9a // indirect
81
- google.golang.org/grpc v1.27.1 // indirect
82
- google.golang.org/protobuf v1.25.0 // indirect
80
+ google.golang.org/appengine v1.6.7 // indirect
81
+ google.golang.org/genproto v0.0.0-20211208223120-3a66f561d7aa // indirect
82
+ google.golang.org/grpc v1.42.0 // indirect
83
+ google.golang.org/protobuf v1.27.1 // indirect
83
84
gopkg.in/inf.v0 v0.9.1 // indirect
84
85
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
85
86
k8s.io/gengo v0.0.0-20201113003025-83324d819ded // indirect
0 commit comments