File: go.mod

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

go 1.18

require (
	github.com/google/go-cmp v0.5.9
	github.com/josharian/native v1.1.0
	github.com/mdlayher/socket v0.4.1
	golang.org/x/net v0.9.0
	golang.org/x/sys v0.7.0
)

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