Skip to content

Commit b6737b4

Browse files
committed
update agent
1 parent 63d8207 commit b6737b4

File tree

9 files changed

+14
-12
lines changed

9 files changed

+14
-12
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,4 +175,4 @@ require (
175175

176176
replace github.com/vmware/go-ipfix => github.com/jotak/go-ipfix v0.0.0-20250708115123-407c539ea101
177177

178-
replace github.com/netobserv/netobserv-ebpf-agent => github.com/jotak/netobserv-agent v0.0.0-20251030160118-abc2fd796234
178+
replace github.com/netobserv/netobserv-ebpf-agent => github.com/jotak/netobserv-agent v0.0.0-20251031152634-9d32f26d7d80

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -179,8 +179,8 @@ github.com/josharian/native v1.1.0 h1:uuaP0hAbW7Y4l0ZRQ6C9zfb7Mg1mbFKry/xzDAfmtL
179179
github.com/josharian/native v1.1.0/go.mod h1:7X/raswPFr05uY3HiLlYeyQntB6OO7E/d2Cu7qoaN2w=
180180
github.com/jotak/go-ipfix v0.0.0-20250708115123-407c539ea101 h1:tpaHjydMAy2MTukKIUAVK4xIFUpL12xuexA0FuTVpuo=
181181
github.com/jotak/go-ipfix v0.0.0-20250708115123-407c539ea101/go.mod h1:GgFbcmEGqMQfA7jDC9UVLKAelNh2sy1jsxyV7Tor3Ig=
182-
github.com/jotak/netobserv-agent v0.0.0-20251030160118-abc2fd796234 h1:MraJd+EXAjexHR6X98WRCXcYcwam9DHGoQWh2dMrZbQ=
183-
github.com/jotak/netobserv-agent v0.0.0-20251030160118-abc2fd796234/go.mod h1:n75b6DyE/soLE794JlxILqt8rd/KoPfSoUs1WN4jzqg=
182+
github.com/jotak/netobserv-agent v0.0.0-20251031152634-9d32f26d7d80 h1:ABcjy7yysrrv7tYSYEplOBsygofZpksOhTFliCnzk80=
183+
github.com/jotak/netobserv-agent v0.0.0-20251031152634-9d32f26d7d80/go.mod h1:n75b6DyE/soLE794JlxILqt8rd/KoPfSoUs1WN4jzqg=
184184
github.com/jpillora/backoff v1.0.0 h1:uvFg412JmmHBHw7iwprIxkPMI+sGQ4kzOWsMeHnm2EA=
185185
github.com/jpillora/backoff v1.0.0/go.mod h1:J/6gKK9jxlEcS3zixgDgUAsiuZ7yrSoa/FX5e0EB2j4=
186186
github.com/json-iterator/go v1.1.12 h1:PV8peI4a0ysnczrg+LtxykD8LfKY9ML6u2jnxaEnrnM=

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

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

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

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

vendor/modules.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ github.com/netobserv/loki-client-go/pkg/labelutil
314314
github.com/netobserv/loki-client-go/pkg/logproto
315315
github.com/netobserv/loki-client-go/pkg/metric
316316
github.com/netobserv/loki-client-go/pkg/urlutil
317-
# github.com/netobserv/netobserv-ebpf-agent v1.9.2-community => github.com/jotak/netobserv-agent v0.0.0-20251030160118-abc2fd796234
317+
# github.com/netobserv/netobserv-ebpf-agent v1.9.2-community => github.com/jotak/netobserv-agent v0.0.0-20251031152634-9d32f26d7d80
318318
## explicit; go 1.24.0
319319
github.com/netobserv/netobserv-ebpf-agent/pkg/decode
320320
github.com/netobserv/netobserv-ebpf-agent/pkg/ebpf
@@ -1399,4 +1399,4 @@ sigs.k8s.io/structured-merge-diff/v6/value
13991399
sigs.k8s.io/yaml
14001400
sigs.k8s.io/yaml/goyaml.v2
14011401
# github.com/vmware/go-ipfix => github.com/jotak/go-ipfix v0.0.0-20250708115123-407c539ea101
1402-
# github.com/netobserv/netobserv-ebpf-agent => github.com/jotak/netobserv-agent v0.0.0-20251030160118-abc2fd796234
1402+
# github.com/netobserv/netobserv-ebpf-agent => github.com/jotak/netobserv-agent v0.0.0-20251031152634-9d32f26d7d80

0 commit comments

Comments
 (0)