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

dependencies issue #3

Closed
m20b27 opened this issue Mar 10, 2021 · 3 comments
Closed

dependencies issue #3

m20b27 opened this issue Mar 10, 2021 · 3 comments

Comments

@m20b27
Copy link

m20b27 commented Mar 10, 2021

trying to install kronos with go get github.com/rubrikinc/kronos, but unable to install the package due to the error below:

go: finding module for package github.com/scaledata/etcd/raft/sdraftpb
go: finding module for package github.com/scaledata/etcd/wal/sdwalpb
go: finding module for package github.com/scaledata/etcd/raft/sdraftpb
go: finding module for package github.com/scaledata/etcd/wal/sdwalpb
../../../pkg/mod/github.com/rubrikinc/kronos@v0.0.0-20200110173914-158235f5a9fb/kronoshttp/cluster_handler.go:17:2: module github.com/scaledata/etcd@latest found (v3.3.8+incompatible), but does not contain package github.com/scaledata/etcd/raft/sdraftpb
../../../pkg/mod/github.com/rubrikinc/kronos@v0.0.0-20200110173914-158235f5a9fb/oracle/raft.go:27:2: module github.com/scaledata/etcd@latest found (v3.3.8+incompatible), but does not contain package github.com/scaledata/etcd/wal/sdwalpb

was it because of some dependencies are out of date? TIA

@mvijaykarthik
Copy link
Contributor

Thanks for the report! @Nishant9 will be taking a look.

@2nishantg
Copy link
Contributor

Sorry for the late response, I tried installing it using the same command and it works for me

~ ❯❯❯ go get github.com/rubrikinc/kronos
~ ❯❯❯ echo $?
0
~ ❯❯❯ cd go/src/github.com/rubrikinc/kronos
~/g/s/g/r/kronos ❯❯❯ ls                                                                                                                                                                                                                                                  master
CONTRIBUTING.md Gopkg.toml      Makefile        acceptance      cli             contributors    kronos_test.go  kronosstats     metadata        oracle          server          tm
Gopkg.lock      LICENSE         README.md       checksumfile    cmd             docs            kronoshttp      kronosutil      mock            pb              time.go         vendor
~/g/s/g/r/kronos ❯❯❯ make build                                                                                                                                                                                                                                          master
github.com/rubrikinc/kronos/vendor/github.com/spf13/cobra
github.com/rubrikinc/kronos/cli
github.com/rubrikinc/kronos/cmd/kronos
~/g/s/g/r/kronos ❯❯❯                                                                                                                                                                                                                                                     master

@bmwe30 Maybe there is some issue with your environment. Can you provide some more details or some way to repro the issue?

@mvijaykarthik
Copy link
Contributor

This has been tested with go version 1.10.1. Do let us know if you face any problem with that go version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants