Skip to content

Commit 8725feb

Browse files
committed
update flp to latest agent PR
Signed-off-by: Mohamed Mahmoud <[email protected]>
1 parent e9664e7 commit 8725feb

File tree

15 files changed

+81
-46
lines changed

15 files changed

+81
-46
lines changed

go.mod

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,11 @@ require (
1616
github.com/mitchellh/mapstructure v1.5.0
1717
github.com/netobserv/gopipes v0.3.0
1818
github.com/netobserv/loki-client-go v0.0.0-20220927092034-f37122a54500
19+
<<<<<<< HEAD
1920
github.com/netobserv/netobserv-ebpf-agent v1.7.0-community.0.20241213131924-a76ccd3fceb0
21+
=======
22+
github.com/netobserv/netobserv-ebpf-agent v1.7.0-community.0.20241212073613-70003f209b56
23+
>>>>>>> 5304b040 (update flp to latest agent PR)
2024
github.com/netsampler/goflow2 v1.3.7
2125
github.com/pkg/errors v0.9.1
2226
github.com/prometheus/client_golang v1.20.5

go.sum

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -696,8 +696,13 @@ github.com/netobserv/gopipes v0.3.0 h1:IYmPnnAVCdSK7VmHmpFhrVBOEm45qpgbZmJz1sSW+
696696
github.com/netobserv/gopipes v0.3.0/go.mod h1:N7/Gz05EOF0CQQSKWsv3eof22Cj2PB08Pbttw98YFYU=
697697
github.com/netobserv/loki-client-go v0.0.0-20220927092034-f37122a54500 h1:RmnoJe/ci5q+QdM7upFdxiU+D8F3L3qTd5wXCwwHefw=
698698
github.com/netobserv/loki-client-go v0.0.0-20220927092034-f37122a54500/go.mod h1:LHXpc5tjKvsfZn0pwLKrvlgEhZcCaw3Di9mUEZGAI4E=
699+
<<<<<<< HEAD
699700
github.com/netobserv/netobserv-ebpf-agent v1.7.0-community.0.20241213131924-a76ccd3fceb0 h1:D4pwGJYz1iEmPhFe/22zotNUbCJUSEbUnKhkCxntq+8=
700701
github.com/netobserv/netobserv-ebpf-agent v1.7.0-community.0.20241213131924-a76ccd3fceb0/go.mod h1:20e1OPAs7h3k9PvNZWS9D6BnXEtkTk2LlfzD66uhvxY=
702+
=======
703+
github.com/netobserv/netobserv-ebpf-agent v1.7.0-community.0.20241212073613-70003f209b56 h1:3CKyoiZYxK82dHdGVlaHGgPRf/wW97YH/uMGTlPQ+RE=
704+
github.com/netobserv/netobserv-ebpf-agent v1.7.0-community.0.20241212073613-70003f209b56/go.mod h1:20e1OPAs7h3k9PvNZWS9D6BnXEtkTk2LlfzD66uhvxY=
705+
>>>>>>> 5304b040 (update flp to latest agent PR)
701706
github.com/netsampler/goflow2 v1.3.7 h1:XZaTy8kkMnGXpJ9hS3KbO1McyrFTpVNhVFEx9rNhMmc=
702707
github.com/netsampler/goflow2 v1.3.7/go.mod h1:4UZsVGVAs//iMCptUHn3WNScztJeUhZH7kDW2+/vDdQ=
703708
github.com/nxadm/tail v1.4.4/go.mod h1:kenIhsEOeOJmVchQTgglprH7qJGnHDVpk1VPCcaMI8A=

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

Lines changed: 3 additions & 0 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/ebpf/bpf_arm64_bpfel.go

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Binary file not shown.

vendor/github.com/netobserv/netobserv-ebpf-agent/pkg/ebpf/bpf_powerpc_bpfel.go

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Binary file not shown.

vendor/github.com/netobserv/netobserv-ebpf-agent/pkg/ebpf/bpf_s390_bpfeb.go

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Binary file not shown.

vendor/github.com/netobserv/netobserv-ebpf-agent/pkg/ebpf/bpf_x86_bpfel.go

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)