fix: getting rid of forked gopacket, static build ftw!

This commit is contained in:
evilsocket 2018-03-01 10:40:49 +01:00
commit 1a67c82fbd
25 changed files with 55 additions and 53 deletions

View file

@ -14,12 +14,12 @@ import (
"github.com/bettercap/bettercap/packets"
"github.com/bettercap/bettercap/session"
"github.com/bettercap/gopacket"
"github.com/bettercap/gopacket/layers"
"github.com/bettercap/gopacket/pcap"
"github.com/google/gopacket"
"github.com/google/gopacket/layers"
"github.com/google/gopacket/pcap"
// TODO: refactor to use gopacket when gopacket folks
// will fix this > https://github.com/bettercap/gopacket/issues/334
// will fix this > https://github.com/google/gopacket/issues/334
"github.com/mdlayher/dhcp6"
"github.com/mdlayher/dhcp6/dhcp6opts"
)