fix(deps): update module golang.org/x/crypto to v0.39.0
All checks were successful
Build Docker Image / Build-Docker-Image (push) Successful in 3m45s
Build and Push Docker Image / Build-And-Push-Docker-Image (push) Successful in 3m49s

This commit was merged in pull request #479.
This commit is contained in:
2025-06-05 20:06:58 +00:00
parent 6894b0d39c
commit 00c39436fc
2 changed files with 3 additions and 3 deletions

2
go.mod
View File

@@ -12,7 +12,7 @@ require (
github.com/mattn/go-sqlite3 v1.14.28
github.com/prometheus/client_golang v1.22.0
github.com/stretchr/testify v1.10.0
golang.org/x/crypto v0.38.0
golang.org/x/crypto v0.39.0
golang.org/x/net v0.40.0
)