diff --git a/sqlite3.go b/sqlite3.go index 1ff58c3..2e9a821 100644 --- a/sqlite3.go +++ b/sqlite3.go @@ -108,6 +108,7 @@ void updateHookTrampoline(void*, int, char*, char*, sqlite3_int64); */ import "C" import ( + "context" "database/sql" "database/sql/driver" "errors" @@ -121,8 +122,6 @@ import ( "sync" "time" "unsafe" - - "golang.org/x/net/context" ) // SQLiteTimestampFormats is timestamp formats understood by both this module