mirror of
https://github.com/jsimonetti/rtnetlink.git
synced 2026-04-05 04:11:59 +02:00
Bumps [github.com/mdlayher/netlink](https://github.com/mdlayher/netlink) from 1.7.1 to 1.7.2. - [Release notes](https://github.com/mdlayher/netlink/releases) - [Changelog](https://github.com/mdlayher/netlink/blob/main/CHANGELOG.md) - [Commits](https://github.com/mdlayher/netlink/compare/v1.7.1...v1.7.2) --- updated-dependencies: - dependency-name: github.com/mdlayher/netlink 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> Co-authored-by: Jeroen Simonetti <jsimonetti@users.noreply.github.com>
18 lines
370 B
Modula-2
18 lines
370 B
Modula-2
module github.com/jsimonetti/rtnetlink
|
|
|
|
go 1.18
|
|
|
|
require (
|
|
github.com/cilium/ebpf v0.10.0
|
|
github.com/google/go-cmp v0.5.9
|
|
github.com/mdlayher/netlink v1.7.2
|
|
golang.org/x/sys v0.7.0
|
|
)
|
|
|
|
require (
|
|
github.com/josharian/native v1.1.0 // indirect
|
|
github.com/mdlayher/socket v0.4.1 // indirect
|
|
golang.org/x/net v0.9.0 // indirect
|
|
golang.org/x/sync v0.1.0 // indirect
|
|
)
|