File: go.mod

package info (click to toggle)
golang-github-vishvananda-netlink 1.1.0.125.gf243826-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bookworm-backports, bookworm-proposed-updates, experimental, sid
  • size: 1,292 kB
  • sloc: makefile: 25
file content (8 lines) | stat: -rw-r--r-- 178 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.0-20200728191858-db3c7e526aae
	golang.org/x/sys v0.0.0-20200728102440-3e129f6d46b1
)