mirror of
https://github.com/bettercap/bettercap
synced 2025-08-20 13:33:21 -07:00
fix: using statically linked version of gopacket (fixes #98)
This commit is contained in:
parent
75ef2b8a8f
commit
496c29b5bc
24 changed files with 44 additions and 44 deletions
|
@ -3,7 +3,7 @@ package packets
|
|||
import (
|
||||
"errors"
|
||||
// TODO: refactor to use gopacket when gopacket folks
|
||||
// will fix this > https://github.com/google/gopacket/issues/334
|
||||
// will fix this > https://github.com/bettercap/gopacket/issues/334
|
||||
"github.com/mdlayher/dhcp6"
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue