mirror of
https://github.com/jsimonetti/rtnetlink.git
synced 2026-03-29 17:01:08 +02:00
Bumps [github.com/cilium/ebpf](https://github.com/cilium/ebpf) from 0.18.0 to 0.19.0. - [Release notes](https://github.com/cilium/ebpf/releases) - [Commits](https://github.com/cilium/ebpf/compare/v0.18.0...v0.19.0) --- updated-dependencies: - dependency-name: github.com/cilium/ebpf dependency-version: 0.19.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
20 lines
386 B
Modula-2
20 lines
386 B
Modula-2
module github.com/jsimonetti/rtnetlink/v2
|
|
|
|
go 1.23.0
|
|
|
|
toolchain go1.23.8
|
|
|
|
require (
|
|
github.com/cilium/ebpf v0.19.0
|
|
github.com/google/go-cmp v0.7.0
|
|
github.com/mdlayher/netlink v1.7.2
|
|
golang.org/x/sync v0.15.0
|
|
golang.org/x/sys v0.33.0
|
|
)
|
|
|
|
require (
|
|
github.com/josharian/native v1.1.0 // indirect
|
|
github.com/mdlayher/socket v0.4.1 // indirect
|
|
golang.org/x/net v0.38.0 // indirect
|
|
)
|