Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Impossible to get the dependency of Scylla Manager HTTP client #3760

Open
karol-kokoszka opened this issue Mar 19, 2024 · 0 comments
Open

Impossible to get the dependency of Scylla Manager HTTP client #3760

karol-kokoszka opened this issue Mar 19, 2024 · 0 comments
Labels

Comments

@karol-kokoszka
Copy link
Collaborator

If someone wants to consume the Scylla Manager API from the go code using the client, then it's impossible to get the dependency to Scylla Manager.

It's expected to work by simply go get github.com/scylladb/scylla-manager/v3@v3.2.6, but there are hidden dependencies to the Rclone fork we store in scylladb repo -> https://github.com/scylladb/rclone.

The fork keeps the name of the original module https://github.com/scylladb/rclone/blob/71485421db4397bd0e4f9a55ba2fe3867c134cd4/go.mod#L1

Scylla Manager should not use replace directive to overwrite the RClone version, but the Scylla's fork of RClone should keep the different module name, pointing to the https://github.com/scylladb/rclone

Project with the dependency to Scylla Manager won't compile now, as there will be messed dependency to RClone.

@karol-kokoszka karol-kokoszka modified the milestone: 3.2.7 Mar 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant