File: go.mod

package info (click to toggle)
golang-github-mdlayher-arp 0.0~git20220512.6706a29-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, experimental, forky, sid, trixie
  • size: 140 kB
  • sloc: makefile: 3
file content (8 lines) | stat: -rw-r--r-- 153 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-20220221185849-529eae5b6118
	github.com/mdlayher/packet v1.0.0
)