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

Possibly broken link github.com/cespare/xxhash/v2 #6

Open
catbear0 opened this issue Nov 18, 2019 · 3 comments
Open

Possibly broken link github.com/cespare/xxhash/v2 #6

catbear0 opened this issue Nov 18, 2019 · 3 comments

Comments

@catbear0
Copy link

[ERROR] Error scanning github.com/cespare/xxhash/v2: open /user/.glide/cache/src/https-github.com-cespare-xxhash/v2: no such file or directory
Error was encountered at 'make dependencies' step, an attempt to follow github.com/cespare/xxhash/v2 had 404 response.

@patsevanton
Copy link
Contributor

patsevanton commented Nov 21, 2019

git clone https://github.com/mintance/nginx-clickhouse.git
cd nginx-clickhouse
go mod init github.com/mintance/nginx-clickhouse
find ./ -type f -exec sed -i 's/Sirupsen/sirupsen/g' {} \;
go build

link: sirupsen/logrus#1041
Error:
nginx/nginx.go:67:12: undefined: gonx.NewParserReader

@patsevanton
Copy link
Contributor

git clone https://github.com/mintance/nginx-clickhouse.git
cd nginx-clickhouse
go mod init github.com/mintance/nginx-clickhouse
grep -rl Sirupsen | xargs sed -i 's,Sirupsen,sirupsen,g'
go get github.com/satyrius/gonx@master
go get github.com/mintance/go-clickhouse@master
go build

@catbear0
Copy link
Author

Great, thank you!

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

2 participants