Bump golang.org/x/crypto from 0.45.0 to 0.52.0

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.45.0 to 0.52.0.
- [Commits](https://github.com/golang/crypto/compare/v0.45.0...v0.52.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-version: 0.52.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2026-07-18 15:57:53 +00:00
committed by GitHub
parent 91ebade091
commit 9ef186bf73
2 changed files with 7 additions and 7 deletions
+3 -3
View File
@@ -1,6 +1,6 @@
module github.com/writeas/web-core
go 1.24.0
go 1.25.0
require (
github.com/gofrs/uuid v3.3.0+incompatible
@@ -11,7 +11,7 @@ require (
github.com/writeas/openssl-go v1.0.0
github.com/writeas/saturday v1.7.1
github.com/writeas/slug v1.2.0
golang.org/x/crypto v0.45.0
golang.org/x/crypto v0.52.0
)
require (
@@ -19,6 +19,6 @@ require (
github.com/gorilla/css v1.0.0 // indirect
github.com/rainycape/unidecode v0.0.0-20150907023854-cb7f23ec59be // indirect
github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect
golang.org/x/net v0.47.0 // indirect
golang.org/x/net v0.54.0 // indirect
gopkg.in/yaml.v1 v1.0.0-20140924161607-9f9df34309c0 // indirect
)