Explorar o código

Merge pull request #814 from edsrzf/std-crc32

Go back to hash/crc32
Evan Huus %!s(int64=9) %!d(string=hai) anos
pai
achega
a2a4b15e9f
Modificáronse 1 ficheiros con 1 adicións e 2 borrados
  1. 1 2
      crc32_field.go

+ 1 - 2
crc32_field.go

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