Fix import URLs changed by last commit

This commit is contained in:
maride 2019-11-28 13:45:32 +01:00
parent 313e443741
commit e363a5929d
2 changed files with 3 additions and 3 deletions

View File

@ -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"
) )

View File

@ -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"