rtnetlink/go.mod
dependabot[bot] 966b8a0a52
build(deps): bump github.com/cilium/ebpf from 0.12.2 to 0.12.3 (#197)
Bumps [github.com/cilium/ebpf](https://github.com/cilium/ebpf) from 0.12.2 to 0.12.3.
- [Release notes](https://github.com/cilium/ebpf/releases)
- [Commits](https://github.com/cilium/ebpf/compare/v0.12.2...v0.12.3)

---
updated-dependencies:
- dependency-name: github.com/cilium/ebpf
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-10 07:31:16 +01:00

19 lines
467 B
Modula-2

module github.com/jsimonetti/rtnetlink
go 1.18
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.14.1-0.20231108175955-e4099bfacb8c
)
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.17.0 // indirect
golang.org/x/sync v0.1.0 // indirect
)