Skip to content

Commit 0ff0eb0

Browse files
committed
🐛 fix: add SQLite driver import in context_memory.go
1 parent 823622d commit 0ff0eb0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

internal/context/context_memory.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ import (
1010
"strings"
1111
"time"
1212

13+
_ "github.com/glebarez/go-sqlite"
1314
"github.com/nathfavour/vibeauracle/model"
1415
"github.com/nathfavour/vibeauracle/sys"
1516
"github.com/philippgille/chromem-go"

0 commit comments

Comments
 (0)