github.com/datastax/go-cassandra-native-protocol@v0.0.0-20220706104457-5e8aad05cf90/go.mod (about) 1 module github.com/datastax/go-cassandra-native-protocol 2 3 go 1.17 4 5 require ( 6 github.com/golang/snappy v0.0.3 7 github.com/pierrec/lz4/v4 v4.0.3 8 github.com/rs/zerolog v1.20.0 9 github.com/stretchr/testify v1.7.0 10 ) 11 12 require ( 13 github.com/davecgh/go-spew v1.1.1 // indirect 14 github.com/kr/pretty v0.2.0 // indirect 15 github.com/pmezard/go-difflib v1.0.0 // indirect 16 github.com/stretchr/objx v0.1.0 // indirect 17 gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect 18 gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect 19 )