mirror of
https://github.com/safing/portbase
synced 2025-09-02 02:29:59 +00:00
Update import paths
This commit is contained in:
parent
95c332c71a
commit
3da542ddf1
2 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@ import (
|
||||||
"errors"
|
"errors"
|
||||||
"testing"
|
"testing"
|
||||||
|
|
||||||
"github.com/Safing/safing-core/utils"
|
"github.com/Safing/portbase/utils"
|
||||||
)
|
)
|
||||||
|
|
||||||
var (
|
var (
|
||||||
|
|
|
@ -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 {
|
||||||
|
|
Loading…
Add table
Reference in a new issue