File: go.mod

package info (click to toggle)
golang-github-vishvananda-netlink 1.3.1-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental, forky, sid
  • size: 1,648 kB
  • sloc: makefile: 25
file content (8 lines) | stat: -rw-r--r-- 123 bytes parent folder | download
1
2
3
4
5
6
7
8
module github.com/vishvananda/netlink

go 1.12

require (
	github.com/vishvananda/netns v0.0.5
	golang.org/x/sys v0.10.0
)