mirror of
https://github.com/jsimonetti/rtnetlink.git
synced 2026-03-27 06:51:07 +01:00
Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.41.0 to 0.42.0. - [Commits](https://github.com/golang/sys/compare/v0.41.0...v0.42.0) --- updated-dependencies: - dependency-name: golang.org/x/sys dependency-version: 0.42.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.25.0
|
|
|
|
require (
|
|
github.com/cilium/ebpf v0.21.0
|
|
github.com/google/go-cmp v0.7.0
|
|
github.com/mdlayher/netlink v1.9.0
|
|
golang.org/x/sync v0.20.0
|
|
golang.org/x/sys v0.42.0
|
|
)
|
|
|
|
require (
|
|
github.com/mdlayher/socket v0.5.1 // indirect
|
|
golang.org/x/net v0.50.0 // indirect
|
|
)
|