Skip to content

Commit e39c064

Browse files
Bump github.com/netobserv/flowlogs-pipeline
Bumps [github.com/netobserv/flowlogs-pipeline](https://github.com/netobserv/flowlogs-pipeline) from 1.8.0-crc0 to 1.8.2-community. - [Release notes](https://github.com/netobserv/flowlogs-pipeline/releases) - [Commits](netobserv/flowlogs-pipeline@v1.8.0-crc0...v1.8.2-community) --- updated-dependencies: - dependency-name: github.com/netobserv/flowlogs-pipeline dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 15d1300 commit e39c064

File tree

82 files changed

+2826
-1572
lines changed

Some content is hidden

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

82 files changed

+2826
-1572
lines changed

go.mod

Lines changed: 19 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ require (
1212
github.com/gopacket/gopacket v1.3.1
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 v1.8.0-crc0
15+
github.com/netobserv/flowlogs-pipeline v1.8.2-community
1616
github.com/netobserv/gopipes v0.3.0
1717
github.com/ovn-org/ovn-kubernetes/go-controller v0.0.0-20250227173154-57a2590a1d16
1818
github.com/paulbellamy/ratecounter v0.2.0
@@ -24,19 +24,19 @@ require (
2424
github.com/vishvananda/netns v0.0.5
2525
github.com/vladimirvivien/gexe v0.4.1
2626
github.com/vmware/go-ipfix v0.13.0
27-
golang.org/x/sys v0.30.0
27+
golang.org/x/sys v0.31.0
2828
google.golang.org/grpc v1.71.0
2929
google.golang.org/protobuf v1.36.5
3030
gopkg.in/yaml.v2 v2.4.0
31-
k8s.io/api v0.32.2
32-
k8s.io/apimachinery v0.32.2
33-
k8s.io/client-go v0.32.2
31+
k8s.io/api v0.32.3
32+
k8s.io/apimachinery v0.32.3
33+
k8s.io/client-go v0.32.3
3434
sigs.k8s.io/e2e-framework v0.6.0
3535
)
3636

3737
require (
3838
github.com/Knetic/govaluate v3.0.1-0.20171022003610-9aa49832a739+incompatible // indirect
39-
github.com/agoda-com/opentelemetry-logs-go v0.5.0 // indirect
39+
github.com/agoda-com/opentelemetry-logs-go v0.6.0 // indirect
4040
github.com/benbjohnson/clock v1.3.5 // indirect
4141
github.com/beorn7/perks v1.0.1 // indirect
4242
github.com/blang/semver/v4 v4.0.0 // indirect
@@ -62,7 +62,7 @@ require (
6262
github.com/go-openapi/jsonpointer v0.21.0 // indirect
6363
github.com/go-openapi/jsonreference v0.21.0 // indirect
6464
github.com/go-openapi/swag v0.23.0 // indirect
65-
github.com/goccy/go-json v0.10.3 // indirect
65+
github.com/goccy/go-json v0.10.5 // indirect
6666
github.com/gogo/protobuf v1.3.2 // indirect
6767
github.com/golang/protobuf v1.5.4 // indirect
6868
github.com/golang/snappy v0.0.4 // indirect
@@ -71,19 +71,20 @@ require (
7171
github.com/google/gofuzz v1.2.0 // indirect
7272
github.com/google/uuid v1.6.0 // indirect
7373
github.com/gorilla/websocket v1.5.0 // indirect
74-
github.com/grpc-ecosystem/grpc-gateway/v2 v2.25.1 // indirect
74+
github.com/grpc-ecosystem/grpc-gateway/v2 v2.26.1 // indirect
7575
github.com/heptiolabs/healthcheck v0.0.0-20211123025425-613501dd5deb // indirect
7676
github.com/inconshreveable/mousetrap v1.1.0 // indirect
77-
github.com/ip2location/ip2location-go/v9 v9.7.0 // indirect
77+
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.17.11 // indirect
82-
github.com/klauspost/cpuid/v2 v2.2.8 // indirect
82+
github.com/klauspost/cpuid/v2 v2.2.9 // indirect
8383
github.com/libp2p/go-reuseport v0.3.0 // indirect
8484
github.com/mailru/easyjson v0.7.7 // indirect
85+
github.com/minio/crc64nvme v1.0.1 // indirect
8586
github.com/minio/md5-simd v1.1.2 // indirect
86-
github.com/minio/minio-go/v7 v7.0.82 // indirect
87+
github.com/minio/minio-go/v7 v7.0.88 // indirect
8788
github.com/mitchellh/mapstructure v1.5.0 // indirect
8889
github.com/moby/spdystream v0.5.0 // indirect
8990
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
@@ -129,14 +130,14 @@ require (
129130
go.opentelemetry.io/otel/trace v1.34.0 // indirect
130131
go.opentelemetry.io/proto/otlp v1.5.0 // indirect
131132
go.uber.org/atomic v1.9.0 // indirect
132-
golang.org/x/crypto v0.32.0 // indirect
133-
golang.org/x/net v0.34.0 // indirect
134-
golang.org/x/oauth2 v0.25.0 // indirect
135-
golang.org/x/term v0.28.0 // indirect
136-
golang.org/x/text v0.21.0 // indirect
133+
golang.org/x/crypto v0.36.0 // indirect
134+
golang.org/x/net v0.37.0 // indirect
135+
golang.org/x/oauth2 v0.26.0 // indirect
136+
golang.org/x/term v0.30.0 // indirect
137+
golang.org/x/text v0.23.0 // indirect
137138
golang.org/x/time v0.7.0 // indirect
138-
google.golang.org/genproto/googleapis/api v0.0.0-20250115164207-1a7da9e5054f // indirect
139-
google.golang.org/genproto/googleapis/rpc v0.0.0-20250115164207-1a7da9e5054f // indirect
139+
google.golang.org/genproto/googleapis/api v0.0.0-20250207221924-e9438ea467c6 // indirect
140+
google.golang.org/genproto/googleapis/rpc v0.0.0-20250207221924-e9438ea467c6 // indirect
140141
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
141142
gopkg.in/gcfg.v1 v1.2.3 // indirect
142143
gopkg.in/inf.v0 v0.9.1 // indirect

go.sum

Lines changed: 40 additions & 38 deletions
Large diffs are not rendered by default.

vendor/github.com/agoda-com/opentelemetry-logs-go/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/agoda-com/opentelemetry-logs-go/README.md

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

vendor/github.com/agoda-com/opentelemetry-logs-go/exporters/otlp/otlplogs/internal/logstransform/logs.go

Lines changed: 199 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)