Go back to hash/crc32
@@ -2,8 +2,7 @@ package sarama
import (
"encoding/binary"
-
- "github.com/klauspost/crc32"
+ "hash/crc32"
)
// crc32Field implements the pushEncoder and pushDecoder interfaces for calculating CRC32s.