File: go.mod

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

go 1.12

require (
	github.com/mdlayher/ethernet v0.0.0-20190313224307-5b5fc417d966
	github.com/mdlayher/raw v0.0.0-20190313224157-43dbcdd7739d
)