⬆️ Chore: Update Bcrypt

This commit is contained in:
James Musselman 2024-07-02 14:27:48 -05:00
parent 270fed9c0c
commit de4df4062c
Signed by: Musselman
GPG key ID: 1DAEFF35ECB5D6DB
3 changed files with 5 additions and 4 deletions

4
go.mod
View file

@ -6,7 +6,7 @@ require (
github.com/JohannesKaufmann/html-to-markdown v1.4.2
github.com/google/uuid v1.4.0
github.com/lib/pq v1.10.9
golang.org/x/crypto v0.16.0
golang.org/x/crypto v0.24.0
)
require (
@ -20,5 +20,5 @@ require (
github.com/andybalholm/cascadia v1.3.2 // indirect
github.com/gomarkdown/markdown v0.0.0-20231115200524-a660076da3fd
github.com/microcosm-cc/bluemonday v1.0.26
golang.org/x/net v0.19.0 // indirect
golang.org/x/net v0.21.0 // indirect
)