@@ -7,7 +7,7 @@ replace sigs.k8s.io/cluster-api => sigs.k8s.io/cluster-api v1.3.3
7
7
require (
8
8
github.com/alessio/shellescape v1.4.1
9
9
github.com/apparentlymart/go-cidr v1.1.0
10
- github.com/aws/amazon-vpc-cni-k8s v1.12.2
10
+ github.com/aws/amazon-vpc-cni-k8s v1.12.5
11
11
github.com/aws/aws-lambda-go v1.37.0
12
12
github.com/aws/aws-sdk-go v1.44.145
13
13
github.com/awslabs/goformation/v4 v4.19.5
@@ -29,12 +29,12 @@ require (
29
29
golang.org/x/crypto v0.6.0
30
30
golang.org/x/text v0.7.0
31
31
gopkg.in/yaml.v2 v2.4.0
32
- k8s.io/api v0.25.0
33
- k8s.io/apiextensions-apiserver v0.25.0
34
- k8s.io/apimachinery v0.25.0
35
- k8s.io/cli-runtime v0.25.0
36
- k8s.io/client-go v0.25.0
37
- k8s.io/component-base v0.25.0
32
+ k8s.io/api v0.25.5
33
+ k8s.io/apiextensions-apiserver v0.25.2
34
+ k8s.io/apimachinery v0.25.5
35
+ k8s.io/cli-runtime v0.25.5
36
+ k8s.io/client-go v0.25.5
37
+ k8s.io/component-base v0.25.2
38
38
k8s.io/klog/v2 v2.90.0
39
39
k8s.io/utils v0.0.0-20220823124924-e9cbc92d1a73
40
40
sigs.k8s.io/aws-iam-authenticator v0.6.4
@@ -47,7 +47,7 @@ require (
47
47
48
48
require (
49
49
github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 // indirect
50
- github.com/BurntSushi/toml v1.0 .0 // indirect
50
+ github.com/BurntSushi/toml v1.1 .0 // indirect
51
51
github.com/MakeNowJust/heredoc v1.0.0 // indirect
52
52
github.com/Masterminds/goutils v1.1.1 // indirect
53
53
github.com/Masterminds/semver/v3 v3.2.0 // indirect
@@ -83,7 +83,7 @@ require (
83
83
github.com/gogo/protobuf v1.3.2 // indirect
84
84
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
85
85
github.com/golang/protobuf v1.5.2 // indirect
86
- github.com/google/cel-go v0.12.4 // indirect
86
+ github.com/google/cel-go v0.12.5 // indirect
87
87
github.com/google/gnostic v0.6.9 // indirect
88
88
github.com/google/go-github/v45 v45.2.0 // indirect
89
89
github.com/google/go-querystring v1.1.0 // indirect
@@ -103,7 +103,7 @@ require (
103
103
github.com/mattn/go-colorable v0.1.13 // indirect
104
104
github.com/mattn/go-isatty v0.0.16 // indirect
105
105
github.com/mattn/go-runewidth v0.0.14 // indirect
106
- github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 // indirect
106
+ github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
107
107
github.com/mitchellh/copystructure v1.2.0 // indirect
108
108
github.com/mitchellh/go-wordwrap v1.0.0 // indirect
109
109
github.com/mitchellh/mapstructure v1.5.0 // indirect
@@ -115,11 +115,11 @@ require (
115
115
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
116
116
github.com/olekukonko/tablewriter v0.0.5 // indirect
117
117
github.com/opencontainers/go-digest v1.0.0 // indirect
118
- github.com/opencontainers/image-spec v1.0.2 // indirect
118
+ github.com/opencontainers/image-spec v1.0.3-0.20211202183452-c5a74bcca799 // indirect
119
119
github.com/pelletier/go-toml v1.9.5 // indirect
120
120
github.com/pelletier/go-toml/v2 v2.0.5 // indirect
121
121
github.com/prometheus/client_model v0.3.0 // indirect
122
- github.com/prometheus/common v0.37 .0 // indirect
122
+ github.com/prometheus/common v0.39 .0 // indirect
123
123
github.com/prometheus/procfs v0.8.0 // indirect
124
124
github.com/rivo/uniseg v0.4.2 // indirect
125
125
github.com/russross/blackfriday v1.5.2 // indirect
@@ -140,22 +140,22 @@ require (
140
140
go.uber.org/multierr v1.6.0 // indirect
141
141
go.uber.org/zap v1.21.0 // indirect
142
142
golang.org/x/net v0.7.0 // indirect
143
- golang.org/x/oauth2 v0.0.0-20220909003341-f21342109be1 // indirect
143
+ golang.org/x/oauth2 v0.3.0 // indirect
144
144
golang.org/x/sys v0.5.0 // indirect
145
145
golang.org/x/term v0.5.0 // indirect
146
146
golang.org/x/time v0.0.0-20220722155302-e5dcc9cfc0b9 // indirect
147
147
gomodules.xyz/jsonpatch/v2 v2.2.0 // indirect
148
148
google.golang.org/appengine v1.6.7 // indirect
149
149
google.golang.org/genproto v0.0.0-20220616135557-88e70c0c3a90 // indirect
150
- google.golang.org/grpc v1.47 .0 // indirect
150
+ google.golang.org/grpc v1.49 .0 // indirect
151
151
google.golang.org/protobuf v1.28.1 // indirect
152
152
gopkg.in/inf.v0 v0.9.1 // indirect
153
153
gopkg.in/ini.v1 v1.67.0 // indirect
154
154
gopkg.in/yaml.v3 v3.0.1 // indirect
155
- k8s.io/apiserver v0.25.0 // indirect
155
+ k8s.io/apiserver v0.25.2 // indirect
156
156
k8s.io/cluster-bootstrap v0.25.0 // indirect
157
157
k8s.io/kube-openapi v0.0.0-20230109183929-3758b55a6596 // indirect
158
- k8s.io/kubectl v0.25.0 // indirect
158
+ k8s.io/kubectl v0.25.2 // indirect
159
159
sigs.k8s.io/json v0.0.0-20220713155537-f223a00ba0e2 // indirect
160
160
sigs.k8s.io/kind v0.17.0 // indirect
161
161
sigs.k8s.io/kustomize/kyaml v0.14.0 // indirect
0 commit comments