7 lines
166 B
Go
7 lines
166 B
Go
|
package passwd
|
||
|
|
||
|
import (
|
||
|
_ "forge.cadoles.com/arcad/edge/pkg/module/auth/http/passwd/argon2id"
|
||
|
_ "forge.cadoles.com/arcad/edge/pkg/module/auth/http/passwd/plain"
|
||
|
)
|