File: go.mod

package info (click to toggle)
golang-github-jsimonetti-rtnetlink 2.0.5-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 4,264 kB
  • sloc: makefile: 2
file content (19 lines) | stat: -rw-r--r-- 386 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
module github.com/jsimonetti/rtnetlink/v2

go 1.23.0

toolchain go1.23.8

require (
	github.com/cilium/ebpf v0.19.0
	github.com/google/go-cmp v0.7.0
	github.com/mdlayher/netlink v1.7.2
	golang.org/x/sync v0.15.0
	golang.org/x/sys v0.33.0
)

require (
	github.com/josharian/native v1.1.0 // indirect
	github.com/mdlayher/socket v0.4.1 // indirect
	golang.org/x/net v0.38.0 // indirect
)