Browse Source

Use Psiphon fork of boltdb

Rod Hynes 10 years ago
parent
commit
f84e68885f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      psiphon/dataStore_alt.go

+ 1 - 1
psiphon/dataStore_alt.go

@@ -31,7 +31,7 @@ import (
 	"sync"
 	"sync"
 	"time"
 	"time"
 
 
-	"github.com/boltdb/bolt"
+	"github.com/Psiphon-Inc/bolt"
 )
 )
 
 
 // The BoltDB dataStore implementation is an alternative to the sqlite3-based
 // The BoltDB dataStore implementation is an alternative to the sqlite3-based