mirror of
https://github.com/maride/pancap.git
synced 2024-11-24 09:44:25 +00:00
Fix import URLs changed by last commit
This commit is contained in:
parent
313e443741
commit
e363a5929d
@ -3,7 +3,7 @@ package main
|
||||
import (
|
||||
"errors"
|
||||
"fmt"
|
||||
"git.darknebu.la/maride/pancap/src/ethernet"
|
||||
"git.darknebu.la/maride/pancap/ethernet"
|
||||
"github.com/google/gopacket"
|
||||
"github.com/google/gopacket/layers"
|
||||
)
|
||||
|
@ -1,8 +1,8 @@
|
||||
package ethernet
|
||||
|
||||
import (
|
||||
"git.darknebu.la/maride/pancap/src/ethernet/arp"
|
||||
"git.darknebu.la/maride/pancap/src/ethernet/dns"
|
||||
"git.darknebu.la/maride/pancap/ethernet/arp"
|
||||
"git.darknebu.la/maride/pancap/ethernet/dns"
|
||||
"github.com/google/gopacket"
|
||||
"github.com/google/gopacket/layers"
|
||||
"log"
|
||||
|
Loading…
Reference in New Issue
Block a user