mirror of
https://github.com/jsimonetti/rtnetlink.git
synced 2026-04-14 08:41:08 +02:00
Bumps [github.com/mdlayher/netlink](https://github.com/mdlayher/netlink) from 1.4.0 to 1.4.1. - [Release notes](https://github.com/mdlayher/netlink/releases) - [Changelog](https://github.com/mdlayher/netlink/blob/master/CHANGELOG.md) - [Commits](https://github.com/mdlayher/netlink/compare/v1.4.0...v1.4.1) Signed-off-by: dependabot[bot] <support@github.com>
11 lines
214 B
Modula-2
11 lines
214 B
Modula-2
module github.com/jsimonetti/rtnetlink
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/cilium/ebpf v0.5.0
|
|
github.com/google/go-cmp v0.5.6
|
|
github.com/mdlayher/netlink v1.4.1
|
|
golang.org/x/sys v0.0.0-20210525143221-35b2ab0089ea
|
|
)
|