⬆️ Chore: Update Bcrypt
This commit is contained in:
parent
270fed9c0c
commit
de4df4062c
3 changed files with 5 additions and 4 deletions
4
go.mod
4
go.mod
|
@ -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
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue