Skip to content

Commit e8475ec

Browse files
committed
use released agent
1 parent 3090df5 commit e8475ec

File tree

3 files changed

+4
-7
lines changed

3 files changed

+4
-7
lines changed

go.mod

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff 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

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,6 @@ github.com/inconshreveable/mousetrap v1.1.0 h1:wN+x4NVGpMsO7ErUn/mUI3vEoE6Jt13X2
104104
github.com/inconshreveable/mousetrap v1.1.0/go.mod h1:vpF70FUmC8bwa3OWnCshd2FqLfsEA9PFc4w1p2J65bw=
105105
github.com/josharian/intern v1.0.0 h1:vlS4z54oSdjm0bgjRigI+G1HpF+tI+9rE5LLzOg8HmY=
106106
github.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=
109107
github.com/jpillora/backoff v1.0.0 h1:uvFg412JmmHBHw7iwprIxkPMI+sGQ4kzOWsMeHnm2EA=
110108
github.com/jpillora/backoff v1.0.0/go.mod h1:J/6gKK9jxlEcS3zixgDgUAsiuZ7yrSoa/FX5e0EB2j4=
111109
github.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
161159
github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f/go.mod h1:ZdcZmHo+o7JKHSa8/e818NopupXU1YMK5fe1lsApnBw=
162160
github.com/netobserv/flowlogs-pipeline v1.7.0-community.0.20241217113023-fa0540a1658e h1:MdCBEv8sbkhWwoKmp99oeg7eS0tRlD1FTZKRg7r5xWA=
163161
github.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=
164164
github.com/nxadm/tail v1.4.4/go.mod h1:kenIhsEOeOJmVchQTgglprH7qJGnHDVpk1VPCcaMI8A=
165165
github.com/nxadm/tail v1.4.8 h1:nPr65rt6Y5JFSKQO7qToXr7pePgD6Gwiw05lkbyAQTE=
166166
github.com/nxadm/tail v1.4.8/go.mod h1:+ncqLTQzXmGhMZNUePPaPqPvBxHAIsmXswZKocGu+AU=

vendor/modules.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ github.com/netobserv/flowlogs-pipeline/pkg/pipeline/utils
181181
github.com/netobserv/flowlogs-pipeline/pkg/pipeline/write/grpc
182182
github.com/netobserv/flowlogs-pipeline/pkg/pipeline/write/grpc/genericmap
183183
github.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
186186
github.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
825825
sigs.k8s.io/yaml
826826
sigs.k8s.io/yaml/goyaml.v2
827-
# github.com/netobserv/netobserv-ebpf-agent => github.com/jotak/netobserv-agent v0.0.0-20250204083129-d85e44bd9ab0

0 commit comments

Comments
 (0)