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

@ -15,9 +15,9 @@ import (
"github.com/bettercap/bettercap/packets"
"github.com/bettercap/bettercap/session"
"github.com/google/gopacket"
"github.com/google/gopacket/layers"
"github.com/google/gopacket/pcap"
"github.com/bettercap/gopacket"
"github.com/bettercap/gopacket/layers"
"github.com/bettercap/gopacket/pcap"
"github.com/dustin/go-humanize"
)