From 89fd60bf68dbf4801c209b21b0aca495a1972560 Mon Sep 17 00:00:00 2001 From: Jan Mercl <0xjnml@gmail.com> Date: Tue, 6 Nov 2018 18:03:25 +0100 Subject: Make modernc.org the repository root --- sqlite.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sqlite.go') diff --git a/sqlite.go b/sqlite.go index 185cfde..8095a15 100644 --- a/sqlite.go +++ b/sqlite.go @@ -2,7 +2,7 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. -package sqlite +package sqlite // import "modernc.org/sqlite" import ( "bytes" @@ -17,9 +17,9 @@ import ( "time" "unsafe" - "github.com/cznic/ccgo/crt" - "github.com/cznic/sqlite/internal/bin" "golang.org/x/net/context" + "modernc.org/ccgo/crt" + "modernc.org/sqlite/internal/bin" ) var ( -- cgit v1.2.3-70-g09d2