@@ -11,13 +11,13 @@ require (
11
11
github.com/pkg/errors v0.9.1
12
12
github.com/spf13/pflag v1.0.5
13
13
github.com/tinkerbell/rufio v0.0.0-20220601004315-4dc2085adc8e
14
- github.com/tinkerbell/tink v0.0.0-20220524234633-0a800a4b5e25
14
+ github.com/tinkerbell/tink v0.7.0
15
15
k8s.io/api v0.25.0
16
16
k8s.io/apimachinery v0.25.0
17
17
k8s.io/client-go v0.25.0
18
18
k8s.io/component-base v0.25.0
19
19
k8s.io/klog/v2 v2.70.1
20
- k8s.io/utils v0.0.0-20220728103510-ee6ede2d64ed
20
+ k8s.io/utils v0.0.0-20220823124924-e9cbc92d1a73
21
21
sigs.k8s.io/cluster-api v1.2.1
22
22
sigs.k8s.io/controller-runtime v0.12.3
23
23
sigs.k8s.io/controller-tools v0.8.0
@@ -26,9 +26,7 @@ require (
26
26
)
27
27
28
28
require (
29
- github.com/PuerkitoBio/purell v1.1.1 // indirect
30
- github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578 // indirect
31
- github.com/asaskevich/govalidator v0.0.0-20190424111038-f61b66f89f4a // indirect
29
+ github.com/asaskevich/govalidator v0.0.0-20210307081110-f21760c49a8d // indirect
32
30
github.com/beorn7/perks v1.0.1 // indirect
33
31
github.com/blang/semver v3.5.1+incompatible // indirect
34
32
github.com/cespare/xxhash/v2 v2.1.2 // indirect
@@ -37,30 +35,30 @@ require (
37
35
github.com/davecgh/go-spew v1.1.1 // indirect
38
36
github.com/docker/distribution v2.8.1+incompatible // indirect
39
37
github.com/emicklei/go-restful/v3 v3.8.0 // indirect
40
- github.com/evanphx/json-patch v4.12 .0+incompatible // indirect
38
+ github.com/evanphx/json-patch v5.6 .0+incompatible // indirect
41
39
github.com/evanphx/json-patch/v5 v5.6.0 // indirect
42
40
github.com/fatih/color v1.13.0 // indirect
43
41
github.com/fsnotify/fsnotify v1.5.4 // indirect
44
- github.com/go-errors/errors v1.0.1 // indirect
42
+ github.com/go-errors/errors v1.4.2 // indirect
45
43
github.com/go-openapi/jsonpointer v0.19.5 // indirect
46
- github.com/go-openapi/jsonreference v0.19.5 // indirect
47
- github.com/go-openapi/swag v0.19.15 // indirect
44
+ github.com/go-openapi/jsonreference v0.20.0 // indirect
45
+ github.com/go-openapi/swag v0.22.3 // indirect
48
46
github.com/go-task/slim-sprig v0.0.0-20210107165309-348f09dbbbc0 // indirect
49
47
github.com/gobuffalo/flect v0.2.5 // indirect
50
48
github.com/gogo/protobuf v1.3.2 // indirect
51
49
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
52
50
github.com/golang/protobuf v1.5.2 // indirect
53
- github.com/google/gnostic v0.5.7-v3refs // indirect
51
+ github.com/google/gnostic v0.6.9 // indirect
54
52
github.com/google/gofuzz v1.2.0 // indirect
55
53
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
56
- github.com/imdario/mergo v0.3.12 // indirect
57
- github.com/inconshreveable/mousetrap v1.0.0 // indirect
54
+ github.com/imdario/mergo v0.3.13 // indirect
55
+ github.com/inconshreveable/mousetrap v1.0.1 // indirect
58
56
github.com/josharian/intern v1.0.0 // indirect
59
57
github.com/json-iterator/go v1.1.12 // indirect
60
58
github.com/kr/pretty v0.3.0 // indirect
61
59
github.com/mailru/easyjson v0.7.7 // indirect
62
- github.com/mattn/go-colorable v0.1.12 // indirect
63
- github.com/mattn/go-isatty v0.0.14 // indirect
60
+ github.com/mattn/go-colorable v0.1.13 // indirect
61
+ github.com/mattn/go-isatty v0.0.16 // indirect
64
62
github.com/mattn/go-runewidth v0.0.13 // indirect
65
63
github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 // indirect
66
64
github.com/mitchellh/mapstructure v1.5.0 // indirect
@@ -75,30 +73,30 @@ require (
75
73
github.com/prometheus/client_model v0.2.0 // indirect
76
74
github.com/prometheus/common v0.32.1 // indirect
77
75
github.com/prometheus/procfs v0.7.3 // indirect
78
- github.com/rivo/uniseg v0.2.0 // indirect
79
- github.com/rogpeppe/go-internal v1.6.2 // indirect
76
+ github.com/rivo/uniseg v0.3.4 // indirect
77
+ github.com/rogpeppe/go-internal v1.8.1 // indirect
80
78
github.com/spf13/cobra v1.5.0 // indirect
81
79
github.com/xlab/treeprint v1.1.0 // indirect
82
80
go.starlark.net v0.0.0-20200306205701-8dd3e2ee1dd5 // indirect
83
81
golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4 // indirect
84
- golang.org/x/net v0.0.0-20220722155237-a158d28d115b // indirect
82
+ golang.org/x/net v0.0.0-20220826154423-83b083e8dc8b // indirect
85
83
golang.org/x/oauth2 v0.0.0-20220608161450-d0670ef3b1eb // indirect
86
- golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f // indirect
87
- golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect
84
+ golang.org/x/sys v0.0.0-20220829200755-d48e67d00261 // indirect
85
+ golang.org/x/term v0.0.0-20220722155259-a9ba230a4035 // indirect
88
86
golang.org/x/text v0.3.7 // indirect
89
87
golang.org/x/time v0.0.0-20220210224613-90d013bbcef8 // indirect
90
88
golang.org/x/tools v0.1.12 // indirect
91
89
gomodules.xyz/jsonpatch/v2 v2.2.0 // indirect
92
90
google.golang.org/appengine v1.6.7 // indirect
93
- google.golang.org/protobuf v1.28.0 // indirect
94
- gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
91
+ google.golang.org/genproto v0.0.0-20220829175752-36a9c930ecbf // indirect
92
+ google.golang.org/protobuf v1.28.1 // indirect
95
93
gopkg.in/inf.v0 v0.9.1 // indirect
96
94
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
97
95
gopkg.in/yaml.v2 v2.4.0 // indirect
98
96
gopkg.in/yaml.v3 v3.0.1 // indirect
99
- k8s.io/apiextensions-apiserver v0.24.2 // indirect
97
+ k8s.io/apiextensions-apiserver v0.25.0 // indirect
100
98
k8s.io/cluster-bootstrap v0.24.0 // indirect
101
- k8s.io/kube-openapi v0.0.0-20220803162953-67bda5d908f1 // indirect
99
+ k8s.io/kube-openapi v0.0.0-20220803164354-a70c9af30aea // indirect
102
100
sigs.k8s.io/json v0.0.0-20220713155537-f223a00ba0e2 // indirect
103
101
sigs.k8s.io/kustomize/api v0.12.1 // indirect
104
102
sigs.k8s.io/kustomize/cmd/config v0.10.9 // indirect
0 commit comments