@@ -9,7 +9,7 @@ import (
"sync"
"time"
- "github.com/gocql/gocql/lru"
+ "github.com/gocql/gocql/internal/lru"
)
const defaultMaxPreparedStmts = 1000
@@ -16,7 +16,7 @@ import (
"unicode"
// Session is the interface used by users to interact with the database.