Updated module name to echovault

This commit is contained in:
Kelvin Clement Mwinuka
2024-01-24 22:32:05 +08:00
parent bb2d44fe39
commit 1c00706f88
27 changed files with 50 additions and 50 deletions

View File

@@ -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 {