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
import (
"crypto/sha256"
"encoding/hex"
"io"
"unicode"
"github.com/minio/sha256-simd"
"gopkg.in/h2non/filetype.v1"
)

Loading…
Cancel
Save