mirror of
https://github.com/aljazceru/crawler_v2.git
synced 2025-12-17 23:44:27 +01:00
fixed module path mismatch
This commit is contained in:
@@ -2,10 +2,11 @@ package random
|
||||
|
||||
import (
|
||||
"context"
|
||||
"github/pippellia-btc/crawler/pkg/graph"
|
||||
"github/pippellia-btc/crawler/pkg/walks"
|
||||
"math"
|
||||
"strconv"
|
||||
|
||||
"github.com/vertex-lab/crawler_v2/pkg/graph"
|
||||
"github.com/vertex-lab/crawler_v2/pkg/walks"
|
||||
)
|
||||
|
||||
type WalkStore struct {
|
||||
|
||||
Reference in New Issue
Block a user