Skip to content

Commit 006bace

Browse files
authored
update dependencies (#624)
1 parent 98c3624 commit 006bace

File tree

2 files changed

+32
-420
lines changed

2 files changed

+32
-420
lines changed

go.mod

+10-10
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ require (
1919
github.com/thoas/go-funk v0.9.2
2020
github.com/xeipuuv/gojsonschema v1.2.0
2121
gopkg.in/yaml.v3 v3.0.1
22-
k8s.io/api v0.24.4
23-
k8s.io/apimachinery v0.24.4
24-
k8s.io/client-go v0.24.4
22+
k8s.io/api v0.25.0
23+
k8s.io/apimachinery v0.25.0
24+
k8s.io/client-go v0.25.0
2525
k8s.io/klog/v2 v2.70.1
2626
sigs.k8s.io/controller-runtime v0.12.3
2727
)
@@ -35,7 +35,7 @@ require (
3535
github.com/Azure/go-autorest/logger v0.2.1 // indirect
3636
github.com/Azure/go-autorest/tracing v0.6.0 // indirect
3737
github.com/Microsoft/go-winio v0.5.2 // indirect
38-
github.com/ProtonMail/go-crypto v0.0.0-20220819155348-b76dceea2ffa // indirect
38+
github.com/ProtonMail/go-crypto v0.0.0-20220824120805-4b6e5c587895 // indirect
3939
github.com/acomagu/bufpipe v1.0.3 // indirect
4040
github.com/cloudflare/circl v1.2.0 // indirect
4141
github.com/emicklei/go-restful/v3 v3.9.0 // indirect
@@ -70,14 +70,14 @@ require (
7070
github.com/pmezard/go-difflib v1.0.0 // indirect
7171
github.com/tcnksm/go-gitconfig v0.1.2 // indirect
7272
github.com/ulikunitz/xz v0.5.10 // indirect
73-
github.com/xanzy/ssh-agent v0.3.1 // indirect
73+
github.com/xanzy/ssh-agent v0.3.2 // indirect
7474
github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect
7575
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
7676
github.com/xo/terminfo v0.0.0-20210125001918-ca9a967f8778 // indirect
77-
golang.org/x/crypto v0.0.0-20220817201139-bc19a97f63c8 // indirect
78-
golang.org/x/net v0.0.0-20220812174116-3211cb980234 // indirect
79-
golang.org/x/oauth2 v0.0.0-20220808172628-8227340efae7 // indirect
80-
golang.org/x/sys v0.0.0-20220818161305-2296e01440c6 // indirect
77+
golang.org/x/crypto v0.0.0-20220826181053-bd7e27e6170d // indirect
78+
golang.org/x/net v0.0.0-20220826154423-83b083e8dc8b // indirect
79+
golang.org/x/oauth2 v0.0.0-20220822191816-0ebed06d0094 // indirect
80+
golang.org/x/sys v0.0.0-20220825204002-c680a09ffe64 // indirect
8181
golang.org/x/term v0.0.0-20220722155259-a9ba230a4035 // indirect
8282
golang.org/x/text v0.3.7 // indirect
8383
golang.org/x/time v0.0.0-20220722155302-e5dcc9cfc0b9 // indirect
@@ -87,7 +87,7 @@ require (
8787
gopkg.in/warnings.v0 v0.1.2 // indirect
8888
gopkg.in/yaml.v2 v2.4.0 // indirect
8989
k8s.io/kube-openapi v0.0.0-20220803164354-a70c9af30aea // indirect
90-
k8s.io/utils v0.0.0-20220812165043-ad590609e2e5 // indirect
90+
k8s.io/utils v0.0.0-20220823124924-e9cbc92d1a73 // indirect
9191
sigs.k8s.io/json v0.0.0-20220713155537-f223a00ba0e2 // indirect
9292
sigs.k8s.io/structured-merge-diff/v4 v4.2.3 // indirect
9393
sigs.k8s.io/yaml v1.3.0 // indirect

0 commit comments

Comments
 (0)