rtnetlink/go.mod
dependabot[bot] fc40eea5d6
build(deps): bump golang.org/x/sync from 0.16.0 to 0.17.0 (#276)
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>
2025-10-30 23:04:00 +01:00

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
)