mirror of
https://github.com/safing/portbase
synced 2025-09-01 18:19:57 +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"
|
||||
"testing"
|
||||
|
||||
"github.com/Safing/safing-core/utils"
|
||||
"github.com/Safing/portbase/utils"
|
||||
)
|
||||
|
||||
var (
|
||||
|
|
|
@ -10,7 +10,7 @@ import (
|
|||
"fmt"
|
||||
"io"
|
||||
|
||||
"github.com/Safing/safing-core/formats/varint"
|
||||
"github.com/Safing/portbase/formats/varint"
|
||||
)
|
||||
|
||||
type Hash struct {
|
||||
|
|
Loading…
Add table
Reference in a new issue