rtnetlink/go.mod
dependabot[bot] 1229f67442
build(deps): bump golang.org/x/sys from 0.19.0 to 0.20.0 (#222)
Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.19.0 to 0.20.0.
- [Commits](https://github.com/golang/sys/compare/v0.19.0...v0.20.0)

---
updated-dependencies:
- dependency-name: golang.org/x/sys
  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>
2024-05-06 16:19:41 +02:00

19 lines
437 B
Modula-2

module github.com/jsimonetti/rtnetlink
go 1.20
require (
github.com/cilium/ebpf v0.12.3
github.com/google/go-cmp v0.6.0
github.com/mdlayher/netlink v1.7.2
golang.org/x/sys v0.20.0
)
require (
github.com/josharian/native v1.1.0 // indirect
github.com/mdlayher/socket v0.4.1 // indirect
golang.org/x/exp v0.0.0-20230224173230-c95f2b4c22f2 // indirect
golang.org/x/net v0.23.0 // indirect
golang.org/x/sync v0.1.0 // indirect
)