Move from git.darknebu.la to github.com

This commit is contained in:
2023-09-02 17:17:51 +02:00
parent daf641c881
commit 44739d4697
16 changed files with 24 additions and 24 deletions

View File

@@ -2,7 +2,7 @@ package dns
import (
"fmt"
"git.darknebu.la/maride/pancap/common"
"github.com/maride/pancap/common"
"github.com/google/gopacket/layers"
"golang.org/x/net/publicsuffix"
"log"

View File

@@ -1,7 +1,7 @@
package dns
import (
"git.darknebu.la/maride/pancap/output"
"github.com/maride/pancap/output"
"github.com/google/gopacket"
"github.com/google/gopacket/layers"
)

View File

@@ -2,7 +2,7 @@ package dns
import (
"fmt"
"git.darknebu.la/maride/pancap/common"
"github.com/maride/pancap/common"
"github.com/google/gopacket/layers"
"golang.org/x/net/publicsuffix"
"log"