mirror of
https://github.com/jsimonetti/rtnetlink.git
synced 2026-04-02 02:41:08 +02:00
Bumps [github.com/mdlayher/netlink](https://github.com/mdlayher/netlink) from 1.1.0 to 1.1.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.1.0...v1.1.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
10 lines
183 B
Modula-2
10 lines
183 B
Modula-2
module github.com/jsimonetti/rtnetlink
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/google/go-cmp v0.5.2
|
|
github.com/mdlayher/netlink v1.1.1
|
|
golang.org/x/sys v0.0.0-20201009025420-dfb3f7c4e634
|
|
)
|