diff --git a/pkg/donut/bucket.go b/pkg/donut/bucket.go index e67a14972..b6ee6c7e4 100644 --- a/pkg/donut/bucket.go +++ b/pkg/donut/bucket.go @@ -19,13 +19,13 @@ package donut import ( "bytes" "fmt" + "hash" "io" "path/filepath" "sort" "strings" "sync" "time" - "hash" "crypto/md5" "encoding/hex"