Skip to content

Commit 3b984e2

Browse files
Bump github.com/netobserv/flowlogs-pipeline from 1.9.1-community to 1.9.2-community (#790)
* Bump github.com/netobserv/flowlogs-pipeline Bumps [github.com/netobserv/flowlogs-pipeline](https://github.com/netobserv/flowlogs-pipeline) from 1.9.1-community to 1.9.2-community. - [Release notes](https://github.com/netobserv/flowlogs-pipeline/releases) - [Commits](netobserv/flowlogs-pipeline@v1.9.1-community...v1.9.2-community) --- updated-dependencies: - dependency-name: github.com/netobserv/flowlogs-pipeline dependency-version: 1.9.2-community dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Fix flp breaking change --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Joel Takvorian <jtakvori@redhat.com>
1 parent 5d843f6 commit 3b984e2

File tree

111 files changed

+1855
-925
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

111 files changed

+1855
-925
lines changed

go.mod

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -10,20 +10,20 @@ require (
1010
github.com/gopacket/gopacket v1.4.0
1111
github.com/mariomac/guara v0.0.0-20250408105519-1e4dbdfb7136
1212
github.com/mdlayher/ethernet v0.0.0-20220221185849-529eae5b6118
13-
github.com/netobserv/flowlogs-pipeline v1.9.1-community
13+
github.com/netobserv/flowlogs-pipeline v1.9.2-community
1414
github.com/netobserv/gopipes v0.3.0
1515
github.com/ovn-org/ovn-kubernetes/go-controller v0.0.0-20250227173154-57a2590a1d16
1616
github.com/paulbellamy/ratecounter v0.2.0
1717
github.com/prometheus/client_golang v1.23.0
18-
github.com/segmentio/kafka-go v0.4.48
18+
github.com/segmentio/kafka-go v0.4.49
1919
github.com/sirupsen/logrus v1.9.3
2020
github.com/stretchr/testify v1.10.0
2121
github.com/vishvananda/netlink v1.3.1-0.20250425193846-9d88d8385bf9
2222
github.com/vishvananda/netns v0.0.5
2323
github.com/vladimirvivien/gexe v0.5.0
2424
github.com/vmware/go-ipfix v0.15.0
2525
golang.org/x/sys v0.35.0
26-
google.golang.org/grpc v1.73.0
26+
google.golang.org/grpc v1.75.0
2727
google.golang.org/protobuf v1.36.8
2828
gopkg.in/yaml.v2 v2.4.0
2929
k8s.io/api v0.34.1
@@ -71,20 +71,20 @@ require (
7171
github.com/google/uuid v1.6.0 // indirect
7272
github.com/gorilla/websocket v1.5.4-0.20250319132907-e064f32e3674 // indirect
7373
github.com/grafana/regexp v0.0.0-20240518133315-a468a5bfb3bc // indirect
74-
github.com/grpc-ecosystem/grpc-gateway/v2 v2.26.3 // indirect
74+
github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.1 // indirect
7575
github.com/heptiolabs/healthcheck v0.0.0-20211123025425-613501dd5deb // indirect
7676
github.com/inconshreveable/mousetrap v1.1.0 // indirect
7777
github.com/ip2location/ip2location-go/v9 v9.7.1 // indirect
7878
github.com/josharian/intern v1.0.0 // indirect
7979
github.com/jpillora/backoff v1.0.0 // indirect
8080
github.com/json-iterator/go v1.1.12 // indirect
8181
github.com/klauspost/compress v1.18.0 // indirect
82-
github.com/klauspost/cpuid/v2 v2.2.10 // indirect
82+
github.com/klauspost/cpuid/v2 v2.2.11 // indirect
8383
github.com/libp2p/go-reuseport v0.4.0 // indirect
8484
github.com/mailru/easyjson v0.9.0 // indirect
8585
github.com/minio/crc64nvme v1.0.2 // indirect
8686
github.com/minio/md5-simd v1.1.2 // indirect
87-
github.com/minio/minio-go/v7 v7.0.94 // indirect
87+
github.com/minio/minio-go/v7 v7.0.95 // indirect
8888
github.com/mitchellh/mapstructure v1.5.0 // indirect
8989
github.com/moby/spdystream v0.5.0 // indirect
9090
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
@@ -95,7 +95,7 @@ require (
9595
github.com/netobserv/loki-client-go v0.0.0-20250425113517-526b43e51847 // indirect
9696
github.com/netsampler/goflow2 v1.3.7 // indirect
9797
github.com/ovn-org/libovsdb v0.7.1-0.20240820095311-ce1951614a20 // indirect
98-
github.com/philhofer/fwd v1.1.3-0.20240916144458-20a13a1f6b7c // indirect
98+
github.com/philhofer/fwd v1.2.0 // indirect
9999
github.com/pierrec/lz4/v4 v4.1.22 // indirect
100100
github.com/pion/dtls/v2 v2.2.12 // indirect
101101
github.com/pion/logging v0.2.3 // indirect
@@ -110,7 +110,7 @@ require (
110110
github.com/russross/blackfriday/v2 v2.1.0 // indirect
111111
github.com/safchain/ethtool v0.5.10 // indirect
112112
github.com/spf13/cobra v1.9.1 // indirect
113-
github.com/spf13/pflag v1.0.6 // indirect
113+
github.com/spf13/pflag v1.0.9 // indirect
114114
github.com/stretchr/objx v0.5.2 // indirect
115115
github.com/tinylib/msgp v1.3.0 // indirect
116116
github.com/urfave/cli/v2 v2.27.6 // indirect
@@ -121,27 +121,27 @@ require (
121121
github.com/xrash/smetrics v0.0.0-20240521201337-686a1a2994c1 // indirect
122122
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
123123
go.opentelemetry.io/otel v1.37.0 // indirect
124-
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v1.36.0 // indirect
125-
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp v1.36.0 // indirect
126-
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.36.0 // indirect
127-
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.36.0 // indirect
128-
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.36.0 // indirect
124+
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v1.37.0 // indirect
125+
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp v1.37.0 // indirect
126+
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.37.0 // indirect
127+
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.37.0 // indirect
128+
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.37.0 // indirect
129129
go.opentelemetry.io/otel/metric v1.37.0 // indirect
130-
go.opentelemetry.io/otel/sdk v1.36.0 // indirect
131-
go.opentelemetry.io/otel/sdk/metric v1.36.0 // indirect
130+
go.opentelemetry.io/otel/sdk v1.37.0 // indirect
131+
go.opentelemetry.io/otel/sdk/metric v1.37.0 // indirect
132132
go.opentelemetry.io/otel/trace v1.37.0 // indirect
133-
go.opentelemetry.io/proto/otlp v1.6.0 // indirect
133+
go.opentelemetry.io/proto/otlp v1.7.0 // indirect
134134
go.uber.org/atomic v1.11.0 // indirect
135135
go.yaml.in/yaml/v2 v2.4.2 // indirect
136136
go.yaml.in/yaml/v3 v3.0.4 // indirect
137-
golang.org/x/crypto v0.39.0 // indirect
138-
golang.org/x/net v0.41.0 // indirect
137+
golang.org/x/crypto v0.41.0 // indirect
138+
golang.org/x/net v0.43.0 // indirect
139139
golang.org/x/oauth2 v0.30.0 // indirect
140-
golang.org/x/term v0.32.0 // indirect
141-
golang.org/x/text v0.26.0 // indirect
140+
golang.org/x/term v0.34.0 // indirect
141+
golang.org/x/text v0.28.0 // indirect
142142
golang.org/x/time v0.11.0 // indirect
143-
google.golang.org/genproto/googleapis/api v0.0.0-20250519155744-55703ea1f237 // indirect
144-
google.golang.org/genproto/googleapis/rpc v0.0.0-20250519155744-55703ea1f237 // indirect
143+
google.golang.org/genproto/googleapis/api v0.0.0-20250707201910-8d1bb00bc6a7 // indirect
144+
google.golang.org/genproto/googleapis/rpc v0.0.0-20250707201910-8d1bb00bc6a7 // indirect
145145
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
146146
gopkg.in/gcfg.v1 v1.2.3 // indirect
147147
gopkg.in/inf.v0 v0.9.1 // indirect

0 commit comments

Comments
 (0)