File: go.mod

package info (click to toggle)
golang-github-mdlayher-ethernet 0.0~git20190606.0394541-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 120 kB
  • sloc: makefile: 3
file content (10 lines) | stat: -rw-r--r-- 293 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
module github.com/mdlayher/ethernet

go 1.12

require (
	github.com/google/go-cmp v0.3.0 // indirect
	github.com/mdlayher/raw v0.0.0-20190606142536-fef19f00fc18
	golang.org/x/net v0.0.0-20190603091049-60506f45cf65 // indirect
	golang.org/x/sys v0.0.0-20190606122018-79a91cf218c4 // indirect
)