File tree Expand file tree Collapse file tree 3 files changed +4
-7
lines changed
Expand file tree Collapse file tree 3 files changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ require (
1111 github.com/jpillora/sizestr v1.0.0
1212 github.com/mattn/go-sqlite3 v1.14.24
1313 github.com/netobserv/flowlogs-pipeline v1.7.0-community.0.20241217113023-fa0540a1658e
14- github.com/netobserv/netobserv-ebpf-agent v1.7.0-community.0.20241213165959-7e7f8c42a3f6
14+ github.com/netobserv/netobserv-ebpf-agent v1.7.0-community.0.20250204090821-47f7fcf79b7e
1515 github.com/rodaine/table v1.3.0
1616 github.com/ryankurte/go-pcapng v0.0.0-20170712041429-73fd1a63fab4
1717 github.com/sirupsen/logrus v1.9.3
@@ -115,5 +115,3 @@ require (
115115 sigs.k8s.io/structured-merge-diff/v4 v4.4.2 // indirect
116116 sigs.k8s.io/yaml v1.4.0 // indirect
117117)
118-
119- replace github.com/netobserv/netobserv-ebpf-agent => github.com/jotak/netobserv-agent v0.0.0-20250204083129-d85e44bd9ab0
Original file line number Diff line number Diff line change @@ -104,8 +104,6 @@ github.com/inconshreveable/mousetrap v1.1.0 h1:wN+x4NVGpMsO7ErUn/mUI3vEoE6Jt13X2
104104github.com/inconshreveable/mousetrap v1.1.0 /go.mod h1:vpF70FUmC8bwa3OWnCshd2FqLfsEA9PFc4w1p2J65bw =
105105github.com/josharian/intern v1.0.0 h1:vlS4z54oSdjm0bgjRigI+G1HpF+tI+9rE5LLzOg8HmY =
106106github.com/josharian/intern v1.0.0 /go.mod h1:5DoeVV0s6jJacbCEi61lwdGj/aVlrQvzHFFd8Hwg//Y =
107- github.com/jotak/netobserv-agent v0.0.0-20250204083129-d85e44bd9ab0 h1:zadCHxNxVtZo68VS1ULb4LtJ1Bl8EBEGcnaLyBrat7w =
108- github.com/jotak/netobserv-agent v0.0.0-20250204083129-d85e44bd9ab0 /go.mod h1:rxy/wNKmZ6KsiVCn8Sl5OH0/4B9oNn9nE5gCToD0QGA =
109107github.com/jpillora/backoff v1.0.0 h1:uvFg412JmmHBHw7iwprIxkPMI+sGQ4kzOWsMeHnm2EA =
110108github.com/jpillora/backoff v1.0.0 /go.mod h1:J/6gKK9jxlEcS3zixgDgUAsiuZ7yrSoa/FX5e0EB2j4 =
111109github.com/jpillora/sizestr v1.0.0 h1:4tr0FLxs1Mtq3TnsLDV+GYUWG7Q26a6s+tV5Zfw2ygw =
@@ -161,6 +159,8 @@ github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f h1:y5//uYreIhSUg3J
161159github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f /go.mod h1:ZdcZmHo+o7JKHSa8/e818NopupXU1YMK5fe1lsApnBw =
162160github.com/netobserv/flowlogs-pipeline v1.7.0-community.0.20241217113023-fa0540a1658e h1:MdCBEv8sbkhWwoKmp99oeg7eS0tRlD1FTZKRg7r5xWA =
163161github.com/netobserv/flowlogs-pipeline v1.7.0-community.0.20241217113023-fa0540a1658e /go.mod h1:P8Gf2JTrvyHpTVZs/N2M1M9nMk1Uu/uvwhVe11c3b9Y =
162+ github.com/netobserv/netobserv-ebpf-agent v1.7.0-community.0.20250204090821-47f7fcf79b7e h1:AbnCD0HwK0A+5ytMcfoHL0ptFBA1IqFLnYLVZc/5c8U =
163+ github.com/netobserv/netobserv-ebpf-agent v1.7.0-community.0.20250204090821-47f7fcf79b7e /go.mod h1:rxy/wNKmZ6KsiVCn8Sl5OH0/4B9oNn9nE5gCToD0QGA =
164164github.com/nxadm/tail v1.4.4 /go.mod h1:kenIhsEOeOJmVchQTgglprH7qJGnHDVpk1VPCcaMI8A =
165165github.com/nxadm/tail v1.4.8 h1:nPr65rt6Y5JFSKQO7qToXr7pePgD6Gwiw05lkbyAQTE =
166166github.com/nxadm/tail v1.4.8 /go.mod h1:+ncqLTQzXmGhMZNUePPaPqPvBxHAIsmXswZKocGu+AU =
Original file line number Diff line number Diff line change @@ -181,7 +181,7 @@ github.com/netobserv/flowlogs-pipeline/pkg/pipeline/utils
181181github.com/netobserv/flowlogs-pipeline/pkg/pipeline/write/grpc
182182github.com/netobserv/flowlogs-pipeline/pkg/pipeline/write/grpc/genericmap
183183github.com/netobserv/flowlogs-pipeline/pkg/utils
184- # github.com/netobserv/netobserv-ebpf-agent v1.7.0-community.0.20241213165959-7e7f8c42a3f6 => github.com/jotak/netobserv-agent v0.0.0-20250204083129-d85e44bd9ab0
184+ # github.com/netobserv/netobserv-ebpf-agent v1.7.0-community.0.20250204090821-47f7fcf79b7e
185185## explicit; go 1.23.0
186186github.com/netobserv/netobserv-ebpf-agent/pkg/utils
187187# github.com/ovn-org/libovsdb v0.7.1-0.20240820095311-ce1951614a20
@@ -824,4 +824,3 @@ sigs.k8s.io/structured-merge-diff/v4/value
824824## explicit; go 1.12
825825sigs.k8s.io/yaml
826826sigs.k8s.io/yaml/goyaml.v2
827- # github.com/netobserv/netobserv-ebpf-agent => github.com/jotak/netobserv-agent v0.0.0-20250204083129-d85e44bd9ab0
You can’t perform that action at this time.
0 commit comments