Skip to content

Commit

Permalink
update to gocql==v1.7.3
Browse files Browse the repository at this point in the history
for serverless work we need the fix from:
scylladb/gocql#106

so we can run with diret ip address for testsing
  • Loading branch information
fruch committed Nov 15, 2022
1 parent 82eb0d0 commit d63d297
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ require (
sigs.k8s.io/yaml v1.3.0 // indirect
)

replace github.com/gocql/gocql => github.com/scylladb/gocql v1.7.2
replace github.com/gocql/gocql => github.com/scylladb/gocql v1.7.3
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ github.com/scylladb/gocql v1.5.0 h1:tWaA08A8IprjgtBNPTVn8RkdiwEFUc85VcLA0E8JjH0=
github.com/scylladb/gocql v1.5.0/go.mod h1:S154F0u6zQlF3JjuHAidQIExQf9H45yT8z68h0FQYdU=
github.com/scylladb/gocql v1.7.2 h1:Miosx6Pet/0971S+aeEcnpQpWCxH0Mr5r/momh+7ry8=
github.com/scylladb/gocql v1.7.2/go.mod h1:TA7opQwU+6t8LmGZr/oyudP4QhVj3ucqbtZ73Xu4ghY=
github.com/scylladb/gocql v1.7.3 h1:tCZ44eA4SDC69SHgp1XUcEdWcXi5CQb+iaMOrpncwvI=
github.com/scylladb/gocql v1.7.3/go.mod h1:TA7opQwU+6t8LmGZr/oyudP4QhVj3ucqbtZ73Xu4ghY=
github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
github.com/stretchr/testify v1.3.0 h1:TivCn/peBQ7UY8ooIcPgZFpTNSz0Q2U6UrFlUfqbe0Q=
github.com/stretchr/testify v1.3.0/go.mod h1:M5WIy9Dh21IEIfnGCwXGc5bZfKNJtfHm1UVUgZn+9EI=
Expand Down

0 comments on commit d63d297

Please sign in to comment.