mirror of
https://github.com/ergochat/ergo.git
synced 2025-12-30 06:52:05 -08:00
upgrade to go 1.24 (#2217)
This commit is contained in:
parent
eb84ede5f7
commit
7e18362d35
76 changed files with 15 additions and 9454 deletions
|
|
@ -3,8 +3,11 @@
|
|||
|
||||
package passwd
|
||||
|
||||
import "golang.org/x/crypto/bcrypt"
|
||||
import "golang.org/x/crypto/sha3"
|
||||
import (
|
||||
"crypto/sha3"
|
||||
|
||||
"golang.org/x/crypto/bcrypt"
|
||||
)
|
||||
|
||||
const (
|
||||
MinCost = bcrypt.MinCost
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue