build(deps): bump golang.org/x/crypto from 0.28.0 to 0.45.0 in /backend

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

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2026-06-07 13:29:47 +00:00
committed by GitHub
parent a99781d418
commit 1ff5d7a85e
2 changed files with 10 additions and 10 deletions
+4 -4
View File
@@ -1,18 +1,18 @@
module clicd
go 1.23.0
go 1.24.0
toolchain go1.24.5
require (
github.com/golang-jwt/jwt/v5 v5.2.2
github.com/gorilla/websocket v1.5.3
golang.org/x/crypto v0.28.0
golang.org/x/term v0.28.0
golang.org/x/crypto v0.45.0
golang.org/x/term v0.37.0
)
require (
golang.org/x/sys v0.31.0
golang.org/x/sys v0.38.0
modernc.org/sqlite v1.29.10
)