aboutsummaryrefslogtreecommitdiff
path: root/weed
diff options
context:
space:
mode:
Diffstat (limited to 'weed')
-rw-r--r--weed/storage/needle/crc.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/storage/needle/crc.go b/weed/storage/needle/crc.go
index 4476631c2..b7d3edd83 100644
--- a/weed/storage/needle/crc.go
+++ b/weed/storage/needle/crc.go
@@ -4,7 +4,7 @@ import (
"fmt"
"io"
- "github.com/klauspost/crc32"
+ "hash/crc32"
"github.com/chrislusf/seaweedfs/weed/util"
)