wolfstudy commented on a change in pull request #65: [Issue 64] fix bug: type
assert cause panic
URL: https://github.com/apache/pulsar-client-go/pull/65#discussion_r332350045
##########
File path: go.mod
##########
@@ -4,21 +4,16 @@ go 1.12
require (
github.com/DataDog/zstd v1.4.0 // indirect
- github.com/beefsack/go-rate v0.0.0-20180408011153-efa7637bb9b6
- github.com/bmizerany/perks v0.0.0-20141205001514-d9a9656a3a4b
- github.com/cespare/xxhash v1.1.0 // indirect
+ github.com/cespare/xxhash/v2 v2.1.0 // indirect
github.com/deckarep/golang-set v1.7.1
github.com/golang/protobuf v1.3.1
github.com/google/go-cmp v0.3.0 // indirect
- github.com/inconshreveable/mousetrap v1.0.0 // indirect
- github.com/klauspost/compress v1.6.2
+ github.com/klauspost/compress v1.8.4
Review comment:
Why we need to fix `go.mod`
----------------------------------------------------------------
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]
With regards,
Apache Git Services