@@ -12,23 +12,24 @@ require (
12
12
github.com/pkg/errors v0.9.1
13
13
github.com/stretchr/testify v1.7.1
14
14
github.com/talos-systems/capi-utils v0.0.0-20220330110254-2b207c1f0aff
15
- github.com/talos-systems/cluster-api-bootstrap-provider-talos v0.5.3
15
+ github.com/talos-systems/cluster-api-bootstrap-provider-talos v0.5.4
16
16
github.com/talos-systems/go-retry v0.3.1
17
- github.com/talos-systems/talos/pkg/machinery v1.0 .0
18
- google.golang.org/grpc v1.44.0
17
+ github.com/talos-systems/talos/pkg/machinery v1.1 .0
18
+ google.golang.org/grpc v1.46.2
19
19
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
20
- k8s.io/api v0.23.4
21
- k8s.io/apimachinery v0.23.4
22
- k8s.io/apiserver v0.23.0
23
- k8s.io/client-go v0.23.4
20
+ k8s.io/api v0.23.5
21
+ k8s.io/apimachinery v0.23.5
22
+ k8s.io/apiserver v0.23.5
23
+ k8s.io/client-go v0.23.5
24
24
k8s.io/utils v0.0.0-20211116205334-6203023598ed
25
- sigs.k8s.io/cluster-api v1.1.3
26
- sigs.k8s.io/controller-runtime v0.11.1
25
+ sigs.k8s.io/cluster-api v1.1.4
26
+ sigs.k8s.io/controller-runtime v0.11.2
27
27
)
28
28
29
+ require k8s.io/klog/v2 v2.30.0
30
+
29
31
require (
30
32
cloud.google.com/go v0.99.0 // indirect
31
- github.com/AlekSi/pointer v1.2.0 // indirect
32
33
github.com/MakeNowJust/heredoc v1.0.0 // indirect
33
34
github.com/Masterminds/goutils v1.1.1 // indirect
34
35
github.com/Masterminds/semver/v3 v3.1.1 // indirect
@@ -40,11 +41,11 @@ require (
40
41
github.com/beorn7/perks v1.0.1 // indirect
41
42
github.com/blang/semver v3.5.1+incompatible // indirect
42
43
github.com/cespare/xxhash/v2 v2.1.2 // indirect
43
- github.com/containerd/go-cni v1.1.3 // indirect
44
- github.com/containernetworking/cni v1.0.1 // indirect
44
+ github.com/containerd/go-cni v1.1.5 // indirect
45
+ github.com/containernetworking/cni v1.1.0 // indirect
45
46
github.com/coredns/caddy v1.1.0 // indirect
46
47
github.com/coredns/corefile-migration v1.0.14 // indirect
47
- github.com/cosi-project/runtime v0.0.0-20211216175730-264f8fcd1a4f // indirect
48
+ github.com/cosi-project/runtime v0.0.0-20220527181155-95d06feaf8b5 // indirect
48
49
github.com/davecgh/go-spew v1.1.1 // indirect
49
50
github.com/docker/distribution v2.7.1+incompatible // indirect
50
51
github.com/drone/envsubst/v2 v2.0.0-20210730161058-179042472c46 // indirect
@@ -88,6 +89,7 @@ require (
88
89
github.com/prometheus/common v0.28.0 // indirect
89
90
github.com/prometheus/procfs v0.7.2 // indirect
90
91
github.com/shopspring/decimal v1.2.0 // indirect
92
+ github.com/siderolabs/go-pointer v1.0.0 // indirect
91
93
github.com/spf13/afero v1.6.0 // indirect
92
94
github.com/spf13/cast v1.4.1 // indirect
93
95
github.com/spf13/jwalterweatherman v1.1.0 // indirect
@@ -100,26 +102,25 @@ require (
100
102
github.com/valyala/fastjson v1.6.3 // indirect
101
103
go.uber.org/atomic v1.7.0 // indirect
102
104
go.uber.org/multierr v1.7.0 // indirect
103
- go.uber.org/zap v1.19.1 // indirect
105
+ go.uber.org/zap v1.21.0 // indirect
104
106
golang.org/x/crypto v0.0.0-20210817164053-32db794688a5 // indirect
105
107
golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd // indirect
106
108
golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 // indirect
107
- golang.org/x/sys v0.0.0-20220209214540-3681064d5158 // indirect
109
+ golang.org/x/sys v0.0.0-20220408201424-a24fb2fb8a0f // indirect
108
110
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect
109
111
golang.org/x/text v0.3.7 // indirect
110
112
golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac // indirect
111
113
gomodules.xyz/jsonpatch/v2 v2.2.0 // indirect
112
114
google.golang.org/appengine v1.6.7 // indirect
113
- google.golang.org/genproto v0.0.0-20220228155957-1da8797a5878 // indirect
114
- google.golang.org/protobuf v1.27.1 // indirect
115
+ google.golang.org/genproto v0.0.0-20220531134929-86cf59382f1b // indirect
116
+ google.golang.org/protobuf v1.28.0 // indirect
115
117
gopkg.in/inf.v0 v0.9.1 // indirect
116
118
gopkg.in/ini.v1 v1.66.2 // indirect
117
119
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
118
120
gopkg.in/yaml.v2 v2.4.0 // indirect
119
- k8s.io/apiextensions-apiserver v0.23.0 // indirect
121
+ k8s.io/apiextensions-apiserver v0.23.5 // indirect
120
122
k8s.io/cluster-bootstrap v0.23.0 // indirect
121
- k8s.io/component-base v0.23.0 // indirect
122
- k8s.io/klog/v2 v2.30.0 // indirect
123
+ k8s.io/component-base v0.23.5 // indirect
123
124
k8s.io/kube-openapi v0.0.0-20211115234752-e816edb12b65 // indirect
124
125
sigs.k8s.io/json v0.0.0-20211020170558-c049b76a60c6 // indirect
125
126
sigs.k8s.io/structured-merge-diff/v4 v4.2.1 // indirect
0 commit comments