1
0
mirror of https://github.com/kataras/iris.git synced 2026-01-20 18:35:57 +00:00

Bump golang.org/x/crypto in the go_modules group across 1 directory

Bumps the go_modules group with 1 update in the / directory: [golang.org/x/crypto](https://github.com/golang/crypto).


Updates `golang.org/x/crypto` from 0.42.0 to 0.45.0
- [Commits](https://github.com/golang/crypto/compare/v0.42.0...v0.45.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-11-20 02:40:18 +00:00
committed by GitHub
parent 13d2f17b69
commit f6cc60757c
2 changed files with 14 additions and 14 deletions

8
go.mod
View File

@@ -39,11 +39,11 @@ require (
github.com/vmihailenco/msgpack/v5 v5.4.1
github.com/yosssi/ace v0.0.5
go.etcd.io/bbolt v1.4.3
golang.org/x/crypto v0.42.0
golang.org/x/crypto v0.45.0
golang.org/x/exp v0.0.0-20250911091902-df9299821621
golang.org/x/net v0.44.0
golang.org/x/sys v0.36.0
golang.org/x/text v0.29.0
golang.org/x/net v0.47.0
golang.org/x/sys v0.38.0
golang.org/x/text v0.31.0
golang.org/x/time v0.13.0
google.golang.org/protobuf v1.36.9
gopkg.in/ini.v1 v1.67.0