File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ require (
24
24
golang.org/x/net v0.20.0
25
25
golang.org/x/time v0.5.0
26
26
google.golang.org/grpc v1.60.1
27
- google.golang.org/protobuf v1.32 .0
27
+ google.golang.org/protobuf v1.33 .0
28
28
k8s.io/api v0.29.0
29
29
k8s.io/apiextensions-apiserver v0.29.0
30
30
k8s.io/apimachinery v0.29.0
@@ -36,7 +36,6 @@ require (
36
36
k8s.io/kubernetes v1.29.0
37
37
k8s.io/pod-security-admission v0.29.0
38
38
k8s.io/utils v0.0.0-20230726121419-3b25d923346b
39
- sigs.k8s.io/structured-merge-diff/v4 v4.4.1
40
39
sigs.k8s.io/yaml v1.3.0
41
40
)
42
41
@@ -200,6 +199,7 @@ require (
200
199
k8s.io/mount-utils v0.25.0 // indirect
201
200
sigs.k8s.io/apiserver-network-proxy/konnectivity-client v0.28.0 // indirect
202
201
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
202
+ sigs.k8s.io/structured-merge-diff/v4 v4.4.1 // indirect
203
203
)
204
204
205
205
// The k8s "sub-"packages do not have 'semver' compatible versions. Thus, we
Original file line number Diff line number Diff line change @@ -2112,8 +2112,8 @@ google.golang.org/protobuf v1.28.1/go.mod h1:HV8QOd/L58Z+nl8r43ehVNZIU/HEI6OcFqw
2112
2112
google.golang.org/protobuf v1.29.1 /go.mod h1:HV8QOd/L58Z+nl8r43ehVNZIU/HEI6OcFqwMG9pJV4I =
2113
2113
google.golang.org/protobuf v1.30.0 /go.mod h1:HV8QOd/L58Z+nl8r43ehVNZIU/HEI6OcFqwMG9pJV4I =
2114
2114
google.golang.org/protobuf v1.31.0 /go.mod h1:HV8QOd/L58Z+nl8r43ehVNZIU/HEI6OcFqwMG9pJV4I =
2115
- google.golang.org/protobuf v1.32 .0 h1:pPC6BG5ex8PDFnkbrGU3EixyhKcQ2aDuBS36lqK/C7I =
2116
- google.golang.org/protobuf v1.32 .0 /go.mod h1:c6P6GXX6sHbq/GpV6MGZEdwhWPcYBgnhAHhKbcUYpos =
2115
+ google.golang.org/protobuf v1.33 .0 h1:uNO2rsAINq/JlFpSdYEKIZ0uKD/R9cpdv0T+yoGwGmI =
2116
+ google.golang.org/protobuf v1.33 .0 /go.mod h1:c6P6GXX6sHbq/GpV6MGZEdwhWPcYBgnhAHhKbcUYpos =
2117
2117
gopkg.in/alecthomas/kingpin.v2 v2.2.6 /go.mod h1:FMv+mEhP44yOT+4EoQTLFTRgOQ1FBLkstjWtayDeSgw =
2118
2118
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 /go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0 =
2119
2119
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 /go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0 =
You can’t perform that action at this time.
0 commit comments