Skip to content

Commit 81a7e2e

Browse files
Bump github.com/vmware/go-ipfix from 0.12.0 to 0.14.0 (#900)
Bumps [github.com/vmware/go-ipfix](https://github.com/vmware/go-ipfix) from 0.12.0 to 0.14.0. - [Release notes](https://github.com/vmware/go-ipfix/releases) - [Changelog](https://github.com/vmware/go-ipfix/blob/main/CHANGELOG.md) - [Commits](vmware/go-ipfix@v0.12.0...v0.14.0) --- updated-dependencies: - dependency-name: github.com/vmware/go-ipfix 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 b1601c4 commit 81a7e2e

File tree

7 files changed

+30
-43
lines changed

7 files changed

+30
-43
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ require (
3131
github.com/spf13/viper v1.19.0
3232
github.com/stretchr/testify v1.10.0
3333
github.com/vladimirvivien/gexe v0.4.1
34-
github.com/vmware/go-ipfix v0.13.0
34+
github.com/vmware/go-ipfix v0.14.0
3535
go.opentelemetry.io/otel v1.35.0
3636
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v1.35.0
3737
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp v1.35.0

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -939,8 +939,8 @@ github.com/vishvananda/netns v0.0.5 h1:DfiHV+j8bA32MFM7bfEunvT8IAqQ/NzSJHtcmW5zd
939939
github.com/vishvananda/netns v0.0.5/go.mod h1:SpkAiCQRtJ6TvvxPnOSyH3BMl6unz3xZlaprSwhNNJM=
940940
github.com/vladimirvivien/gexe v0.4.1 h1:W9gWkp8vSPjDoXDu04Yp4KljpVMaSt8IQuHswLDd5LY=
941941
github.com/vladimirvivien/gexe v0.4.1/go.mod h1:3gjgTqE2c0VyHnU5UOIwk7gyNzZDGulPb/DJPgcw64E=
942-
github.com/vmware/go-ipfix v0.13.0 h1:v3paBzd7oq7LEU1SzDwD5RGoYcGROLQycYyN3EzLvDk=
943-
github.com/vmware/go-ipfix v0.13.0/go.mod h1:UTIR38AuEePzrWYjQOvnORCYRG33xZJ56E0K75mSosM=
942+
github.com/vmware/go-ipfix v0.14.0 h1:Flz77R8mjD7QfAE56rGqKuI6Xc8O8BZ8kToyu8mA0rM=
943+
github.com/vmware/go-ipfix v0.14.0/go.mod h1:HagsZnswXBEglXBYL5NCAkRk35OETTpYwnMoBsT7Qp8=
944944
github.com/willf/bitset v1.1.3/go.mod h1:RjeCKbqT1RxIR/KWY6phxZiaY1IyutSBfGjNPySAYV4=
945945
github.com/wlynxg/anet v0.0.3/go.mod h1:eay5PRQr7fIVAMbTbchTnO9gG65Hg/uYGdc7mguHxoA=
946946
github.com/x448/float16 v0.8.4 h1:qLwI1I70+NjRFUR3zs1JPUCgaCXSh3SW62uAKT1mSBM=

vendor/github.com/vmware/go-ipfix/pkg/entities/record.go

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

vendor/github.com/vmware/go-ipfix/pkg/entities/set.go

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

vendor/github.com/vmware/go-ipfix/pkg/exporter/buffered.go

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

vendor/github.com/vmware/go-ipfix/pkg/exporter/process.go

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

vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -579,7 +579,7 @@ github.com/vladimirvivien/gexe/net
579579
github.com/vladimirvivien/gexe/prog
580580
github.com/vladimirvivien/gexe/str
581581
github.com/vladimirvivien/gexe/vars
582-
# github.com/vmware/go-ipfix v0.13.0
582+
# github.com/vmware/go-ipfix v0.14.0
583583
## explicit; go 1.23.0
584584
github.com/vmware/go-ipfix/pkg/collector
585585
github.com/vmware/go-ipfix/pkg/entities

0 commit comments

Comments
 (0)