diff --git a/ldb/dbtest/dbtst.go b/ldb/dbtest/dbtst.go
index 15d905bb..7fccb0cd 100644
--- a/ldb/dbtest/dbtst.go
+++ b/ldb/dbtest/dbtst.go
@@ -3,8 +3,8 @@ package main
 
 import (
 	"fmt"
-	"github.com/syndtr/goleveldb/leveldb"
-	"github.com/syndtr/goleveldb/leveldb/opt"
+	"github.com/conformal/goleveldb/leveldb"
+	"github.com/conformal/goleveldb/leveldb/opt"
 )
 
 type tst struct {
diff --git a/ldb/leveldb.go b/ldb/leveldb.go
index 24f9b3a1..eb393ac8 100644
--- a/ldb/leveldb.go
+++ b/ldb/leveldb.go
@@ -11,9 +11,9 @@ import (
 	"github.com/conformal/btcutil"
 	"github.com/conformal/btcwire"
 	"github.com/conformal/seelog"
-	"github.com/syndtr/goleveldb/leveldb"
-	"github.com/syndtr/goleveldb/leveldb/cache"
-	"github.com/syndtr/goleveldb/leveldb/opt"
+	"github.com/conformal/goleveldb/leveldb"
+	"github.com/conformal/goleveldb/leveldb/cache"
+	"github.com/conformal/goleveldb/leveldb/opt"
 	"os"
 	"runtime"
 	"sync"