aboutsummaryrefslogtreecommitdiffstats
path: root/models/migrations/v1_14/v166.go
diff options
context:
space:
mode:
Diffstat (limited to 'models/migrations/v1_14/v166.go')
-rw-r--r--models/migrations/v1_14/v166.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/models/migrations/v1_14/v166.go b/models/migrations/v1_14/v166.go
index 78f33e8f9b..e5731582fd 100644
--- a/models/migrations/v1_14/v166.go
+++ b/models/migrations/v1_14/v166.go
@@ -4,9 +4,9 @@
package v1_14 //nolint
import (
+ "crypto/sha256"
"encoding/hex"
- "github.com/minio/sha256-simd"
"golang.org/x/crypto/argon2"
"golang.org/x/crypto/bcrypt"
"golang.org/x/crypto/pbkdf2"