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

This commit was merged in pull request #389.
This commit is contained in:
2025-03-04 12:44:49 +00:00
committed by renovate
parent 27b87dcc12
commit 02fc5f9baa
2 changed files with 4 additions and 4 deletions

4
go.mod
View File

@@ -1,6 +1,6 @@
module web-app-template
go 1.23
go 1.23.0
toolchain go1.24.0
@@ -12,7 +12,7 @@ require (
github.com/mattn/go-sqlite3 v1.14.24
github.com/prometheus/client_golang v1.21.0
github.com/stretchr/testify v1.10.0
golang.org/x/crypto v0.33.0
golang.org/x/crypto v0.35.0
golang.org/x/net v0.35.0
)