rtnetlink/go.mod
dependabot[bot] 73ecebe724
build(deps): bump golang.org/x/net from 0.2.0 to 0.7.0 (#167)
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.2.0 to 0.7.0.
- [Release notes](https://github.com/golang/net/releases)
- [Commits](https://github.com/golang/net/compare/v0.2.0...v0.7.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-18 09:31:17 +01:00

18 lines
370 B
Modula-2

module github.com/jsimonetti/rtnetlink
go 1.18
require (
github.com/cilium/ebpf v0.10.0
github.com/google/go-cmp v0.5.9
github.com/mdlayher/netlink v1.7.1
golang.org/x/sys v0.5.0
)
require (
github.com/josharian/native v1.0.0 // indirect
github.com/mdlayher/socket v0.4.0 // indirect
golang.org/x/net v0.7.0 // indirect
golang.org/x/sync v0.1.0 // indirect
)