2 Commits

Author SHA1 Message Date
3b25d98ac2 fix(deps): update module golang.org/x/crypto to v0.47.0
Some checks failed
Build Docker Image / Build-Docker-Image (push) Failing after 44s
2026-01-13 16:03:33 +00:00
3cfc007f36 chore(deps): update node.js to v24.13.0
All checks were successful
Build Docker Image / Build-Docker-Image (push) Successful in 1m13s
Build and Push Docker Image / Build-And-Push-Docker-Image (push) Successful in 1m17s
2026-01-13 15:04:39 +00:00
2 changed files with 2 additions and 2 deletions

2
.nvmrc
View File

@@ -1 +1 @@
24.12.0
24.13.0

2
go.mod
View File

@@ -25,7 +25,7 @@ require (
go.opentelemetry.io/otel/sdk/log v0.15.0
go.opentelemetry.io/otel/sdk/metric v1.39.0
go.opentelemetry.io/otel/trace v1.39.0
golang.org/x/crypto v0.46.0
golang.org/x/crypto v0.47.0
golang.org/x/net v0.48.0
)