Skip to content

Commit 626156c

Browse files
authored
fix: rm deprecated import github.com/ncruces/go-sqlite3/embed (#1293)
Signed-off-by: phanirithvij <phanirithvij2000@gmail.com>
1 parent 8afbd30 commit 626156c

3 files changed

Lines changed: 0 additions & 3 deletions

File tree

internal/kvstore/sqlitekvstore.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ import (
88
"strings"
99

1010
_ "github.com/ncruces/go-sqlite3/driver"
11-
_ "github.com/ncruces/go-sqlite3/embed"
1211
)
1312

1413
var ErrNotExist = errors.New("key does not exist")

internal/logstore/logstore.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ import (
1717

1818
"github.com/hashicorp/go-multierror"
1919
_ "github.com/ncruces/go-sqlite3/driver"
20-
_ "github.com/ncruces/go-sqlite3/embed"
2120
"go.uber.org/zap"
2221
)
2322

internal/oplog/sqlitestore/sqlitestore.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ import (
2727

2828
"github.com/gofrs/flock"
2929
_ "github.com/ncruces/go-sqlite3/driver"
30-
_ "github.com/ncruces/go-sqlite3/embed"
3130
"github.com/ncruces/go-sqlite3/vfs"
3231
"github.com/ncruces/go-sqlite3/vfs/memdb"
3332
_ "github.com/ncruces/go-sqlite3/vfs/memdb"

0 commit comments

Comments
 (0)