Skip to content

Commit 85e5b80

Browse files
committed
Bump ebpf agent for ovnk-lib update
1 parent 5fba26a commit 85e5b80

File tree

166 files changed

+9959
-3845
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

166 files changed

+9959
-3845
lines changed

go.mod

Lines changed: 15 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ require (
1919
github.com/netobserv/netobserv-ebpf-agent v1.6.1-crc2.0.20241008130234-a20397fb8f88
2020
github.com/netsampler/goflow2 v1.3.7
2121
github.com/pkg/errors v0.9.1
22-
github.com/prometheus/client_golang v1.20.3
22+
github.com/prometheus/client_golang v1.20.4
2323
github.com/prometheus/client_model v0.6.1
2424
github.com/prometheus/common v0.55.0
2525
github.com/segmentio/kafka-go v0.4.47
2626
github.com/sirupsen/logrus v1.9.3
27-
github.com/spf13/cobra v1.8.0
27+
github.com/spf13/cobra v1.8.1
2828
github.com/spf13/pflag v1.0.5
2929
github.com/spf13/viper v1.19.0
3030
github.com/stretchr/testify v1.9.0
@@ -33,15 +33,15 @@ require (
3333
go.opentelemetry.io/otel v1.31.0
3434
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v1.29.0
3535
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp v1.29.0
36-
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.26.0
37-
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.25.0
36+
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.28.0
37+
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.27.0
3838
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.26.0
3939
go.opentelemetry.io/otel/metric v1.31.0
4040
go.opentelemetry.io/otel/sdk v1.29.0
4141
go.opentelemetry.io/otel/sdk/metric v1.29.0
4242
golang.org/x/net v0.28.0
4343
google.golang.org/grpc v1.67.1
44-
google.golang.org/protobuf v1.34.2
44+
google.golang.org/protobuf v1.35.1
4545
gopkg.in/yaml.v2 v2.4.0
4646
k8s.io/api v0.31.1
4747
k8s.io/apimachinery v0.31.1
@@ -60,7 +60,7 @@ require (
6060
github.com/containernetworking/cni v1.1.2 // indirect
6161
github.com/containernetworking/plugins v1.2.0 // indirect
6262
github.com/coreos/go-iptables v0.6.0 // indirect
63-
github.com/cpuguy83/go-md2man/v2 v2.0.3 // indirect
63+
github.com/cpuguy83/go-md2man/v2 v2.0.4 // indirect
6464
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
6565
github.com/dustin/go-humanize v1.0.1 // indirect
6666
github.com/emicklei/go-restful/v3 v3.11.0 // indirect
@@ -123,21 +123,22 @@ require (
123123
github.com/spf13/cast v1.6.0 // indirect
124124
github.com/stretchr/objx v0.5.2 // indirect
125125
github.com/subosito/gotenv v1.6.0 // indirect
126-
github.com/urfave/cli/v2 v2.2.0 // indirect
126+
github.com/urfave/cli/v2 v2.27.2 // indirect
127127
github.com/vishvananda/netlink v1.3.0 // indirect
128128
github.com/vishvananda/netns v0.0.4 // indirect
129129
github.com/x448/float16 v0.8.4 // indirect
130130
github.com/xdg-go/pbkdf2 v1.0.0 // indirect
131131
github.com/xdg-go/scram v1.1.2 // indirect
132132
github.com/xdg-go/stringprep v1.0.4 // indirect
133+
github.com/xrash/smetrics v0.0.0-20240312152122-5f08fbb34913 // indirect
133134
go.opentelemetry.io/otel/trace v1.31.0 // indirect
134135
go.opentelemetry.io/proto/otlp v1.3.1 // indirect
135136
go.uber.org/atomic v1.9.0 // indirect
136137
go.uber.org/multierr v1.11.0 // indirect
137138
golang.org/x/crypto v0.26.0 // indirect
138139
golang.org/x/exp v0.0.0-20240506185415-9bf2ced13842 // indirect
139140
golang.org/x/oauth2 v0.22.0 // indirect
140-
golang.org/x/sys v0.25.0 // indirect
141+
golang.org/x/sys v0.26.0 // indirect
141142
golang.org/x/term v0.23.0 // indirect
142143
golang.org/x/text v0.17.0 // indirect
143144
golang.org/x/time v0.5.0 // indirect
@@ -149,12 +150,12 @@ require (
149150
gopkg.in/natefinch/lumberjack.v2 v2.2.1 // indirect
150151
gopkg.in/warnings.v0 v0.1.2 // indirect
151152
gopkg.in/yaml.v3 v3.0.1 // indirect
152-
k8s.io/component-base v0.30.2 // indirect
153+
k8s.io/component-base v0.31.1 // indirect
153154
k8s.io/klog/v2 v2.130.1 // indirect
154155
k8s.io/kube-openapi v0.0.0-20240228011516-70dd3763d340 // indirect
155156
k8s.io/utils v0.0.0-20240711033017-18e509b52bc8 // indirect
156157
lukechampine.com/uint128 v1.2.0 // indirect
157-
sigs.k8s.io/controller-runtime v0.18.4 // indirect
158+
sigs.k8s.io/controller-runtime v0.19.0 // indirect
158159
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
159160
sigs.k8s.io/structured-merge-diff/v4 v4.4.1 // indirect
160161
sigs.k8s.io/yaml v1.4.0 // indirect
@@ -167,3 +168,7 @@ require (
167168
)
168169

169170
replace github.com/prometheus/common v0.46.0 => github.com/netobserv/prometheus-common v0.46.0-netobserv
171+
172+
replace github.com/ovn-org/ovn-kubernetes/go-controller => github.com/jotak/ovn-kubernetes/go-controller v0.0.0-20241113125023-088b4a3228a8
173+
174+
replace github.com/netobserv/netobserv-ebpf-agent => github.com/msherif1234/netobserv-ebpf-agent v0.0.0-20241114120852-c80223819852

go.sum

Lines changed: 60 additions & 31 deletions
Large diffs are not rendered by default.

vendor/github.com/cpuguy83/go-md2man/v2/md2man/roff.go

Lines changed: 62 additions & 28 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/netobserv/netobserv-ebpf-agent/pkg/decode/decode_protobuf.go

Lines changed: 1 addition & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/netobserv/netobserv-ebpf-agent/pkg/model/record.go

Lines changed: 4 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)