fix(deps): update module golang.org/x/crypto to v0.27.0

This commit is contained in:
2024-09-05 20:28:02 +00:00
parent 299f9ff26c
commit 2d32419b02
2 changed files with 6 additions and 6 deletions

4
go.mod
View File

@@ -9,7 +9,7 @@ require (
github.com/joho/godotenv v1.5.1
github.com/mattn/go-sqlite3 v1.14.23
github.com/prometheus/client_golang v1.20.2
golang.org/x/crypto v0.26.0
golang.org/x/crypto v0.27.0
)
require (
@@ -23,6 +23,6 @@ require (
github.com/prometheus/common v0.55.0 // indirect
github.com/prometheus/procfs v0.15.1 // indirect
go.uber.org/atomic v1.11.0 // indirect
golang.org/x/sys v0.24.0 // indirect
golang.org/x/sys v0.25.0 // indirect
google.golang.org/protobuf v1.34.2 // indirect
)