Go back to mattn/go-sqlite3.

This commit is contained in:
Qi Xiao 2016-02-20 03:04:44 +01:00
parent 5c03407a8a
commit 6f21bc690f

View File

@ -7,7 +7,7 @@ import (
"net/url"
"sync"
_ "github.com/elves/go-sqlite/sqlite3" // enable the "sqlite3" SQL driver
_ "github.com/mattn/go-sqlite3" // enable the "sqlite3" SQL driver
)
// Store is the permanent storage backend for elvish.