Skip to content

Commit ec3e71d

Browse files
Bump github.com/vmware/go-ipfix from 0.8.1 to 0.8.2 (#243)
Bumps [github.com/vmware/go-ipfix](https://github.com/vmware/go-ipfix) from 0.8.1 to 0.8.2. - [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.8.1...v0.8.2) --- updated-dependencies: - dependency-name: github.com/vmware/go-ipfix dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c1c0085 commit ec3e71d

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
@@ -19,7 +19,7 @@ require (
1919
github.com/vishvananda/netlink v1.1.0
2020
github.com/vishvananda/netns v0.0.4
2121
github.com/vladimirvivien/gexe v0.2.0
22-
github.com/vmware/go-ipfix v0.8.1
22+
github.com/vmware/go-ipfix v0.8.2
2323
golang.org/x/sys v0.15.0
2424
google.golang.org/grpc v1.60.1
2525
google.golang.org/protobuf v1.32.0

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -828,8 +828,8 @@ github.com/vishvananda/netns v0.0.4 h1:Oeaw1EM2JMxD51g9uhtC0D7erkIjgmj8+JZc26m1Y
828828
github.com/vishvananda/netns v0.0.4/go.mod h1:SpkAiCQRtJ6TvvxPnOSyH3BMl6unz3xZlaprSwhNNJM=
829829
github.com/vladimirvivien/gexe v0.2.0 h1:nbdAQ6vbZ+ZNsolCgSVb9Fno60kzSuvtzVh6Ytqi/xY=
830830
github.com/vladimirvivien/gexe v0.2.0/go.mod h1:LHQL00w/7gDUKIak24n801ABp8C+ni6eBht9vGVst8w=
831-
github.com/vmware/go-ipfix v0.8.1 h1:xoX4Tw9Rsc81+sMkgVoceOon2oP8K9GxYCz/2b6rIhs=
832-
github.com/vmware/go-ipfix v0.8.1/go.mod h1:NvEehcpptPOTBaLSkMA+88l2Oe8YNelVBdvj8PA/1d0=
831+
github.com/vmware/go-ipfix v0.8.2 h1:7pnmXZpI0995psJgno4Bur5fr9PCxGQuKjCI/RYurzA=
832+
github.com/vmware/go-ipfix v0.8.2/go.mod h1:NvEehcpptPOTBaLSkMA+88l2Oe8YNelVBdvj8PA/1d0=
833833
github.com/willf/bitset v1.1.3/go.mod h1:RjeCKbqT1RxIR/KWY6phxZiaY1IyutSBfGjNPySAYV4=
834834
github.com/xdg-go/pbkdf2 v1.0.0 h1:Su7DPu48wXMwC3bs7MCNG+z4FhcyEuz5dlvchbq0B0c=
835835
github.com/xdg-go/pbkdf2 v1.0.0/go.mod h1:jrpuAogTd400dnrH08LKmI/xc1MbPOebTwRqcT5RDeI=

vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -429,7 +429,7 @@ github.com/vladimirvivien/gexe/fs
429429
github.com/vladimirvivien/gexe/http
430430
github.com/vladimirvivien/gexe/prog
431431
github.com/vladimirvivien/gexe/vars
432-
# github.com/vmware/go-ipfix v0.8.1
432+
# github.com/vmware/go-ipfix v0.8.2
433433
## explicit; go 1.21
434434
github.com/vmware/go-ipfix/pkg/collector
435435
github.com/vmware/go-ipfix/pkg/entities

0 commit comments

Comments
 (0)