Skip to content

Commit bed25c5

Browse files
Bump github.com/netobserv/flowlogs-pipeline (#362)
Bumps [github.com/netobserv/flowlogs-pipeline](https://github.com/netobserv/flowlogs-pipeline) from 0.1.12-0.20240325100124-fd783b283c7c to 1.6.1-crc0. - [Release notes](https://github.com/netobserv/flowlogs-pipeline/releases) - [Commits](https://github.com/netobserv/flowlogs-pipeline/commits/v1.6.1-crc0) --- updated-dependencies: - dependency-name: github.com/netobserv/flowlogs-pipeline dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8c62ade commit bed25c5

File tree

282 files changed

+3543
-3626
lines changed

Some content is hidden

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

282 files changed

+3543
-3626
lines changed

go.mod

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ require (
1212
github.com/google/gopacket v1.1.19
1313
github.com/mariomac/guara v0.0.0-20220523124851-5fc279816f1f
1414
github.com/mdlayher/ethernet v0.0.0-20220221185849-529eae5b6118
15-
github.com/netobserv/flowlogs-pipeline v0.1.12-0.20240325100124-fd783b283c7c
15+
github.com/netobserv/flowlogs-pipeline v1.6.1-crc0
1616
github.com/netobserv/gopipes v0.3.0
1717
github.com/paulbellamy/ratecounter v0.2.0
1818
github.com/prometheus/client_golang v1.19.1
@@ -24,7 +24,7 @@ require (
2424
github.com/vladimirvivien/gexe v0.3.0
2525
github.com/vmware/go-ipfix v0.9.0
2626
golang.org/x/sys v0.21.0
27-
google.golang.org/grpc v1.63.0
27+
google.golang.org/grpc v1.63.2
2828
google.golang.org/protobuf v1.34.2
2929
gopkg.in/yaml.v2 v2.4.0
3030
k8s.io/api v0.30.2
@@ -35,11 +35,11 @@ require (
3535

3636
require (
3737
github.com/Knetic/govaluate v3.0.1-0.20171022003610-9aa49832a739+incompatible // indirect
38-
github.com/agoda-com/opentelemetry-logs-go v0.4.3 // indirect
38+
github.com/agoda-com/opentelemetry-logs-go v0.5.0 // indirect
3939
github.com/benbjohnson/clock v1.3.5 // indirect
4040
github.com/beorn7/perks v1.0.1 // indirect
4141
github.com/blang/semver/v4 v4.0.0 // indirect
42-
github.com/cenkalti/backoff/v4 v4.2.1 // indirect
42+
github.com/cenkalti/backoff/v4 v4.3.0 // indirect
4343
github.com/cespare/xxhash/v2 v2.2.0 // indirect
4444
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
4545
github.com/dustin/go-humanize v1.0.1 // indirect
@@ -61,7 +61,7 @@ require (
6161
github.com/google/gofuzz v1.2.0 // indirect
6262
github.com/google/uuid v1.6.0 // indirect
6363
github.com/gorilla/websocket v1.5.0 // indirect
64-
github.com/grpc-ecosystem/grpc-gateway/v2 v2.19.0 // indirect
64+
github.com/grpc-ecosystem/grpc-gateway/v2 v2.19.1 // indirect
6565
github.com/heptiolabs/healthcheck v0.0.0-20211123025425-613501dd5deb // indirect
6666
github.com/imdario/mergo v0.3.15 // indirect
6767
github.com/ip2location/ip2location-go/v9 v9.7.0 // indirect
@@ -101,28 +101,28 @@ require (
101101
github.com/xdg-go/pbkdf2 v1.0.0 // indirect
102102
github.com/xdg-go/scram v1.1.2 // indirect
103103
github.com/xdg-go/stringprep v1.0.4 // indirect
104-
go.opentelemetry.io/otel v1.24.0 // indirect
105-
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v1.24.0 // indirect
106-
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp v1.24.0 // indirect
107-
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.24.0 // indirect
108-
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.24.0 // indirect
109-
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.24.0 // indirect
110-
go.opentelemetry.io/otel/metric v1.24.0 // indirect
111-
go.opentelemetry.io/otel/sdk v1.24.0 // indirect
112-
go.opentelemetry.io/otel/sdk/metric v1.24.0 // indirect
113-
go.opentelemetry.io/otel/trace v1.24.0 // indirect
114-
go.opentelemetry.io/proto/otlp v1.1.0 // indirect
104+
go.opentelemetry.io/otel v1.26.0 // indirect
105+
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v1.25.0 // indirect
106+
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp v1.26.0 // indirect
107+
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.26.0 // indirect
108+
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.25.0 // indirect
109+
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.26.0 // indirect
110+
go.opentelemetry.io/otel/metric v1.26.0 // indirect
111+
go.opentelemetry.io/otel/sdk v1.26.0 // indirect
112+
go.opentelemetry.io/otel/sdk/metric v1.26.0 // indirect
113+
go.opentelemetry.io/otel/trace v1.26.0 // indirect
114+
go.opentelemetry.io/proto/otlp v1.2.0 // indirect
115115
go.uber.org/atomic v1.9.0 // indirect
116-
golang.org/x/crypto v0.21.0 // indirect
116+
golang.org/x/crypto v0.22.0 // indirect
117117
golang.org/x/exp v0.0.0-20230905200255-921286631fa9 // indirect
118-
golang.org/x/net v0.23.0 // indirect
119-
golang.org/x/oauth2 v0.17.0 // indirect
120-
golang.org/x/term v0.18.0 // indirect
118+
golang.org/x/net v0.24.0 // indirect
119+
golang.org/x/oauth2 v0.18.0 // indirect
120+
golang.org/x/term v0.19.0 // indirect
121121
golang.org/x/text v0.14.0 // indirect
122122
golang.org/x/time v0.5.0 // indirect
123123
google.golang.org/appengine v1.6.8 // indirect
124-
google.golang.org/genproto/googleapis/api v0.0.0-20240227224415-6ceb2ff114de // indirect
125-
google.golang.org/genproto/googleapis/rpc v0.0.0-20240227224415-6ceb2ff114de // indirect
124+
google.golang.org/genproto/googleapis/api v0.0.0-20240311132316-a219d84964c2 // indirect
125+
google.golang.org/genproto/googleapis/rpc v0.0.0-20240415180920-8c6c420018be // indirect
126126
gopkg.in/inf.v0 v0.9.1 // indirect
127127
gopkg.in/ini.v1 v1.67.0 // indirect
128128
gopkg.in/yaml.v3 v3.0.1 // indirect

0 commit comments

Comments
 (0)