diff options
Diffstat (limited to 'handlers_test.go')
-rw-r--r-- | handlers_test.go | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/handlers_test.go b/handlers_test.go index 3471a79..e0defc5 100644 --- a/handlers_test.go +++ b/handlers_test.go @@ -3,7 +3,6 @@ package restserver import ( "bytes" "crypto/rand" - "crypto/sha256" "encoding/hex" "errors" "fmt" @@ -17,6 +16,8 @@ import ( "strings" "sync" "testing" + + "github.com/minio/sha256-simd" ) func TestJoin(t *testing.T) { |