mirror of
https://github.com/jsimonetti/rtnetlink.git
synced 2026-04-08 22:01:40 +02:00
* build(deps): bump github.com/mdlayher/netlink from 1.5.0 to 1.6.0 Bumps [github.com/mdlayher/netlink](https://github.com/mdlayher/netlink) from 1.5.0 to 1.6.0. - [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.5.0...v1.6.0) --- updated-dependencies: - dependency-name: github.com/mdlayher/netlink dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * drop support for Go 1.12 Signed-off-by: Jeroen Simonetti <jeroen@simonetti.nl> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jeroen Simonetti <jeroen@simonetti.nl>
11 lines
214 B
Modula-2
11 lines
214 B
Modula-2
module github.com/jsimonetti/rtnetlink
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/cilium/ebpf v0.8.0
|
|
github.com/google/go-cmp v0.5.7
|
|
github.com/mdlayher/netlink v1.6.0
|
|
golang.org/x/sys v0.0.0-20220128215802-99c3d69c2c27
|
|
)
|