mirror of
https://github.com/bettercap/bettercap
synced 2025-07-30 11:40:33 -07:00
fix: getting rid of forked gopacket, static build ftw!
This commit is contained in:
parent
cc179f20b4
commit
1a67c82fbd
25 changed files with 55 additions and 53 deletions
|
@ -6,8 +6,8 @@ import (
|
|||
"fmt"
|
||||
"net"
|
||||
|
||||
"github.com/bettercap/gopacket"
|
||||
"github.com/bettercap/gopacket/layers"
|
||||
"github.com/google/gopacket"
|
||||
"github.com/google/gopacket/layers"
|
||||
)
|
||||
|
||||
type Dot11CipherType uint8
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue