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 @@ -39,7 +39,7 @@ require (
39
39
golang.org/x/sys v0.35.0
40
40
google.golang.org/genproto/googleapis/rpc v0.0.0-20250528174236-200df99c418a // indirect
41
41
google.golang.org/grpc v1.74.2
42
- google.golang.org/protobuf v1.36.7
42
+ google.golang.org/protobuf v1.36.8
43
43
gopkg.in/natefinch/lumberjack.v2 v2.2.1
44
44
k8s.io/api v0.30.14
45
45
k8s.io/apiextensions-apiserver v0.30.1
@@ -127,6 +127,7 @@ require (
127
127
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/network/armnetwork/v5 v5.2.0
128
128
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/resources/armresources v1.2.0
129
129
github.com/cilium/cilium v1.15.16
130
+ github.com/cilium/ebpf v0.16.0
130
131
github.com/jsternberg/zap-logfmt v1.3.0
131
132
golang.org/x/sync v0.16.0
132
133
gotest.tools/v3 v3.5.2
@@ -145,7 +146,6 @@ require (
145
146
github.com/blang/semver/v4 v4.0.0 // indirect
146
147
github.com/cenkalti/backoff/v4 v4.3.0 // indirect
147
148
github.com/checkpoint-restore/go-criu/v6 v6.3.0 // indirect
148
- github.com/cilium/ebpf v0.16.0 // indirect
149
149
github.com/cilium/proxy v0.0.0-20231202123106-38b645b854f3 // indirect
150
150
github.com/container-storage-interface/spec v1.8.0 // indirect
151
151
github.com/containerd/cgroups v1.1.0 // indirect
Original file line number Diff line number Diff line change @@ -714,8 +714,8 @@ google.golang.org/protobuf v1.23.1-0.20200526195155-81db48ad09cc/go.mod h1:EGpAD
714
714
google.golang.org/protobuf v1.25.0 /go.mod h1:9JNX74DMeImyA3h4bdi1ymwjUzf21/xIlbajtzgsN7c =
715
715
google.golang.org/protobuf v1.26.0-rc.1 /go.mod h1:jlhhOSvTdKEhbULTjvd4ARK9grFBp09yW+WbY/TyQbw =
716
716
google.golang.org/protobuf v1.28.1 /go.mod h1:HV8QOd/L58Z+nl8r43ehVNZIU/HEI6OcFqwMG9pJV4I =
717
- google.golang.org/protobuf v1.36.7 h1:IgrO7UwFQGJdRNXH/sQux4R1Dj1WAKcLElzeeRaXV2A =
718
- google.golang.org/protobuf v1.36.7 /go.mod h1:jduwjTPXsFjZGTmRluh+L6NjiWu7pchiJ2/5YcXBHnY =
717
+ google.golang.org/protobuf v1.36.8 h1:xHScyCOEuuwZEc6UtSOvPbAT4zRh0xcNRYekJwfqyMc =
718
+ google.golang.org/protobuf v1.36.8 /go.mod h1:fuxRtAxBytpl4zzqUh6/eyUujkJdNiuEkXntxiD/uRU =
719
719
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 /go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0 =
720
720
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 /go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0 =
721
721
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f /go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0 =
You can’t perform that action at this time.
0 commit comments