@@ -4,6 +4,7 @@ package gocql
import (
"bytes"
+ "context"
"io"
"math"
"math/big"
@@ -16,8 +17,6 @@ import (
"time"
"unicode"
- "golang.org/x/net/context"
-
"gopkg.in/inf.v0"
)
@@ -6,6 +6,7 @@ package gocql
"bufio"
"crypto/tls"
"errors"
"fmt"
@@ -18,8 +19,6 @@ import (
"sync/atomic"
"github.com/gocql/gocql/internal/lru"
"github.com/gocql/gocql/internal/streams"
@@ -6,6 +6,7 @@
package gocql
"crypto/x509"
@@ -17,8 +18,6 @@ import (
"testing"
const (
@@ -1,6 +1,7 @@
crand "crypto/rand"
@@ -8,12 +9,9 @@ import (
"net"
"regexp"
"strconv"
+ "sync"
- "sync"
var (
"encoding/binary"
@@ -1,7 +1,7 @@
"sync"