Skip to content

Commit

Permalink
Merge pull request #201 from scylladb/bump_gocql_version
Browse files Browse the repository at this point in the history
mod: bumped gocql to v1.3.0-rc.1
  • Loading branch information
Henrik Johansson authored Sep 6, 2019
2 parents fd0b7ca + dad5cef commit 1e26abd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

# Unreleased

- Bumped driver version to v1.3.0-rc.1
- Lazy partition key generation reintroduced to avoid out of memory issues.
This brings in a new CLI arg `--token-range-slices` that defines how many slices the
partition keyspace should be divided into when applying the different distribution functions.
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ require (
gopkg.in/tomb.v2 v2.0.0-20161208151619-d5d1b5820637
)

replace github.com/gocql/gocql => github.com/scylladb/gocql v1.2.0
replace github.com/gocql/gocql => github.com/scylladb/gocql v1.3.0-rc.1
1 change: 1 addition & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ github.com/scylladb/go-set v1.0.2 h1:SkvlMCKhP0wyyct6j+0IHJkBkSZL+TDzZ4E7f7BCcRE
github.com/scylladb/go-set v1.0.2/go.mod h1:DkpGd78rljTxKAnTDPFqXSGxvETQnJyuSOQwsHycqfs=
github.com/scylladb/gocql v1.2.0 h1:0ov+S0WwQ0xNjXQfmR7SHyfETu9fuCwgRnADkZcTVHs=
github.com/scylladb/gocql v1.2.0/go.mod h1:Q7Sru5153KG8D9zwueuQJB3ccJf9/bIwF/x8b3oKgT8=
github.com/scylladb/gocql v1.3.0-rc.1/go.mod h1:Q7Sru5153KG8D9zwueuQJB3ccJf9/bIwF/x8b3oKgT8=
github.com/scylladb/gocqlx v1.3.1 h1:NTiKaSW1RzDxHQIyPE/KubOJCKRG5xXMUG8FKVKR/j0=
github.com/scylladb/gocqlx v1.3.1/go.mod h1:1CisD8Z+VB7ByxGyc3B9OXusRNgWWtCMkO+hNCpgZAc=
github.com/segmentio/ksuid v1.0.2 h1:9yBfKyw4ECGTdALaF09Snw3sLJmYIX6AbPJrAy6MrDc=
Expand Down

0 comments on commit 1e26abd

Please sign in to comment.