mirror of
https://github.com/jsimonetti/rtnetlink.git
synced 2026-04-02 10:51:18 +02:00
Bumps [github.com/cilium/ebpf](https://github.com/cilium/ebpf) from 0.9.2 to 0.9.3. - [Release notes](https://github.com/cilium/ebpf/releases) - [Commits](https://github.com/cilium/ebpf/compare/v0.9.2...v0.9.3) --- updated-dependencies: - dependency-name: github.com/cilium/ebpf dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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.9.3
|
|
github.com/google/go-cmp v0.5.9
|
|
github.com/mdlayher/netlink v1.6.2
|
|
golang.org/x/sys v0.0.0-20220928140112-f11e5e49a4ec
|
|
)
|