rtnetlink/go.mod
dependabot-preview[bot] 30abbbedd2
build(deps): bump github.com/mdlayher/netlink from 1.1.0 to 1.1.1
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>
2020-10-13 04:48:14 +00:00

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
)