code.google.com is shutting down so update the dep
Signed-off-by: Jessica Frazelle <acidburn@docker.com> Upstream-commit: 4a864a755240709612f564f64839604a0697e11f Component: engine
This commit is contained in:
@ -3,5 +3,5 @@
|
||||
package graphdb
|
||||
|
||||
import (
|
||||
_ "code.google.com/p/gosqlite/sqlite3" // registers sqlite
|
||||
_ "github.com/mattn/go-sqlite3" // registers sqlite
|
||||
)
|
||||
|
||||
@ -8,7 +8,7 @@ import (
|
||||
"strconv"
|
||||
"testing"
|
||||
|
||||
_ "code.google.com/p/gosqlite/sqlite3"
|
||||
_ "github.com/mattn/go-sqlite3"
|
||||
)
|
||||
|
||||
func newTestDb(t *testing.T) (*Database, string) {
|
||||
|
||||
Reference in New Issue
Block a user