We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8afbd30 commit 626156cCopy full SHA for 626156c
3 files changed
internal/kvstore/sqlitekvstore.go
@@ -8,7 +8,6 @@ import (
8
"strings"
9
10
_ "github.com/ncruces/go-sqlite3/driver"
11
- _ "github.com/ncruces/go-sqlite3/embed"
12
)
13
14
var ErrNotExist = errors.New("key does not exist")
internal/logstore/logstore.go
@@ -17,7 +17,6 @@ import (
17
18
"github.com/hashicorp/go-multierror"
19
20
21
"go.uber.org/zap"
22
23
internal/oplog/sqlitestore/sqlitestore.go
@@ -27,7 +27,6 @@ import (
27
28
"github.com/gofrs/flock"
29
30
31
"github.com/ncruces/go-sqlite3/vfs"
32
"github.com/ncruces/go-sqlite3/vfs/memdb"
33
_ "github.com/ncruces/go-sqlite3/vfs/memdb"
0 commit comments