|
@@ -6,6 +6,7 @@ package gocql
|
|
|
|
|
|
|
|
import (
|
|
import (
|
|
|
"bufio"
|
|
"bufio"
|
|
|
|
|
+ "context"
|
|
|
"crypto/tls"
|
|
"crypto/tls"
|
|
|
"errors"
|
|
"errors"
|
|
|
"fmt"
|
|
"fmt"
|
|
@@ -18,8 +19,6 @@ import (
|
|
|
"sync/atomic"
|
|
"sync/atomic"
|
|
|
"time"
|
|
"time"
|
|
|
|
|
|
|
|
- "golang.org/x/net/context"
|
|
|
|
|
-
|
|
|
|
|
"github.com/gocql/gocql/internal/lru"
|
|
"github.com/gocql/gocql/internal/lru"
|
|
|
|
|
|
|
|
"github.com/gocql/gocql/internal/streams"
|
|
"github.com/gocql/gocql/internal/streams"
|