fix: using statically linked version of gopacket (fixes #98)

This commit is contained in:
evilsocket 2018-02-28 01:06:49 +01:00
commit 496c29b5bc
24 changed files with 44 additions and 44 deletions

View file

@ -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"
)