From 7ec2a317c8e5689de0af9a70ee26eeec525907dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2026 04:04:38 +0000 Subject: [PATCH] build(deps): bump golang.org/x/crypto from 0.55.0 to 0.56.0 Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.55.0 to 0.56.0. - [Commits](https://github.com/golang/crypto/compare/v0.55.0...v0.56.0) --- updated-dependencies: - dependency-name: golang.org/x/crypto dependency-version: 0.56.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- basic/go.mod | 4 ++-- basic/go.sum | 4 ++-- bearer/go.mod | 2 +- connectrpc/go.mod | 2 +- examples/go.mod | 4 ++-- examples/go.sum | 4 ++-- go.mod | 2 +- grpc/go.mod | 2 +- http/go.mod | 2 +- internal/integrations/go.mod | 2 +- jwt/go.mod | 2 +- oauth2/go.mod | 2 +- oauth2/store/redis/go.mod | 2 +- oauth2/store/sql/go.mod | 2 +- password/go.mod | 4 ++-- password/go.sum | 4 ++-- session/go.mod | 2 +- 17 files changed, 23 insertions(+), 23 deletions(-) diff --git a/basic/go.mod b/basic/go.mod index 474bf9a..e2d87c1 100644 --- a/basic/go.mod +++ b/basic/go.mod @@ -1,6 +1,6 @@ module github.com/hyperscale-stack/security/basic -go 1.26 +go 1.26.0 require ( github.com/hyperscale-stack/security v0.0.0-00010101000000-000000000000 @@ -17,7 +17,7 @@ require ( go.opentelemetry.io/otel/metric v1.46.0 // indirect go.opentelemetry.io/otel/trace v1.46.0 // indirect go.yaml.in/yaml/v3 v3.0.5 // indirect - golang.org/x/crypto v0.55.0 // indirect + golang.org/x/crypto v0.56.0 // indirect golang.org/x/sys v0.47.0 // indirect ) diff --git a/basic/go.sum b/basic/go.sum index 8f65f8b..55982c4 100644 --- a/basic/go.sum +++ b/basic/go.sum @@ -23,7 +23,7 @@ go.opentelemetry.io/otel/trace v1.46.0 h1:OULy7ccdJnZtJ0UDYFOIGaCmiWzJ8Vi2G/Rsu6 go.opentelemetry.io/otel/trace v1.46.0/go.mod h1:J7GAXweO77XSFkB/rmAqk9D6ihszhFjLU+d9WuUxDLI= go.yaml.in/yaml/v3 v3.0.5 h1:N6y/pJk8buWs9NY5ERU2HSMfm+IuD/OtfdAnq6kESPw= go.yaml.in/yaml/v3 v3.0.5/go.mod h1:HVTZu1O7/Vkt2N+BFy8Zza+lnLsABggaTM2ZpNIGuKg= -golang.org/x/crypto v0.55.0 h1:+KWHjbgOaAQ66dh/YlkZKHlz9ZUlq61AFirAR9ntP8M= -golang.org/x/crypto v0.55.0/go.mod h1:uq0V9dE/fzQuJtbnL+2EhWOE63vo164FY8xqEnV9xis= +golang.org/x/crypto v0.56.0 h1:GUh5Ii4J5jtcseSMiRqr1jXCNHoxjeV9Fmekc2oLy6Y= +golang.org/x/crypto v0.56.0/go.mod h1:OMW5y6CY9l38uPLmxU6l6pwcXp1obtLo3e6gT7gQR2I= golang.org/x/sys v0.47.0 h1:o7XGOvZQCADBQQ4Y7VNq2dRWQR7JmOUW8Kxx4ZsNgWs= golang.org/x/sys v0.47.0/go.mod h1:4GL1E5IUh+htKOUEOaiffhrAeqysfVGipDYzABqnCmw= diff --git a/bearer/go.mod b/bearer/go.mod index 7a7e443..4100f54 100644 --- a/bearer/go.mod +++ b/bearer/go.mod @@ -1,6 +1,6 @@ module github.com/hyperscale-stack/security/bearer -go 1.26 +go 1.26.0 require ( github.com/hyperscale-stack/security v0.0.0-00010101000000-000000000000 diff --git a/connectrpc/go.mod b/connectrpc/go.mod index 173e557..d3442b2 100644 --- a/connectrpc/go.mod +++ b/connectrpc/go.mod @@ -1,6 +1,6 @@ module github.com/hyperscale-stack/security/connectrpc -go 1.26 +go 1.26.0 require ( connectrpc.com/connect v1.20.0 diff --git a/examples/go.mod b/examples/go.mod index ebb0969..1bf9a90 100644 --- a/examples/go.mod +++ b/examples/go.mod @@ -1,6 +1,6 @@ module github.com/hyperscale-stack/security/examples -go 1.26 +go 1.26.0 // Examples may depend on every other module of the workspace. replace github.com/hyperscale-stack/security => ../ @@ -50,7 +50,7 @@ require ( go.opentelemetry.io/otel/metric v1.46.0 // indirect go.opentelemetry.io/otel/trace v1.46.0 // indirect go.yaml.in/yaml/v3 v3.0.5 // indirect - golang.org/x/crypto v0.55.0 // indirect + golang.org/x/crypto v0.56.0 // indirect golang.org/x/net v0.58.0 // indirect golang.org/x/sys v0.47.0 // indirect golang.org/x/text v0.41.0 // indirect diff --git a/examples/go.sum b/examples/go.sum index aeaff58..06b42c3 100644 --- a/examples/go.sum +++ b/examples/go.sum @@ -33,8 +33,8 @@ go.opentelemetry.io/otel/trace v1.46.0 h1:OULy7ccdJnZtJ0UDYFOIGaCmiWzJ8Vi2G/Rsu6 go.opentelemetry.io/otel/trace v1.46.0/go.mod h1:J7GAXweO77XSFkB/rmAqk9D6ihszhFjLU+d9WuUxDLI= go.yaml.in/yaml/v3 v3.0.5 h1:N6y/pJk8buWs9NY5ERU2HSMfm+IuD/OtfdAnq6kESPw= go.yaml.in/yaml/v3 v3.0.5/go.mod h1:HVTZu1O7/Vkt2N+BFy8Zza+lnLsABggaTM2ZpNIGuKg= -golang.org/x/crypto v0.55.0 h1:+KWHjbgOaAQ66dh/YlkZKHlz9ZUlq61AFirAR9ntP8M= -golang.org/x/crypto v0.55.0/go.mod h1:uq0V9dE/fzQuJtbnL+2EhWOE63vo164FY8xqEnV9xis= +golang.org/x/crypto v0.56.0 h1:GUh5Ii4J5jtcseSMiRqr1jXCNHoxjeV9Fmekc2oLy6Y= +golang.org/x/crypto v0.56.0/go.mod h1:OMW5y6CY9l38uPLmxU6l6pwcXp1obtLo3e6gT7gQR2I= golang.org/x/net v0.58.0 h1:ynWG7rqYi4ccpTEuPZ2QGWHktVEM9DMCj9yzDE0Q7To= golang.org/x/net v0.58.0/go.mod h1:YwCddHnFlT7eLQqVprV19OnhLGtc5xOKgE0RyqgfWAU= golang.org/x/sys v0.47.0 h1:o7XGOvZQCADBQQ4Y7VNq2dRWQR7JmOUW8Kxx4ZsNgWs= diff --git a/go.mod b/go.mod index e642c65..18aa9eb 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/hyperscale-stack/security -go 1.26 +go 1.26.0 require ( github.com/stretchr/testify v1.12.1 diff --git a/grpc/go.mod b/grpc/go.mod index 4c61298..413aeda 100644 --- a/grpc/go.mod +++ b/grpc/go.mod @@ -1,6 +1,6 @@ module github.com/hyperscale-stack/security/grpc -go 1.26 +go 1.26.0 require ( github.com/hyperscale-stack/security v0.0.0-00010101000000-000000000000 diff --git a/http/go.mod b/http/go.mod index e817adf..a378e28 100644 --- a/http/go.mod +++ b/http/go.mod @@ -1,6 +1,6 @@ module github.com/hyperscale-stack/security/http -go 1.26 +go 1.26.0 replace github.com/hyperscale-stack/security => ../ diff --git a/internal/integrations/go.mod b/internal/integrations/go.mod index a7d62da..4f40c65 100644 --- a/internal/integrations/go.mod +++ b/internal/integrations/go.mod @@ -1,6 +1,6 @@ module github.com/hyperscale-stack/security/internal/integrations -go 1.26 +go 1.26.0 require ( github.com/hyperscale-stack/security v0.0.0-00010101000000-000000000000 diff --git a/jwt/go.mod b/jwt/go.mod index db672b2..3d663cf 100644 --- a/jwt/go.mod +++ b/jwt/go.mod @@ -1,6 +1,6 @@ module github.com/hyperscale-stack/security/jwt -go 1.26 +go 1.26.0 replace github.com/hyperscale-stack/security => ../ diff --git a/oauth2/go.mod b/oauth2/go.mod index 9f7d891..dfac54c 100644 --- a/oauth2/go.mod +++ b/oauth2/go.mod @@ -1,6 +1,6 @@ module github.com/hyperscale-stack/security/oauth2 -go 1.26 +go 1.26.0 require ( github.com/hyperscale-stack/security v0.0.0-00010101000000-000000000000 diff --git a/oauth2/store/redis/go.mod b/oauth2/store/redis/go.mod index f238d54..59d0ced 100644 --- a/oauth2/store/redis/go.mod +++ b/oauth2/store/redis/go.mod @@ -1,6 +1,6 @@ module github.com/hyperscale-stack/security/oauth2/store/redis -go 1.26 +go 1.26.0 require ( github.com/alicebob/miniredis/v2 v2.38.0 diff --git a/oauth2/store/sql/go.mod b/oauth2/store/sql/go.mod index c943ce4..3eeec80 100644 --- a/oauth2/store/sql/go.mod +++ b/oauth2/store/sql/go.mod @@ -1,6 +1,6 @@ module github.com/hyperscale-stack/security/oauth2/store/sql -go 1.26 +go 1.26.0 require ( github.com/hyperscale-stack/security/oauth2 v0.0.0-00010101000000-000000000000 diff --git a/password/go.mod b/password/go.mod index 3eb12fd..1489a57 100644 --- a/password/go.mod +++ b/password/go.mod @@ -1,8 +1,8 @@ module github.com/hyperscale-stack/security/password -go 1.26 +go 1.26.0 -require golang.org/x/crypto v0.55.0 +require golang.org/x/crypto v0.56.0 require go.yaml.in/yaml/v3 v3.0.5 // indirect diff --git a/password/go.sum b/password/go.sum index 3464eae..f757cb1 100644 --- a/password/go.sum +++ b/password/go.sum @@ -2,7 +2,7 @@ github.com/stretchr/testify v1.12.1 h1:EuwCh5fleGS7H32xRwO3wRGT7DxrDhLAT6FF8MpWD github.com/stretchr/testify v1.12.1/go.mod h1:MDEgiDPPsNp5cuIrHPPCyornHKgEVbtFUmoNlxoYthg= go.yaml.in/yaml/v3 v3.0.5 h1:N6y/pJk8buWs9NY5ERU2HSMfm+IuD/OtfdAnq6kESPw= go.yaml.in/yaml/v3 v3.0.5/go.mod h1:HVTZu1O7/Vkt2N+BFy8Zza+lnLsABggaTM2ZpNIGuKg= -golang.org/x/crypto v0.55.0 h1:+KWHjbgOaAQ66dh/YlkZKHlz9ZUlq61AFirAR9ntP8M= -golang.org/x/crypto v0.55.0/go.mod h1:uq0V9dE/fzQuJtbnL+2EhWOE63vo164FY8xqEnV9xis= +golang.org/x/crypto v0.56.0 h1:GUh5Ii4J5jtcseSMiRqr1jXCNHoxjeV9Fmekc2oLy6Y= +golang.org/x/crypto v0.56.0/go.mod h1:OMW5y6CY9l38uPLmxU6l6pwcXp1obtLo3e6gT7gQR2I= golang.org/x/sys v0.47.0 h1:o7XGOvZQCADBQQ4Y7VNq2dRWQR7JmOUW8Kxx4ZsNgWs= golang.org/x/sys v0.47.0/go.mod h1:4GL1E5IUh+htKOUEOaiffhrAeqysfVGipDYzABqnCmw= diff --git a/session/go.mod b/session/go.mod index 29532c5..b85d616 100644 --- a/session/go.mod +++ b/session/go.mod @@ -1,6 +1,6 @@ module github.com/hyperscale-stack/security/session -go 1.26 +go 1.26.0 require ( github.com/hyperscale-stack/security v0.0.0-00010101000000-000000000000