Update import paths

This commit is contained in:
Daniel 2019-05-31 13:00:30 +02:00
parent 95c332c71a
commit 3da542ddf1
2 changed files with 2 additions and 2 deletions

View file

@ -5,7 +5,7 @@ import (
"errors" "errors"
"testing" "testing"
"github.com/Safing/safing-core/utils" "github.com/Safing/portbase/utils"
) )
var ( var (

View file

@ -10,7 +10,7 @@ import (
"fmt" "fmt"
"io" "io"
"github.com/Safing/safing-core/formats/varint" "github.com/Safing/portbase/formats/varint"
) )
type Hash struct { type Hash struct {