joao-r-reis commented on code in PR #1842:
URL: 
https://github.com/apache/cassandra-gocql-driver/pull/1842#discussion_r1856721611


##########
go.mod:
##########
@@ -18,13 +18,20 @@
 module github.com/gocql/gocql
 
 require (
-       github.com/bitly/go-hostpool v0.0.0-20171023180738-a3a6125de932 // 
indirect
-       github.com/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869 // 
indirect
        github.com/golang/snappy v0.0.3
        github.com/hailocab/go-hostpool v0.0.0-20160125115350-e80d13ce29ed
-       github.com/kr/pretty v0.1.0 // indirect
-       github.com/stretchr/testify v1.3.0 // indirect
+       github.com/pierrec/lz4/v4 v4.1.8
+       github.com/stretchr/testify v1.9.0
        gopkg.in/inf.v0 v0.9.1
 )
 
-go 1.13
+require (
+       github.com/bitly/go-hostpool v0.0.0-20171023180738-a3a6125de932 // 
indirect
+       github.com/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869 // 
indirect
+       github.com/davecgh/go-spew v1.1.1 // indirect
+       github.com/kr/pretty v0.1.0 // indirect
+       github.com/pmezard/go-difflib v1.0.0 // indirect
+       gopkg.in/yaml.v3 v3.0.1 // indirect
+)
+
+go 1.19

Review Comment:
   We are probably going to do this change at some point but it doesn't make a 
lot of sense to do it on this PR, should probably do it in #1822 



##########
CHANGELOG.md:
##########
@@ -10,6 +10,8 @@ and this project adheres to [Semantic 
Versioning](https://semver.org/spec/v2.0.0
 
 ### Changed
 
+- CASSGO-32 Move lz4 Compressor into gocql package

Review Comment:
   follow the format of the other lines



-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to