aboutsummaryrefslogtreecommitdiff
path: root/sqlite3.go
diff options
context:
space:
mode:
Diffstat (limited to 'sqlite3.go')
-rw-r--r--sqlite3.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/sqlite3.go b/sqlite3.go
index c9edd40..739f91d 100644
--- a/sqlite3.go
+++ b/sqlite3.go
@@ -136,6 +136,7 @@ static int _sqlite3_limit(sqlite3* db, int limitId, int newLimit) {
*/
import "C"
import (
+ "context"
"database/sql"
"database/sql/driver"
"errors"
@@ -149,8 +150,6 @@ import (
"sync"
"time"
"unsafe"
-
- "golang.org/x/net/context"
)
// SQLiteTimestampFormats is timestamp formats understood by both this module