magic
This commit is contained in:
@@ -2,6 +2,15 @@ module client
|
||||
|
||||
go 1.18
|
||||
|
||||
require github.com/google/gopacket v1.1.19
|
||||
require (
|
||||
github.com/google/gopacket v1.1.19
|
||||
github.com/mdlayher/packet v1.1.1
|
||||
)
|
||||
|
||||
require golang.org/x/sys v0.0.0-20190412213103-97732733099d // indirect
|
||||
require (
|
||||
github.com/josharian/native v1.0.0 // indirect
|
||||
github.com/mdlayher/socket v0.4.0 // indirect
|
||||
golang.org/x/net v0.2.0 // indirect
|
||||
golang.org/x/sync v0.1.0 // indirect
|
||||
golang.org/x/sys v0.2.0 // indirect
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user