mirror of
https://github.com/EchoVault/SugarDB.git
synced 2025-10-30 19:06:21 +08:00
Updated module name to echovault
This commit is contained in:
@@ -4,7 +4,7 @@ import (
|
||||
"context"
|
||||
"errors"
|
||||
"fmt"
|
||||
"github.com/kelvinmwinuka/memstore/src/memberlist"
|
||||
"github.com/echovault/echovault/src/memberlist"
|
||||
"log"
|
||||
"net"
|
||||
"os"
|
||||
@@ -12,9 +12,9 @@ import (
|
||||
"path/filepath"
|
||||
"time"
|
||||
|
||||
"github.com/echovault/echovault/src/utils"
|
||||
"github.com/hashicorp/raft"
|
||||
raftboltdb "github.com/hashicorp/raft-boltdb"
|
||||
"github.com/kelvinmwinuka/memstore/src/utils"
|
||||
)
|
||||
|
||||
type RaftOpts struct {
|
||||
|
||||
Reference in New Issue
Block a user