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

This commit was merged in pull request #421.
This commit is contained in:
2025-04-06 17:07:31 +00:00
parent 111410856a
commit 9f54d47e2f
2 changed files with 6 additions and 6 deletions

4
go.mod
View File

@@ -12,7 +12,7 @@ require (
github.com/mattn/go-sqlite3 v1.14.27
github.com/prometheus/client_golang v1.21.1
github.com/stretchr/testify v1.10.0
golang.org/x/crypto v0.36.0
golang.org/x/crypto v0.37.0
golang.org/x/net v0.38.0
)
@@ -30,7 +30,7 @@ require (
github.com/prometheus/procfs v0.15.1 // indirect
github.com/stretchr/objx v0.5.2 // indirect
go.uber.org/atomic v1.11.0 // indirect
golang.org/x/sys v0.31.0 // indirect
golang.org/x/sys v0.32.0 // indirect
google.golang.org/protobuf v1.36.1 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)