Skip to content

Commit fd968ce

Browse files
Bump github.com/netobserv/netobserv-ebpf-agent (#1122)
Bumps [github.com/netobserv/netobserv-ebpf-agent](https://github.com/netobserv/netobserv-ebpf-agent) from 1.9.2-community to 1.10.0-community. - [Release notes](https://github.com/netobserv/netobserv-ebpf-agent/releases) - [Commits](netobserv/netobserv-ebpf-agent@v1.9.2-community...v1.10.0-community) --- updated-dependencies: - dependency-name: github.com/netobserv/netobserv-ebpf-agent dependency-version: 1.10.0-community dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b6ab5fd commit fd968ce

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ require (
1818
github.com/mitchellh/mapstructure v1.5.0
1919
github.com/netobserv/gopipes v0.3.0
2020
github.com/netobserv/loki-client-go v0.0.0-20251014110557-40bc8d2e6cf3
21-
github.com/netobserv/netobserv-ebpf-agent v1.9.2-community
21+
github.com/netobserv/netobserv-ebpf-agent v1.10.0-community
2222
github.com/netsampler/goflow2 v1.3.7
2323
github.com/pkg/errors v0.9.1
2424
github.com/prometheus/client_golang v1.23.2

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -257,8 +257,8 @@ github.com/netobserv/gopipes v0.3.0 h1:IYmPnnAVCdSK7VmHmpFhrVBOEm45qpgbZmJz1sSW+
257257
github.com/netobserv/gopipes v0.3.0/go.mod h1:N7/Gz05EOF0CQQSKWsv3eof22Cj2PB08Pbttw98YFYU=
258258
github.com/netobserv/loki-client-go v0.0.0-20251014110557-40bc8d2e6cf3 h1:rxQipq0xpoiao7ifls/82JCcOVALC4n08ppTLCUFGL4=
259259
github.com/netobserv/loki-client-go v0.0.0-20251014110557-40bc8d2e6cf3/go.mod h1:Zb/jtD3Lnu88Poo+jnhTASzxYnvncmHOoZaT93xQjJ8=
260-
github.com/netobserv/netobserv-ebpf-agent v1.9.2-community h1:ghW16OO4QRWj0Uh1gMYX+NjAlgx2sZmCsO3Tkwoj4Do=
261-
github.com/netobserv/netobserv-ebpf-agent v1.9.2-community/go.mod h1:17OaUNAwx0LxoeV/SaHlJIJP6bpN7zSvUP3GtZelESQ=
260+
github.com/netobserv/netobserv-ebpf-agent v1.10.0-community h1:XLauF3k+G2RV2EgHvYK+r3zq0FRm+k7P3hq0I0J6GzE=
261+
github.com/netobserv/netobserv-ebpf-agent v1.10.0-community/go.mod h1:n75b6DyE/soLE794JlxILqt8rd/KoPfSoUs1WN4jzqg=
262262
github.com/netsampler/goflow2 v1.3.7 h1:XZaTy8kkMnGXpJ9hS3KbO1McyrFTpVNhVFEx9rNhMmc=
263263
github.com/netsampler/goflow2 v1.3.7/go.mod h1:4UZsVGVAs//iMCptUHn3WNScztJeUhZH7kDW2+/vDdQ=
264264
github.com/nxadm/tail v1.4.4/go.mod h1:kenIhsEOeOJmVchQTgglprH7qJGnHDVpk1VPCcaMI8A=

vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ github.com/netobserv/loki-client-go/pkg/logproto
316316
github.com/netobserv/loki-client-go/pkg/metric
317317
github.com/netobserv/loki-client-go/pkg/metrics
318318
github.com/netobserv/loki-client-go/pkg/urlutil
319-
# github.com/netobserv/netobserv-ebpf-agent v1.9.2-community
319+
# github.com/netobserv/netobserv-ebpf-agent v1.10.0-community
320320
## explicit; go 1.24.0
321321
github.com/netobserv/netobserv-ebpf-agent/pkg/decode
322322
github.com/netobserv/netobserv-ebpf-agent/pkg/ebpf

0 commit comments

Comments
 (0)