Skip to content

Cannot find the scyllacloud import #132

Closed
@KadoBOT

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"
)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions