File: go.mod

package info (click to toggle)
golang-github-mdlayher-netlink 1.8.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 420 kB
  • sloc: makefile: 5
file content (12 lines) | stat: -rw-r--r-- 225 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
module github.com/mdlayher/netlink

go 1.23.0

require (
	github.com/google/go-cmp v0.5.9
	github.com/mdlayher/socket v0.5.1
	golang.org/x/net v0.43.0
	golang.org/x/sys v0.35.0
)

require golang.org/x/sync v0.3.0 // indirect