Skip to content

Commit

Permalink
Bump github.com/vmware/go-ipfix from 0.8.0 to 0.8.1 (#235)
Browse files Browse the repository at this point in the history
Bumps [github.com/vmware/go-ipfix](https://github.com/vmware/go-ipfix) from 0.8.0 to 0.8.1.
- [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.0...v0.8.1)

---
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>
  • Loading branch information
dependabot[bot] authored Dec 11, 2023
1 parent 1867e5e commit fca91c9
Show file tree
Hide file tree
Showing 9 changed files with 90 additions and 31 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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.0
github.com/vmware/go-ipfix v0.8.1
golang.org/x/sys v0.15.0
google.golang.org/grpc v1.59.0
google.golang.org/protobuf v1.31.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -824,8 +824,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.0 h1:9jeeMppLHU6KxCz6BHtDw0YW7Von5MKyz03p9fNT5JI=
github.com/vmware/go-ipfix v0.8.0/go.mod h1:Y3YKMFN/Nec6QwmXcDae+uy6xuDgbejwRAZv9RTzS9c=
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/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=
Expand Down
6 changes: 3 additions & 3 deletions vendor/github.com/vmware/go-ipfix/pkg/collector/process.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 18 additions & 2 deletions vendor/github.com/vmware/go-ipfix/pkg/entities/ie.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

57 changes: 49 additions & 8 deletions vendor/github.com/vmware/go-ipfix/pkg/entities/record.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

26 changes: 14 additions & 12 deletions vendor/github.com/vmware/go-ipfix/pkg/entities/set.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -421,7 +421,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.0
# github.com/vmware/go-ipfix v0.8.1
## explicit; go 1.21
github.com/vmware/go-ipfix/pkg/collector
github.com/vmware/go-ipfix/pkg/entities
Expand Down

0 comments on commit fca91c9

Please sign in to comment.