mirror of
https://github.com/jsimonetti/rtnetlink.git
synced 2026-03-30 09:22:08 +02:00
Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.39.0 to 0.40.0. - [Commits](https://github.com/golang/sys/compare/v0.39.0...v0.40.0) --- updated-dependencies: - dependency-name: golang.org/x/sys dependency-version: 0.40.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>
17 lines
318 B
Modula-2
17 lines
318 B
Modula-2
module github.com/jsimonetti/rtnetlink/v2
|
|
|
|
go 1.24.0
|
|
|
|
require (
|
|
github.com/cilium/ebpf v0.20.0
|
|
github.com/google/go-cmp v0.7.0
|
|
github.com/mdlayher/netlink v1.8.0
|
|
golang.org/x/sync v0.19.0
|
|
golang.org/x/sys v0.40.0
|
|
)
|
|
|
|
require (
|
|
github.com/mdlayher/socket v0.5.1 // indirect
|
|
golang.org/x/net v0.46.0 // indirect
|
|
)
|