...

Text file src/github.com/mdlayher/arp/go.mod

Documentation: github.com/mdlayher/arp

     1module github.com/mdlayher/arp
     2
     3go 1.12
     4
     5require (
     6	github.com/mdlayher/ethernet v0.0.0-20220221185849-529eae5b6118
     7	github.com/mdlayher/packet v1.0.0
     8)

View as plain text