@@ -8,9 +8,9 @@ require (
8
8
github.com/go-logr/logr v0.4.0
9
9
github.com/spf13/pflag v1.0.5
10
10
github.com/stretchr/testify v1.7.0
11
- github.com/talos-systems/crypto v0.3.2
12
- github.com/talos-systems/talos/pkg/machinery v0.12.3
13
- golang.org/x/sys v0.0.0-20210817190340-bfb29a6856f2
11
+ github.com/talos-systems/crypto v0.3.4
12
+ github.com/talos-systems/talos/pkg/machinery v0.13.0
13
+ golang.org/x/sys v0.0.0-20210927094055-39ccf1dd6fa6
14
14
gopkg.in/yaml.v2 v2.4.0
15
15
k8s.io/api v0.21.4
16
16
k8s.io/apiextensions-apiserver v0.21.4
@@ -26,9 +26,9 @@ require (
26
26
github.com/beorn7/perks v1.0.1 // indirect
27
27
github.com/blang/semver v3.5.1+incompatible // indirect
28
28
github.com/cespare/xxhash/v2 v2.1.1 // indirect
29
- github.com/containerd/go-cni v1.0.2 // indirect
30
- github.com/containernetworking/cni v0.8 .1 // indirect
31
- github.com/cosi-project/runtime v0.0.0-20210707150857-25f235cd0682 // indirect
29
+ github.com/containerd/go-cni v1.1.0 // indirect
30
+ github.com/containernetworking/cni v1.0 .1 // indirect
31
+ github.com/cosi-project/runtime v0.0.0-20210906201716-5cb7f5002d77 // indirect
32
32
github.com/davecgh/go-spew v1.1.1 // indirect
33
33
github.com/docker/distribution v2.7.1+incompatible // indirect
34
34
github.com/drone/envsubst/v2 v2.0.0-20210615175204-7bf45dbf5372 // indirect
@@ -52,7 +52,7 @@ require (
52
52
github.com/hashicorp/hcl v1.0.0 // indirect
53
53
github.com/imdario/mergo v0.3.12 // indirect
54
54
github.com/josharian/native v0.0.0-20200817173448-b6b71def0850 // indirect
55
- github.com/jsimonetti/rtnetlink v0.0.0-20210614053835-9c52e516c709 // indirect
55
+ github.com/jsimonetti/rtnetlink v0.0.0-20210922080037-435639c8e6a8 // indirect
56
56
github.com/json-iterator/go v1.1.11 // indirect
57
57
github.com/magiconair/properties v1.8.5 // indirect
58
58
github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 // indirect
@@ -79,7 +79,8 @@ require (
79
79
github.com/spf13/jwalterweatherman v1.1.0 // indirect
80
80
github.com/spf13/viper v1.8.1 // indirect
81
81
github.com/subosito/gotenv v1.2.0 // indirect
82
- github.com/talos-systems/go-blockdevice v0.2.3 // indirect
82
+ github.com/talos-systems/go-blockdevice v0.2.4 // indirect
83
+ github.com/talos-systems/go-debug v0.2.1 // indirect
83
84
github.com/talos-systems/net v0.3.0 // indirect
84
85
go.uber.org/atomic v1.7.0 // indirect
85
86
go.uber.org/multierr v1.7.0 // indirect
@@ -92,8 +93,8 @@ require (
92
93
golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac // indirect
93
94
gomodules.xyz/jsonpatch/v2 v2.2.0 // indirect
94
95
google.golang.org/appengine v1.6.7 // indirect
95
- google.golang.org/genproto v0.0.0-20210722135532-667f2b7c528f // indirect
96
- google.golang.org/grpc v1.40 .0 // indirect
96
+ google.golang.org/genproto v0.0.0-20210924002016-3dee208752a0 // indirect
97
+ google.golang.org/grpc v1.41 .0 // indirect
97
98
google.golang.org/protobuf v1.27.1 // indirect
98
99
gopkg.in/inf.v0 v0.9.1 // indirect
99
100
gopkg.in/ini.v1 v1.62.0 // indirect
0 commit comments