@@ -8,9 +8,9 @@ require (
8
8
github.com/go-logr/logr v0.1.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-20210630005230-0f9fa26af87c
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.17.9
16
16
k8s.io/apiextensions-apiserver v0.17.9
@@ -25,9 +25,9 @@ require (
25
25
github.com/beorn7/perks v1.0.1 // indirect
26
26
github.com/blang/semver v3.5.1+incompatible // indirect
27
27
github.com/cespare/xxhash/v2 v2.1.1 // indirect
28
- github.com/containerd/go-cni v1.0.2 // indirect
29
- github.com/containernetworking/cni v0.8 .1 // indirect
30
- github.com/cosi-project/runtime v0.0.0-20210707150857-25f235cd0682 // indirect
28
+ github.com/containerd/go-cni v1.1.0 // indirect
29
+ github.com/containernetworking/cni v1.0 .1 // indirect
30
+ github.com/cosi-project/runtime v0.0.0-20210906201716-5cb7f5002d77 // indirect
31
31
github.com/davecgh/go-spew v1.1.1 // indirect
32
32
github.com/docker/distribution v2.7.1+incompatible // indirect
33
33
github.com/drone/envsubst v1.0.3-0.20200709223903-efdb65b94e5a // indirect
@@ -51,10 +51,10 @@ require (
51
51
github.com/hashicorp/hcl v1.0.0 // indirect
52
52
github.com/imdario/mergo v0.3.9 // indirect
53
53
github.com/josharian/native v0.0.0-20200817173448-b6b71def0850 // indirect
54
- github.com/jsimonetti/rtnetlink v0.0.0-20210614053835-9c52e516c709 // indirect
55
- github.com/json-iterator/go v1.1.10 // indirect
56
- github.com/magiconair/properties v1.8.1 // indirect
57
- github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
54
+ github.com/jsimonetti/rtnetlink v0.0.0-20210922080037-435639c8e6a8 // indirect
55
+ github.com/json-iterator/go v1.1.11 // indirect
56
+ github.com/magiconair/properties v1.8.5 // indirect
57
+ github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 // indirect
58
58
github.com/mdlayher/ethtool v0.0.0-20210210192532-2b88debcdd43 // indirect
59
59
github.com/mdlayher/genetlink v1.0.0 // indirect
60
60
github.com/mdlayher/netlink v1.4.1 // indirect
@@ -78,7 +78,8 @@ require (
78
78
github.com/spf13/jwalterweatherman v1.0.0 // indirect
79
79
github.com/spf13/viper v1.6.2 // indirect
80
80
github.com/subosito/gotenv v1.2.0 // indirect
81
- github.com/talos-systems/go-blockdevice v0.2.3 // indirect
81
+ github.com/talos-systems/go-blockdevice v0.2.4 // indirect
82
+ github.com/talos-systems/go-debug v0.2.1 // indirect
82
83
github.com/talos-systems/net v0.3.0 // indirect
83
84
go.uber.org/atomic v1.7.0 // indirect
84
85
go.uber.org/multierr v1.7.0 // indirect
@@ -87,11 +88,11 @@ require (
87
88
golang.org/x/net v0.0.0-20210525063256-abc453219eb5 // indirect
88
89
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d // indirect
89
90
golang.org/x/text v0.3.6 // indirect
90
- golang.org/x/time v0.0.0-20191024005414-555d28b269f0 // indirect
91
- gomodules.xyz/jsonpatch/v2 v2.0.1 // indirect
92
- google.golang.org/appengine v1.6.6 // indirect
93
- google.golang.org/genproto v0.0.0-20210722135532-667f2b7c528f // indirect
94
- google.golang.org/grpc v1.40 .0 // indirect
91
+ golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac // indirect
92
+ gomodules.xyz/jsonpatch/v2 v2.2.0 // indirect
93
+ google.golang.org/appengine v1.6.7 // indirect
94
+ google.golang.org/genproto v0.0.0-20210924002016-3dee208752a0 // indirect
95
+ google.golang.org/grpc v1.41 .0 // indirect
95
96
google.golang.org/protobuf v1.27.1 // indirect
96
97
gopkg.in/fsnotify.v1 v1.4.7 // indirect
97
98
gopkg.in/inf.v0 v0.9.1 // indirect
0 commit comments