-
Notifications
You must be signed in to change notification settings - Fork 345
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 install v0.3.0 because of zstd #440
Comments
should wait for golang/go#26904 to allow
|
I have same issue, from pkg.go.dev statistics, |
A temporary solution, if you don't need to use zstd related functions, you can simply replace this file and remove the code related to zstd, for example https://github.com/streamnative/pulsar-beat-output/blob/master/zstd_cgo.go
|
mark |
Anyway, data dog had added go.mod file to their library, so I believe, we can update dependency here too |
Expected behavior
It should be possible to install the latest version.
Actual behavior
PR #385 conflicts with other libs depending on
github.com/DataDog/zstd
. In my project,zstd
is a transient dependency of many other open source dependencies, and all the other ones are usinggithub.ghproxy.top/DataDog/zstd
. This leads to an installation error:Downgrading to v0.2.0 fixes the issue on the short term.
Steps to reproduce
go get -u
The text was updated successfully, but these errors were encountered: