@@ -5,12 +5,12 @@ go 1.18
5
5
require (
6
6
github.com/ahmetb/gen-crd-api-reference-docs v0.3.0
7
7
github.com/lithammer/dedent v1.1.0
8
- github.com/stretchr/testify v1.8.0
8
+ github.com/stretchr/testify v1.8.1
9
9
k8s.io/api v0.26.0
10
- k8s.io/apiextensions-apiserver v0.24.1
10
+ k8s.io/apiextensions-apiserver v0.26.0
11
11
k8s.io/apimachinery v0.26.0
12
12
k8s.io/client-go v0.26.0
13
- k8s.io/code-generator v0.24.1
13
+ k8s.io/code-generator v0.26.0
14
14
k8s.io/klog/v2 v2.80.1
15
15
sigs.k8s.io/controller-runtime v0.12.1
16
16
sigs.k8s.io/controller-tools v0.7.0
@@ -33,7 +33,7 @@ require (
33
33
github.com/google/go-cmp v0.5.9 // indirect
34
34
github.com/google/gofuzz v1.1.0 // indirect
35
35
github.com/imdario/mergo v0.3.12 // indirect
36
- github.com/inconshreveable/mousetrap v1.0.0 // indirect
36
+ github.com/inconshreveable/mousetrap v1.0.1 // indirect
37
37
github.com/josharian/intern v1.0.0 // indirect
38
38
github.com/json-iterator/go v1.1.12 // indirect
39
39
github.com/mailru/easyjson v0.7.6 // indirect
@@ -45,22 +45,22 @@ require (
45
45
github.com/pkg/errors v0.9.1 // indirect
46
46
github.com/pmezard/go-difflib v1.0.0 // indirect
47
47
github.com/russross/blackfriday/v2 v2.1.0 // indirect
48
- github.com/spf13/cobra v1.4 .0 // indirect
48
+ github.com/spf13/cobra v1.6 .0 // indirect
49
49
github.com/spf13/pflag v1.0.5 // indirect
50
- golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4 // indirect
50
+ golang.org/x/mod v0.6.0 // indirect
51
51
golang.org/x/net v0.3.1-0.20221206200815-1e63c2f08a10 // indirect
52
52
golang.org/x/oauth2 v0.0.0-20220223155221-ee480838109b // indirect
53
53
golang.org/x/sys v0.3.0 // indirect
54
54
golang.org/x/term v0.3.0 // indirect
55
55
golang.org/x/text v0.5.0 // indirect
56
56
golang.org/x/time v0.0.0-20220210224613-90d013bbcef8 // indirect
57
- golang.org/x/tools v0.1.12 // indirect
57
+ golang.org/x/tools v0.2.0 // indirect
58
58
google.golang.org/appengine v1.6.7 // indirect
59
59
google.golang.org/protobuf v1.28.1 // indirect
60
60
gopkg.in/inf.v0 v0.9.1 // indirect
61
61
gopkg.in/yaml.v2 v2.4.0 // indirect
62
62
gopkg.in/yaml.v3 v3.0.1 // indirect
63
- k8s.io/gengo v0.0.0-20211129171323-c02415ce4185 // indirect
63
+ k8s.io/gengo v0.0.0-20220902162205-c0856e24416d // indirect
64
64
k8s.io/klog v0.2.0 // indirect
65
65
k8s.io/kube-openapi v0.0.0-20221012153701-172d655c2280 // indirect
66
66
k8s.io/utils v0.0.0-20221107191617-1a15be271d1d // indirect
0 commit comments