rtnetlink/go.mod
dependabot[bot] cb077713c3
build(deps): bump github.com/cilium/ebpf from 0.9.2 to 0.9.3 (#151)
Bumps [github.com/cilium/ebpf](https://github.com/cilium/ebpf) from 0.9.2 to 0.9.3.
- [Release notes](https://github.com/cilium/ebpf/releases)
- [Commits](https://github.com/cilium/ebpf/compare/v0.9.2...v0.9.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>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-03 18:24:44 +02:00

11 lines
214 B
Modula-2

module github.com/jsimonetti/rtnetlink
go 1.13
require (
github.com/cilium/ebpf v0.9.3
github.com/google/go-cmp v0.5.9
github.com/mdlayher/netlink v1.6.2
golang.org/x/sys v0.0.0-20220928140112-f11e5e49a4ec
)