mirror of
https://github.com/maride/pancap.git
synced 2024-11-24 17:54:24 +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 (
|
import (
|
||||||
"errors"
|
"errors"
|
||||||
"fmt"
|
"fmt"
|
||||||
"git.darknebu.la/maride/pancap/src/ethernet"
|
"git.darknebu.la/maride/pancap/ethernet"
|
||||||
"github.com/google/gopacket"
|
"github.com/google/gopacket"
|
||||||
"github.com/google/gopacket/layers"
|
"github.com/google/gopacket/layers"
|
||||||
)
|
)
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
package ethernet
|
package ethernet
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"git.darknebu.la/maride/pancap/src/ethernet/arp"
|
"git.darknebu.la/maride/pancap/ethernet/arp"
|
||||||
"git.darknebu.la/maride/pancap/src/ethernet/dns"
|
"git.darknebu.la/maride/pancap/ethernet/dns"
|
||||||
"github.com/google/gopacket"
|
"github.com/google/gopacket"
|
||||||
"github.com/google/gopacket/layers"
|
"github.com/google/gopacket/layers"
|
||||||
"log"
|
"log"
|
||||||
|
Loading…
Reference in New Issue
Block a user