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

can not find github.com/torusresearch/torus-common #2

Open
dylenfu opened this issue Feb 24, 2020 · 4 comments
Open

can not find github.com/torusresearch/torus-common #2

dylenfu opened this issue Feb 24, 2020 · 4 comments

Comments

@dylenfu
Copy link

dylenfu commented Feb 24, 2020

No description provided.

@deepsi43
Copy link

deepsi43 commented Jun 6, 2020

import github.com/torusresearch/torus-node/common.

@zpv
Copy link

zpv commented Jul 13, 2020

Any solution? Looks like the repository is still private.

@wtfiwtz
Copy link

wtfiwtz commented Dec 29, 2022

Have a look at 9dd1f56 - which removed most of the common directory

@wtfiwtz
Copy link

wtfiwtz commented Dec 30, 2022

git checkout 10fbcb7

Update Dockerfile with:

FROM golang:1-alpine3.16 as node-build
...
    --repository http://nl.alpinelinux.org/alpine/edge/community --allow-untrusted \
    leveldb-dev=1.22-r2
...
FROM alpine:3.16
...
  --repository http://nl.alpinelinux.org/alpine/edge/community --allow-untrusted \
  leveldb=1.22-r2

Comment out github.com/micro/go-config v1.1.0 in go.mod

Then:

docker build -t torus:latest .
docker-compose up

That's as far as I've got so far...

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

4 participants