mirror of
https://github.com/jsimonetti/rtnetlink.git
synced 2026-04-03 11:21:08 +02:00
* chore: fix CI issues * chore: fix golangci-lint version issue --------- Signed-off-by: Jeroen Simonetti <jeroen@simonetti.nl>
20 lines
386 B
Modula-2
20 lines
386 B
Modula-2
module github.com/jsimonetti/rtnetlink/v2
|
|
|
|
go 1.23.0
|
|
|
|
toolchain go1.23.8
|
|
|
|
require (
|
|
github.com/cilium/ebpf v0.17.3
|
|
github.com/google/go-cmp v0.7.0
|
|
github.com/mdlayher/netlink v1.7.2
|
|
golang.org/x/sync v0.12.0
|
|
golang.org/x/sys v0.31.0
|
|
)
|
|
|
|
require (
|
|
github.com/josharian/native v1.1.0 // indirect
|
|
github.com/mdlayher/socket v0.4.1 // indirect
|
|
golang.org/x/net v0.36.0 // indirect
|
|
)
|