rtnetlink/go.mod
dependabot[bot] 896a1067bb
build(deps): bump github.com/cilium/ebpf from 0.9.0 to 0.9.1 (#143)
Bumps [github.com/cilium/ebpf](https://github.com/cilium/ebpf) from 0.9.0 to 0.9.1.
- [Release notes](https://github.com/cilium/ebpf/releases)
- [Commits](https://github.com/cilium/ebpf/compare/v0.9.0...v0.9.1)

---
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>
2022-07-20 09:49:05 +02:00

11 lines
214 B
Modula-2

module github.com/jsimonetti/rtnetlink
go 1.13
require (
github.com/cilium/ebpf v0.9.1
github.com/google/go-cmp v0.5.8
github.com/mdlayher/netlink v1.6.0
golang.org/x/sys v0.0.0-20220408201424-a24fb2fb8a0f
)