Browse Source

Merge pull request #814 from edsrzf/std-crc32

Go back to hash/crc32
Evan Huus 8 years ago
parent
commit
a2a4b15e9f
1 changed files with 1 additions and 2 deletions
  1. 1 2
      crc32_field.go

+ 1 - 2
crc32_field.go

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