fix(deps): update module golang.org/x/crypto to v0.56.0 [security] (#934)
Unbound Release / Check Preconditions (push) Successful in 22s
Unbound Release / Create Release (push) Skipped
Unbound Release / Create Tag (push) Successful in 25s
Unbound Release / Generate Changelog and Handle PR (push) Failing after 41s
Release / release (push) Failing after 1m9s
schemas / vulnerabilities (push) Successful in 1m21s
schemas / check-release (push) Successful in 59s
schemas / check (push) Successful in 1m32s
pre-commit / pre-commit (push) Successful in 2m51s
schemas / build (push) Successful in 5m29s
schemas / deploy-prod (push) Successful in 1m13s

This commit was merged in pull request #934.
This commit is contained in:
2026-09-02 22:19:18 +00:00
parent ece1524e59
commit bdcee385e7
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
module gitea.unbound.se/unboundsoftware/schemas
go 1.25.7
go 1.26.0
require (
github.com/99designs/gqlgen v0.17.94
@@ -30,7 +30,7 @@ require (
go.opentelemetry.io/otel/sdk/log v0.22.0
go.opentelemetry.io/otel/sdk/metric v1.46.0
go.opentelemetry.io/otel/trace v1.46.0
golang.org/x/crypto v0.55.0
golang.org/x/crypto v0.56.0
golang.org/x/sync v0.22.0
gopkg.in/yaml.v3 v3.0.1
)