mirror of
https://github.com/jsimonetti/rtnetlink.git
synced 2026-03-31 01:41:31 +02:00
Bumps [golang.org/x/sync](https://github.com/golang/sync) from 0.16.0 to 0.17.0. - [Commits](https://github.com/golang/sync/compare/v0.16.0...v0.17.0) --- updated-dependencies: - dependency-name: golang.org/x/sync dependency-version: 0.17.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.19.0
|
|
github.com/google/go-cmp v0.7.0
|
|
github.com/mdlayher/netlink v1.8.0
|
|
golang.org/x/sync v0.17.0
|
|
golang.org/x/sys v0.37.0
|
|
)
|
|
|
|
require (
|
|
github.com/mdlayher/socket v0.5.1 // indirect
|
|
golang.org/x/net v0.43.0 // indirect
|
|
)
|