From c8dda6b3b3043fba44288516c2624b5fd36155ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Feb 2024 15:55:46 +0000 Subject: [PATCH] Bump github.com/vmware/go-ipfix from 0.8.2 to 0.9.0 (#597) Bumps [github.com/vmware/go-ipfix](https://github.com/vmware/go-ipfix) from 0.8.2 to 0.9.0. - [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.2...v0.9.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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- go.mod | 2 +- go.sum | 4 ++-- .../vmware/go-ipfix/pkg/registry/registry_antrea.csv | 1 + .../vmware/go-ipfix/pkg/registry/registry_antrea.go | 1 + vendor/modules.txt | 2 +- 5 files changed, 6 insertions(+), 4 deletions(-) diff --git a/go.mod b/go.mod index 5eb0abafd..21d20029e 100644 --- a/go.mod +++ b/go.mod @@ -28,7 +28,7 @@ require ( github.com/spf13/viper v1.18.2 github.com/stretchr/testify v1.8.4 github.com/vladimirvivien/gexe v0.2.0 - github.com/vmware/go-ipfix v0.8.2 + github.com/vmware/go-ipfix v0.9.0 go.opentelemetry.io/otel v1.23.1 go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v1.23.1 go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp v1.23.1 diff --git a/go.sum b/go.sum index 5c7c6e010..6fb75fcc4 100644 --- a/go.sum +++ b/go.sum @@ -840,8 +840,8 @@ github.com/urfave/cli v1.22.1/go.mod h1:Gos4lmkARVdJ6EkW0WaNv/tZAAMe9V7XWyB60NtX github.com/vektah/gqlparser v1.1.2/go.mod h1:1ycwN7Ij5njmMkPPAOaRFY4rET2Enx7IkVv3vaXspKw= 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.2 h1:7pnmXZpI0995psJgno4Bur5fr9PCxGQuKjCI/RYurzA= -github.com/vmware/go-ipfix v0.8.2/go.mod h1:NvEehcpptPOTBaLSkMA+88l2Oe8YNelVBdvj8PA/1d0= +github.com/vmware/go-ipfix v0.9.0 h1:4/N5eFliqULEaCUQV0lafOpN/1bItPE9OTAPGhrIXus= +github.com/vmware/go-ipfix v0.9.0/go.mod h1:MYEdL6Uel2ufOZyVCKvIAaw9hwnewK8aPr7rnwRbxMY= 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/github.com/vmware/go-ipfix/pkg/registry/registry_antrea.csv b/vendor/github.com/vmware/go-ipfix/pkg/registry/registry_antrea.csv index 68084cb70..725c436fb 100644 --- a/vendor/github.com/vmware/go-ipfix/pkg/registry/registry_antrea.csv +++ b/vendor/github.com/vmware/go-ipfix/pkg/registry/registry_antrea.csv @@ -56,3 +56,4 @@ ElementID,Name,Abstract Data Type,Data Type Semantics,Status,Description,Units,R 154,egressIP,string,,current,,,,,,,,56506, 155,appProtocolName,string,,current,,,,,,,,56506, 156,httpVals,string,,current,,,,,,,,56506, +157,egressNodeName,string,,current,,,,,,,,56506, diff --git a/vendor/github.com/vmware/go-ipfix/pkg/registry/registry_antrea.go b/vendor/github.com/vmware/go-ipfix/pkg/registry/registry_antrea.go index 5aaf7d597..b180427dc 100644 --- a/vendor/github.com/vmware/go-ipfix/pkg/registry/registry_antrea.go +++ b/vendor/github.com/vmware/go-ipfix/pkg/registry/registry_antrea.go @@ -78,4 +78,5 @@ func loadAntreaRegistry() { registerInfoElement(*entities.NewInfoElement("egressIP", 154, 13, 56506, 65535), 56506) registerInfoElement(*entities.NewInfoElement("appProtocolName", 155, 13, 56506, 65535), 56506) registerInfoElement(*entities.NewInfoElement("httpVals", 156, 13, 56506, 65535), 56506) + registerInfoElement(*entities.NewInfoElement("egressNodeName", 157, 13, 56506, 65535), 56506) } diff --git a/vendor/modules.txt b/vendor/modules.txt index f6a60ba5a..b494d6469 100644 --- a/vendor/modules.txt +++ b/vendor/modules.txt @@ -473,7 +473,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.2 +# github.com/vmware/go-ipfix v0.9.0 ## explicit; go 1.21 github.com/vmware/go-ipfix/pkg/collector github.com/vmware/go-ipfix/pkg/entities