From ec3e71d638d7806f73b62e2ee914ed755d7de0ab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Dec 2023 21:10:26 +0000 Subject: [PATCH] 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](https://github.com/vmware/go-ipfix/compare/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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- go.mod | 2 +- go.sum | 4 ++-- vendor/modules.txt | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/go.mod b/go.mod index ac111c7e..ce58c13b 100644 --- a/go.mod +++ b/go.mod @@ -19,7 +19,7 @@ require ( github.com/vishvananda/netlink v1.1.0 github.com/vishvananda/netns v0.0.4 github.com/vladimirvivien/gexe v0.2.0 - github.com/vmware/go-ipfix v0.8.1 + github.com/vmware/go-ipfix v0.8.2 golang.org/x/sys v0.15.0 google.golang.org/grpc v1.60.1 google.golang.org/protobuf v1.32.0 diff --git a/go.sum b/go.sum index ce899258..42c87dd4 100644 --- a/go.sum +++ b/go.sum @@ -828,8 +828,8 @@ github.com/vishvananda/netns v0.0.4 h1:Oeaw1EM2JMxD51g9uhtC0D7erkIjgmj8+JZc26m1Y github.com/vishvananda/netns v0.0.4/go.mod h1:SpkAiCQRtJ6TvvxPnOSyH3BMl6unz3xZlaprSwhNNJM= github.com/vladimirvivien/gexe v0.2.0 h1:nbdAQ6vbZ+ZNsolCgSVb9Fno60kzSuvtzVh6Ytqi/xY= github.com/vladimirvivien/gexe v0.2.0/go.mod h1:LHQL00w/7gDUKIak24n801ABp8C+ni6eBht9vGVst8w= -github.com/vmware/go-ipfix v0.8.1 h1:xoX4Tw9Rsc81+sMkgVoceOon2oP8K9GxYCz/2b6rIhs= -github.com/vmware/go-ipfix v0.8.1/go.mod h1:NvEehcpptPOTBaLSkMA+88l2Oe8YNelVBdvj8PA/1d0= +github.com/vmware/go-ipfix v0.8.2 h1:7pnmXZpI0995psJgno4Bur5fr9PCxGQuKjCI/RYurzA= +github.com/vmware/go-ipfix v0.8.2/go.mod h1:NvEehcpptPOTBaLSkMA+88l2Oe8YNelVBdvj8PA/1d0= github.com/willf/bitset v1.1.3/go.mod h1:RjeCKbqT1RxIR/KWY6phxZiaY1IyutSBfGjNPySAYV4= github.com/xdg-go/pbkdf2 v1.0.0 h1:Su7DPu48wXMwC3bs7MCNG+z4FhcyEuz5dlvchbq0B0c= github.com/xdg-go/pbkdf2 v1.0.0/go.mod h1:jrpuAogTd400dnrH08LKmI/xc1MbPOebTwRqcT5RDeI= diff --git a/vendor/modules.txt b/vendor/modules.txt index 99d805fc..ee6f8754 100644 --- a/vendor/modules.txt +++ b/vendor/modules.txt @@ -429,7 +429,7 @@ github.com/vladimirvivien/gexe/fs github.com/vladimirvivien/gexe/http github.com/vladimirvivien/gexe/prog github.com/vladimirvivien/gexe/vars -# github.com/vmware/go-ipfix v0.8.1 +# github.com/vmware/go-ipfix v0.8.2 ## explicit; go 1.21 github.com/vmware/go-ipfix/pkg/collector github.com/vmware/go-ipfix/pkg/entities -- GitLab