Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ require (
github.com/google/go-cmp v0.7.0
github.com/grafana/loki/operator/apis/loki v0.0.0-20241021105923-5e970e50b166
github.com/netobserv/flowlogs-pipeline v1.11.0-community
github.com/netobserv/netobserv-ebpf-agent v1.10.1-community
github.com/netobserv/netobserv-ebpf-agent v1.11.0-community
github.com/onsi/ginkgo/v2 v2.28.1
github.com/onsi/gomega v1.39.1
github.com/openshift/api v0.0.0-20250707164913-2cd5821c9080
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,8 @@ github.com/mwitkow/go-conntrack v0.0.0-20190716064945-2f068394615f h1:KUppIJq7/+
github.com/mwitkow/go-conntrack v0.0.0-20190716064945-2f068394615f/go.mod h1:qRWi+5nqEBWmkhHvq77mSJWrCKwh8bxhgT7d/eI7P4U=
github.com/netobserv/flowlogs-pipeline v1.11.0-community h1:SMdhbEM/OowhHO8lefnzztu83RkXOky+h0Q+kQV8PYg=
github.com/netobserv/flowlogs-pipeline v1.11.0-community/go.mod h1:GUltBJPGXTglxawEZhtGNp4kdOP5PqMU2oB5JQp6xv0=
github.com/netobserv/netobserv-ebpf-agent v1.10.1-community h1:9elSOcMkEQeztWH6w8eB3cRZUApaBvexZNQ/xExXXnA=
github.com/netobserv/netobserv-ebpf-agent v1.10.1-community/go.mod h1:l9igyOCKLjPGD49AOuMWPbwdUTPHqid1fvC8dSYzOR4=
github.com/netobserv/netobserv-ebpf-agent v1.11.0-community h1:GQ4TGkD5FRsBKoAZ6kstOGt4qO3RcDT6KwFtA783Wg0=
github.com/netobserv/netobserv-ebpf-agent v1.11.0-community/go.mod h1:xeuQNh4qWbsEXiT95o035UMXPciQ81TlXc4WV4cSHFo=
github.com/netsampler/goflow2 v1.3.7 h1:XZaTy8kkMnGXpJ9hS3KbO1McyrFTpVNhVFEx9rNhMmc=
github.com/netsampler/goflow2 v1.3.7/go.mod h1:4UZsVGVAs//iMCptUHn3WNScztJeUhZH7kDW2+/vDdQ=
github.com/onsi/ginkgo/v2 v2.28.1 h1:S4hj+HbZp40fNKuLUQOYLDgZLwNUVn19N3Atb98NCyI=
Expand Down
4 changes: 2 additions & 2 deletions vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -170,8 +170,8 @@ github.com/netobserv/flowlogs-pipeline/pkg/config
github.com/netobserv/flowlogs-pipeline/pkg/dsl
github.com/netobserv/flowlogs-pipeline/pkg/utils
github.com/netobserv/flowlogs-pipeline/pkg/utils/filters
# github.com/netobserv/netobserv-ebpf-agent v1.10.1-community
## explicit; go 1.24.0
# github.com/netobserv/netobserv-ebpf-agent v1.11.0-community
## explicit; go 1.25.0
github.com/netobserv/netobserv-ebpf-agent/pkg/config
github.com/netobserv/netobserv-ebpf-agent/pkg/maps
# github.com/netsampler/goflow2 v1.3.7
Expand Down