Closed
Description
I've been trying to use Scylla Cloud, but for some reason I'm not able to find the scyllacloud
import.
Here's my go mod
module tempname
go 1.19
require (
github.com/gocql/gocql v1.5.2
github.com/scylladb/gocqlx/v2 v2.8.0
)
replace (
github.com/gocql/gocql => github.com/scylladb/gocql v1.8.0
)
and the import:
import (
"github.com/gocql/gocql"
"github.com/gocql/gocql/scyllacloud"
"github.com/scylladb/gocqlx/v2"
)
Metadata
Assignees
Labels
No labels
Activity