You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It should be possible to install the latest version.
Actual behavior
PR apache#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 using github.com/DataDog/zstd. This leads to an installation error:
../../go/pkg/mod/github.com/apache/pulsar-client-go@v0.3.0/pulsar/internal/compression/zstd_cgo.go:27:2: case-insensitive import collision: "github.com/datadog/zstd" and "github.com/DataDog/zstd"
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:
Original Issue: apache#440
Expected behavior
It should be possible to install the latest version.
Actual behavior
PR apache#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 usinggit.luolix.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: