rtnetlink/go.mod
dependabot[bot] e899fd5417
build(deps): bump github.com/cilium/ebpf from 0.8.0 to 0.8.1 (#136)
Bumps [github.com/cilium/ebpf](https://github.com/cilium/ebpf) from 0.8.0 to 0.8.1.
- [Release notes](https://github.com/cilium/ebpf/releases)
- [Commits](https://github.com/cilium/ebpf/compare/v0.8.0...v0.8.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-02-15 08:25:45 +01:00

11 lines
214 B
Modula-2

module github.com/jsimonetti/rtnetlink
go 1.13
require (
github.com/cilium/ebpf v0.8.1
github.com/google/go-cmp v0.5.7
github.com/mdlayher/netlink v1.6.0
golang.org/x/sys v0.0.0-20220128215802-99c3d69c2c27
)