Release v3 - change v2 suffix to v3
Because of recent changes there is a need for a new major release. Changes are switching to scylladb/gocql and replacing Unsafe with Strict mechanism.
This commit is contained in:
committed by
Sylwia Szunejko
parent
653faf1e03
commit
e7267922c4
7
cmd/schemagen/testdata/models_test.go
vendored
7
cmd/schemagen/testdata/models_test.go
vendored
@@ -2,14 +2,15 @@ package schemagentest
|
||||
|
||||
import (
|
||||
"flag"
|
||||
"github.com/google/go-cmp/cmp"
|
||||
"strings"
|
||||
"testing"
|
||||
"time"
|
||||
|
||||
"github.com/gocql/gocql"
|
||||
"github.com/scylladb/gocqlx/v2"
|
||||
"github.com/scylladb/gocqlx/v2/qb"
|
||||
"github.com/google/go-cmp/cmp"
|
||||
|
||||
"github.com/scylladb/gocqlx/v3"
|
||||
"github.com/scylladb/gocqlx/v3/qb"
|
||||
)
|
||||
|
||||
var flagCluster = flag.String("cluster", "127.0.0.1", "a comma-separated list of host:port or host tuples")
|
||||
|
||||
Reference in New Issue
Block a user