diff --git a/_example/hook/hook.go b/_example/hook/hook.go index c85a161..3034357 100644 --- a/_example/hook/hook.go +++ b/_example/hook/hook.go @@ -5,7 +5,7 @@ import ( "log" "os" - "github.com/mutecomm/go-sqlcipher/v4" + sqlite3 "github.com/mutecomm/go-sqlcipher/v4" ) func main() { diff --git a/_example/limit/limit.go b/_example/limit/limit.go index 447f852..ae95c0e 100644 --- a/_example/limit/limit.go +++ b/_example/limit/limit.go @@ -7,7 +7,7 @@ import ( "os" "strings" - "github.com/mutecomm/go-sqlcipher/v4" + sqlite3 "github.com/mutecomm/go-sqlcipher/v4" ) func createBulkInsertQuery(n int, start int) (query string, args []interface{}) { diff --git a/_example/mod_regexp/extension.go b/_example/mod_regexp/extension.go index a05ef44..1560804 100644 --- a/_example/mod_regexp/extension.go +++ b/_example/mod_regexp/extension.go @@ -5,7 +5,7 @@ import ( "fmt" "log" - "github.com/mutecomm/go-sqlcipher/v4" + sqlite3 "github.com/mutecomm/go-sqlcipher/v4" ) func main() { diff --git a/_example/mod_vtable/extension.go b/_example/mod_vtable/extension.go index 3a85349..e94b7e7 100644 --- a/_example/mod_vtable/extension.go +++ b/_example/mod_vtable/extension.go @@ -5,7 +5,7 @@ import ( "fmt" "log" - "github.com/mutecomm/go-sqlcipher/v4" + sqlite3 "github.com/mutecomm/go-sqlcipher/v4" ) func main() { diff --git a/_example/vtable/main.go b/_example/vtable/main.go index 23852a2..cd59d33 100644 --- a/_example/vtable/main.go +++ b/_example/vtable/main.go @@ -5,7 +5,7 @@ import ( "fmt" "log" - "github.com/mutecomm/go-sqlcipher/v4" + sqlite3 "github.com/mutecomm/go-sqlcipher/v4" ) func main() { diff --git a/_example/vtable/vtable.go b/_example/vtable/vtable.go index 9b2cb2d..895f71d 100644 --- a/_example/vtable/vtable.go +++ b/_example/vtable/vtable.go @@ -6,7 +6,7 @@ import ( "io/ioutil" "net/http" - "github.com/mutecomm/go-sqlcipher/v4" + sqlite3 "github.com/mutecomm/go-sqlcipher/v4" ) type githubRepo struct {