omnilight opened a new issue #379: URL: https://github.com/apache/pulsar-client-go/issues/379
#### Expected behavior Can use this library with other ones using datadog/zstd dependency #### Actual behavior During compilation I get error like: case-insensitive import collision: "github.com/datadog/zstd" and "github.com/DataDog/zstd" #### Steps to reproduce 1. Require `github.com/datadog/zstd` into your project or use some other library requiring it 2. Try to compile your code As `pulsar-client-go` uses `github.com/DataDog/zstd` as it's import dependency under https://github.com/apache/pulsar-client-go/blob/master/pulsar/internal/compression/zstd_cgo.go, compilation fails. #### System configuration **pulsar-client-go**: v0.2.0 ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
