rtnetlink/go.mod
dependabot[bot] bbb52d4485
build(deps): bump github.com/cilium/ebpf from 0.7.0 to 0.8.0 (#133)
Bumps [github.com/cilium/ebpf](https://github.com/cilium/ebpf) from 0.7.0 to 0.8.0.
- [Release notes](https://github.com/cilium/ebpf/releases)
- [Commits](https://github.com/cilium/ebpf/compare/v0.7.0...v0.8.0)

---
updated-dependencies:
- dependency-name: github.com/cilium/ebpf
  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>
2022-01-24 10:06:37 +01:00

11 lines
214 B
Modula-2

module github.com/jsimonetti/rtnetlink
go 1.12
require (
github.com/cilium/ebpf v0.8.0
github.com/google/go-cmp v0.5.7
github.com/mdlayher/netlink v1.5.0
golang.org/x/sys v0.0.0-20211210111614-af8b64212486
)