File: go.mod

package info (click to toggle)
golang-github-mdlayher-ethtool 0.0~git20221212.d43b2a7-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 168 kB
  • sloc: makefile: 2
file content (17 lines) | stat: -rw-r--r-- 360 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
module github.com/mdlayher/ethtool

go 1.19

require (
	github.com/google/go-cmp v0.5.9
	github.com/josharian/native v1.0.0
	github.com/mdlayher/genetlink v1.3.0
	github.com/mdlayher/netlink v1.7.0
	golang.org/x/sys v0.2.0
)

require (
	github.com/mdlayher/socket v0.4.0 // indirect
	golang.org/x/net v0.2.0 // indirect
	golang.org/x/sync v0.1.0 // indirect
)