1
1
module github.com/siderolabs/cluster-api-bootstrap-provider-talos
2
2
3
- go 1.19
3
+ go 1.20
4
4
5
5
require (
6
6
github.com/evanphx/json-patch v5.6.0+incompatible
7
7
github.com/go-logr/logr v1.2.3
8
8
github.com/google/go-cmp v0.5.9
9
9
github.com/siderolabs/crypto v0.4.0
10
10
github.com/siderolabs/go-pointer v1.0.0
11
- github.com/siderolabs/talos/pkg/machinery v1.3.0
11
+ github.com/siderolabs/talos/pkg/machinery v1.4.0-alpha.3
12
12
github.com/spf13/pflag v1.0.5
13
- github.com/stretchr/testify v1.8.1
14
- golang.org/x/sys v0.3 .0
13
+ github.com/stretchr/testify v1.8.2
14
+ golang.org/x/sys v0.6 .0
15
15
gopkg.in/yaml.v2 v2.4.0
16
16
k8s.io/api v0.25.0
17
17
k8s.io/apiextensions-apiserver v0.25.0
18
18
k8s.io/apimachinery v0.25.0
19
19
k8s.io/client-go v0.25.0
20
- sigs.k8s.io/cluster-api v1.3.1
20
+ sigs.k8s.io/cluster-api v1.3.5
21
21
sigs.k8s.io/controller-runtime v0.13.1
22
22
)
23
23
@@ -32,14 +32,14 @@ require (
32
32
github.com/blang/semver v3.5.1+incompatible // indirect
33
33
github.com/blang/semver/v4 v4.0.0 // indirect
34
34
github.com/cespare/xxhash/v2 v2.1.2 // indirect
35
- github.com/containerd/go-cni v1.1.7 // indirect
35
+ github.com/containerd/go-cni v1.1.9 // indirect
36
36
github.com/containernetworking/cni v1.1.2 // indirect
37
37
github.com/coredns/caddy v1.1.0 // indirect
38
- github.com/coredns/corefile-migration v1.0.18 // indirect
38
+ github.com/coredns/corefile-migration v1.0.20 // indirect
39
39
github.com/davecgh/go-spew v1.1.1 // indirect
40
40
github.com/docker/distribution v2.8.1+incompatible // indirect
41
41
github.com/drone/envsubst/v2 v2.0.0-20210730161058-179042472c46 // indirect
42
- github.com/dustin/go-humanize v1.0.0 // indirect
42
+ github.com/dustin/go-humanize v1.0.1 // indirect
43
43
github.com/emicklei/go-restful/v3 v3.9.0 // indirect
44
44
github.com/evanphx/json-patch/v5 v5.6.0 // indirect
45
45
github.com/fsnotify/fsnotify v1.6.0 // indirect
@@ -51,7 +51,7 @@ require (
51
51
github.com/gobuffalo/flect v0.3.0 // indirect
52
52
github.com/gogo/protobuf v1.3.2 // indirect
53
53
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
54
- github.com/golang/protobuf v1.5.2 // indirect
54
+ github.com/golang/protobuf v1.5.3 // indirect
55
55
github.com/google/cel-go v0.12.4 // indirect
56
56
github.com/google/gnostic v0.6.9 // indirect
57
57
github.com/google/go-github/v45 v45.2.0 // indirect
@@ -65,14 +65,14 @@ require (
65
65
github.com/imdario/mergo v0.3.13 // indirect
66
66
github.com/josharian/intern v1.0.0 // indirect
67
67
github.com/josharian/native v1.0.0 // indirect
68
- github.com/jsimonetti/rtnetlink v1.3.0 // indirect
68
+ github.com/jsimonetti/rtnetlink v1.3.1 // indirect
69
69
github.com/json-iterator/go v1.1.12 // indirect
70
70
github.com/magiconair/properties v1.8.6 // indirect
71
71
github.com/mailru/easyjson v0.7.7 // indirect
72
72
github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 // indirect
73
- github.com/mdlayher/ethtool v0.0.0-20220830195143-0e16326d06d1 // indirect
74
- github.com/mdlayher/genetlink v1.2.0 // indirect
75
- github.com/mdlayher/netlink v1.7.0 // indirect
73
+ github.com/mdlayher/ethtool v0.0.0-20221212131811-ba3b4bc2e02c // indirect
74
+ github.com/mdlayher/genetlink v1.3.1 // indirect
75
+ github.com/mdlayher/netlink v1.7.1 // indirect
76
76
github.com/mdlayher/socket v0.4.0 // indirect
77
77
github.com/mitchellh/copystructure v1.2.0 // indirect
78
78
github.com/mitchellh/mapstructure v1.5.0 // indirect
@@ -93,8 +93,8 @@ require (
93
93
github.com/prometheus/procfs v0.8.0 // indirect
94
94
github.com/ryanuber/go-glob v1.0.0 // indirect
95
95
github.com/shopspring/decimal v1.3.1 // indirect
96
- github.com/siderolabs/gen v0.4.1 // indirect
97
- github.com/siderolabs/go-blockdevice v0.4.1 // indirect
96
+ github.com/siderolabs/gen v0.4.3 // indirect
97
+ github.com/siderolabs/go-blockdevice v0.4.3 // indirect
98
98
github.com/siderolabs/go-debug v0.2.2 // indirect
99
99
github.com/siderolabs/net v0.4.0 // indirect
100
100
github.com/spf13/afero v1.9.2 // indirect
@@ -106,18 +106,18 @@ require (
106
106
github.com/valyala/fastjson v1.6.3 // indirect
107
107
go.uber.org/atomic v1.10.0 // indirect
108
108
go.uber.org/multierr v1.8.0 // indirect
109
- go.uber.org/zap v1.23 .0 // indirect
109
+ go.uber.org/zap v1.24 .0 // indirect
110
110
golang.org/x/crypto v0.3.0 // indirect
111
- golang.org/x/net v0.2 .0 // indirect
111
+ golang.org/x/net v0.8 .0 // indirect
112
112
golang.org/x/oauth2 v0.0.0-20220909003341-f21342109be1 // indirect
113
113
golang.org/x/sync v0.1.0 // indirect
114
- golang.org/x/term v0.2 .0 // indirect
115
- golang.org/x/text v0.5 .0 // indirect
114
+ golang.org/x/term v0.6 .0 // indirect
115
+ golang.org/x/text v0.8 .0 // indirect
116
116
golang.org/x/time v0.0.0-20220722155302-e5dcc9cfc0b9 // indirect
117
117
gomodules.xyz/jsonpatch/v2 v2.2.0 // indirect
118
118
google.golang.org/appengine v1.6.7 // indirect
119
- google.golang.org/genproto v0.0.0-20221118155620-16455021b5e6 // indirect
120
- google.golang.org/protobuf v1.28.1 // indirect
119
+ google.golang.org/genproto v0.0.0-20230320184635-7606e756e683 // indirect
120
+ google.golang.org/protobuf v1.30.0 // indirect
121
121
gopkg.in/inf.v0 v0.9.1 // indirect
122
122
gopkg.in/ini.v1 v1.67.0 // indirect
123
123
gopkg.in/yaml.v3 v3.0.1 // indirect
0 commit comments