Update dependencies

This commit is contained in:
bluepython508
2024-11-01 17:33:34 +00:00
parent 033ac0b400
commit 5cdfab398d
3596 changed files with 1033483 additions and 259 deletions

37
vendor/github.com/mdlayher/genetlink/CHANGELOG.md generated vendored Normal file
View File

@@ -0,0 +1,37 @@
# CHANGELOG
## v1.3.2
- [Improvement]: updated dependencies, test with Go 1.20.
# v1.3.1
- [Improvement]: bump package netlink to pull in big endian architecture fixes.
# v1.3.0
**This is the first release of package genetlink that only supports Go 1.18+.
Users on older versions of Go must use v1.2.0.**
- [Improvement]: drop support for older versions of Go so we can begin using
modern versions of `x/sys` and other dependencies.
## v1.2.0
**This is the last release of package genetlink that supports Go 1.17 and
below.**
- [Improvement]: pruned Go module dependencies via package `netlink` v1.6.0 and
removing tool version pins.
## v1.1.0
**This is the first release of package genetlink that only supports Go 1.12+.
Users on older versions must use v1.0.0.**
- [Improvement]: modernization of various parts of the code and documentation in
prep for future work.
## v1.0.0
- Initial stable commit.