Add go module
This commit is contained in:
parent
ad11e9ce7f
commit
d41785fd9a
4 changed files with 44 additions and 14 deletions
12
pkg/arp-spoofer/cmd/go.mod
Normal file
12
pkg/arp-spoofer/cmd/go.mod
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
module git.nemunai.re/srs/adlin/pkg/arp-spoofer
|
||||
|
||||
go 1.16
|
||||
|
||||
require github.com/mdlayher/arp v0.0.0-20191213142603-f72070a231fc
|
||||
|
||||
require (
|
||||
github.com/mdlayher/ethernet v0.0.0-20190313224307-5b5fc417d966 // indirect
|
||||
github.com/mdlayher/raw v0.0.0-20190313224157-43dbcdd7739d // indirect
|
||||
golang.org/x/net v0.0.0-20190313220215-9f648a60d977 // indirect
|
||||
golang.org/x/sys v0.0.0-20190312061237-fead79001313 // indirect
|
||||
)
|
||||
Reference in a new issue