diff --git a/builtin/credential/userpass/path_user_password_test.go b/builtin/credential/userpass/path_user_password_test.go index 02be733028..1501d1215d 100644 --- a/builtin/credential/userpass/path_user_password_test.go +++ b/builtin/credential/userpass/path_user_password_test.go @@ -6,8 +6,8 @@ package userpass import ( "testing" - "golang.org/x/crypto/bcrypt" "github.com/stretchr/testify/require" + "golang.org/x/crypto/bcrypt" ) // TestUserPass_ParseHash ensures that we correctly validate password hashes that