upgrade x dependencies

This commit is contained in:
Shivaram Lingamneni
2024-07-05 16:39:22 -04:00
parent 99393d49bf
commit 7d3971835e
116 changed files with 9895 additions and 4495 deletions

View File

@@ -16,7 +16,7 @@ Hash Functions SHA-1, SHA-224, SHA-256, SHA-384 and SHA-512 for HMAC. To
choose, you can pass the `New` functions from the different SHA packages to
pbkdf2.Key.
*/
package pbkdf2 // import "golang.org/x/crypto/pbkdf2"
package pbkdf2
import (
"crypto/hmac"