Browse Source

Merge branch 'master' into s3_backend

pull/156/head
mutantmonkey 6 years ago
parent
commit
96db262cde
  1. 2
      helpers/helpers.go

2
helpers/helpers.go

@ -1,11 +1,11 @@
package helpers package helpers
import ( import (
"crypto/sha256"
"encoding/hex" "encoding/hex"
"io" "io"
"unicode" "unicode"
"github.com/minio/sha256-simd"
"gopkg.in/h2non/filetype.v1" "gopkg.in/h2non/filetype.v1"
) )

Loading…
Cancel
Save