1
1
module github.com/talos-systems/cluster-api-bootstrap-provider-talos
2
2
3
- go 1.17
3
+ go 1.18
4
4
5
5
require (
6
6
github.com/AlekSi/pointer v1.2.0
7
7
github.com/evanphx/json-patch v5.6.0+incompatible
8
8
github.com/go-logr/logr v1.2.0
9
+ github.com/google/go-cmp v0.5.7
9
10
github.com/spf13/pflag v1.0.5
10
- github.com/stretchr/testify v1.7.0
11
+ github.com/stretchr/testify v1.7.1
11
12
github.com/talos-systems/crypto v0.3.5
12
- github.com/talos-systems/talos/pkg/machinery v1.0 .0
13
- golang.org/x/sys v0.0.0-20220209214540-3681064d5158
13
+ github.com/talos-systems/talos/pkg/machinery v1.1 .0
14
+ golang.org/x/sys v0.0.0-20220408201424-a24fb2fb8a0f
14
15
gopkg.in/yaml.v2 v2.4.0
15
16
inet.af/netaddr v0.0.0-20211027220019-c74959edd3b6
16
- k8s.io/api v0.23.0
17
- k8s.io/apiextensions-apiserver v0.23.0
18
- k8s.io/apimachinery v0.23.0
19
- k8s.io/client-go v0.23.0
20
- sigs.k8s.io/cluster-api v1.1.3
21
- sigs.k8s.io/controller-runtime v0.11.1
17
+ k8s.io/api v0.23.5
18
+ k8s.io/apiextensions-apiserver v0.23.5
19
+ k8s.io/apimachinery v0.23.5
20
+ k8s.io/client-go v0.23.5
21
+ sigs.k8s.io/cluster-api v1.1.4
22
+ sigs.k8s.io/controller-runtime v0.11.2
22
23
)
23
24
24
25
require (
@@ -33,11 +34,11 @@ require (
33
34
github.com/beorn7/perks v1.0.1 // indirect
34
35
github.com/blang/semver v3.5.1+incompatible // indirect
35
36
github.com/cespare/xxhash/v2 v2.1.1 // indirect
36
- github.com/containerd/go-cni v1.1.3 // indirect
37
- github.com/containernetworking/cni v1.0.1 // indirect
37
+ github.com/containerd/go-cni v1.1.5 // indirect
38
+ github.com/containernetworking/cni v1.1.0 // indirect
38
39
github.com/coredns/caddy v1.1.0 // indirect
39
40
github.com/coredns/corefile-migration v1.0.14 // indirect
40
- github.com/cosi-project/runtime v0.0.0-20211216175730-264f8fcd1a4f // indirect
41
+ github.com/cosi-project/runtime v0.0.0-20220527181155-95d06feaf8b5 // indirect
41
42
github.com/davecgh/go-spew v1.1.1 // indirect
42
43
github.com/docker/distribution v2.7.1+incompatible // indirect
43
44
github.com/drone/envsubst/v2 v2.0.0-20210730161058-179042472c46 // indirect
@@ -54,7 +55,6 @@ require (
54
55
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
55
56
github.com/golang/protobuf v1.5.2 // indirect
56
57
github.com/google/cel-go v0.9.0 // indirect
57
- github.com/google/go-cmp v0.5.7 // indirect
58
58
github.com/google/go-github/v33 v33.0.0 // indirect
59
59
github.com/google/go-querystring v1.0.0 // indirect
60
60
github.com/google/gofuzz v1.2.0 // indirect
@@ -67,7 +67,7 @@ require (
67
67
github.com/imdario/mergo v0.3.12 // indirect
68
68
github.com/josharian/intern v1.0.0 // indirect
69
69
github.com/josharian/native v1.0.0 // indirect
70
- github.com/jsimonetti/rtnetlink v1.1 .0 // indirect
70
+ github.com/jsimonetti/rtnetlink v1.2 .0 // indirect
71
71
github.com/json-iterator/go v1.1.12 // indirect
72
72
github.com/magiconair/properties v1.8.5 // indirect
73
73
github.com/mailru/easyjson v0.7.6 // indirect
@@ -93,44 +93,45 @@ require (
93
93
github.com/prometheus/procfs v0.6.0 // indirect
94
94
github.com/ryanuber/go-glob v1.0.0 // indirect
95
95
github.com/shopspring/decimal v1.2.0 // indirect
96
+ github.com/siderolabs/go-pointer v1.0.0 // indirect
96
97
github.com/spf13/afero v1.6.0 // indirect
97
98
github.com/spf13/cast v1.4.1 // indirect
98
99
github.com/spf13/jwalterweatherman v1.1.0 // indirect
99
100
github.com/spf13/viper v1.9.0 // indirect
100
101
github.com/stoewer/go-strcase v1.2.0 // indirect
101
102
github.com/stretchr/objx v0.2.0 // indirect
102
103
github.com/subosito/gotenv v1.2.0 // indirect
103
- github.com/talos-systems/go-blockdevice v0.3.1 // indirect
104
+ github.com/talos-systems/go-blockdevice v0.3.2 // indirect
104
105
github.com/talos-systems/go-debug v0.2.1 // indirect
105
106
github.com/talos-systems/net v0.3.2 // indirect
106
107
github.com/valyala/fastjson v1.6.3 // indirect
107
108
go.uber.org/atomic v1.7.0 // indirect
108
109
go.uber.org/multierr v1.7.0 // indirect
109
- go.uber.org/zap v1.19.1 // indirect
110
+ go.uber.org/zap v1.21.0 // indirect
110
111
go4.org/intern v0.0.0-20211027215823-ae77deb06f29 // indirect
111
112
go4.org/unsafe/assume-no-moving-gc v0.0.0-20211027215541-db492cf91b37 // indirect
112
113
golang.org/x/crypto v0.0.0-20210817164053-32db794688a5 // indirect
113
114
golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd // indirect
114
115
golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 // indirect
115
- golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect
116
+ golang.org/x/sync v0.0.0-20220513210516-0976fa681c29 // indirect
116
117
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect
117
118
golang.org/x/text v0.3.7 // indirect
118
119
golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac // indirect
119
120
gomodules.xyz/jsonpatch/v2 v2.2.0 // indirect
120
121
google.golang.org/appengine v1.6.7 // indirect
121
- google.golang.org/genproto v0.0.0-20220228155957-1da8797a5878 // indirect
122
- google.golang.org/grpc v1.44.0 // indirect
123
- google.golang.org/protobuf v1.27.1 // indirect
122
+ google.golang.org/genproto v0.0.0-20220531134929-86cf59382f1b // indirect
123
+ google.golang.org/grpc v1.46.2 // indirect
124
+ google.golang.org/protobuf v1.28.0 // indirect
124
125
gopkg.in/inf.v0 v0.9.1 // indirect
125
126
gopkg.in/ini.v1 v1.63.2 // indirect
126
127
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
127
- k8s.io/apiserver v0.23.0 // indirect
128
+ k8s.io/apiserver v0.23.5 // indirect
128
129
k8s.io/cluster-bootstrap v0.23.0 // indirect
129
- k8s.io/component-base v0.23.0 // indirect
130
+ k8s.io/component-base v0.23.5 // indirect
130
131
k8s.io/klog/v2 v2.30.0 // indirect
131
132
k8s.io/kube-openapi v0.0.0-20211115234752-e816edb12b65 // indirect
132
- k8s.io/utils v0.0.0-20210930125809-cb0fa318a74b // indirect
133
+ k8s.io/utils v0.0.0-20211116205334-6203023598ed // indirect
133
134
sigs.k8s.io/json v0.0.0-20211020170558-c049b76a60c6 // indirect
134
- sigs.k8s.io/structured-merge-diff/v4 v4.2.0 // indirect
135
+ sigs.k8s.io/structured-merge-diff/v4 v4.2.1 // indirect
135
136
sigs.k8s.io/yaml v1.3.0 // indirect
136
137
)
0 commit comments